Home
last modified time | relevance | path

Searched refs:mwait (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/sys/dev/usb/net/
Duhso.c1667 struct mbuf *m, *m0, *mwait; in uhso_if_rxflush() local
1676 mwait = sc->sc_mwait; in uhso_if_rxflush()
1687 if (mwait != NULL) { in uhso_if_rxflush()
1688 m0 = mwait; in uhso_if_rxflush()
1689 mwait = NULL; in uhso_if_rxflush()
1772 mwait = m; in uhso_if_rxflush()
1788 sc->sc_mwait = mwait; in uhso_if_rxflush()
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_wait_release.h440 flag->mwait(th_gtid); in __kmp_wait_template()
874 void mwait(int th_gtid) { __kmp_mwait_32(th_gtid, this); }
908 void mwait(int th_gtid) { __kmp_mwait_64(th_gtid, this); }
1022 void mwait(int th_gtid) { __kmp_mwait_oncore(th_gtid, this); }
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
Dptunit-packet.c408 static struct ptunit_result mwait(struct packet_fixture *pfix) in mwait() function
411 pfix->packet[0].payload.mwait.hints = 0xc; in mwait()
412 pfix->packet[0].payload.mwait.ext = 0x1; in mwait()
622 ptu_run_f(suite, mwait, pfix); in main()
/freebsd-12-stable/contrib/processor-trace/libipt/include/
Dintel-pt.h861 struct pt_packet_mwait mwait; member
1356 } mwait; member
Dintel-pt.h.in860 /** Packet: mwait. */
861 struct pt_packet_mwait mwait; member
1337 /** Event: mwait. */
1339 /** The address of the instruction causing the mwait.
1345 /** The mwait hints (eax).
1351 /** The mwait extensions (ecx).
1356 } mwait; member
/freebsd-12-stable/contrib/processor-trace/libipt/src/
Dpt_encoder.c590 pos = pt_encode_int(pos, packet->payload.mwait.hints, in pt_enc_next()
592 pos = pt_encode_int(pos, packet->payload.mwait.ext, in pt_enc_next()
Dpt_insn_decoder.c1155 decoder->ip != ev->variant.mwait.ip) in pt_insn_check_ip_event()
1711 decoder->ip != ev->variant.mwait.ip) in pt_insn_event()
Dpt_packet_decoder.c657 size = pt_pkt_read_mwait(&packet->payload.mwait, decoder->pos, in pt_pkt_decode_mwait()
Dpt_block_decoder.c1601 ev->variant.mwait.ip); in pt_blk_proceed_event()
2973 decoder->ip != ev->variant.mwait.ip) in pt_blk_proceed_trailing_event()
3440 decoder->ip != ev->variant.mwait.ip) in pt_blk_event()
Dpt_query_decoder.c1599 return pt_qry_event_ip(&ev->variant.mwait.ip, ev, decoder); in pt_qry_event_fup()
3522 event->variant.mwait.hints = packet.hints; in pt_qry_decode_mwait()
3523 event->variant.mwait.ext = packet.ext; in pt_qry_decode_mwait()
/freebsd-12-stable/sys/amd64/vmm/intel/
Dvmx.c283 SDT_PROBE_DEFINE3(vmm, vmx, exit, mwait,
2763 SDT_PROBE3(vmm, vmx, exit, mwait, vmx, vcpu, vmexit); in vmx_exit_process()
/freebsd-12-stable/contrib/binutils/include/opcode/
DChangeLog235 * i386.h (i386_optab): Add 64bit support for monitor and mwait.
/freebsd-12-stable/contrib/binutils/opcodes/
Di386-opc.tbl1287 mwait, 0, 0xf01, 0xc9, CpuSSE3, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|ImmExt, { 0 }
1288 // mwait is very special. AX and CX are always 64bits with zero upper
1290 // Need to ensure only "mwait %eax,%ecx" is accepted.
1291 mwait, 2, 0xf01, 0xc9, CpuSSE3|CpuNo64, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|ImmExt, { R…
1292 // Need to ensure only "mwait %rax,%rcx" is accepted.
1293 mwait, 2, 0xf01, 0xc9, CpuSSE3|Cpu64, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|ImmExt|NoRex6…
DChangeLog-0203468 * i386-dis.c (PNI_Fixup): New. Fix up "mwait" and "monitor" in
/freebsd-12-stable/contrib/gcc/config/i386/
Dsse.md3944 ;; 64bit version is "mwait %rax,%rcx". But only lower 32bits are used.
3947 "mwait"
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrSSE.td4923 def MWAITrr : I<0x01, MRM_C9, (outs), (ins), "mwait",
4927 def : InstAlias<"mwait\t{%eax, %ecx|ecx, eax}", (MWAITrr)>, Requires<[Not64BitMode]>;
4928 def : InstAlias<"mwait\t{%rax, %rcx|rcx, rax}", (MWAITrr)>, Requires<[In64BitMode]>;
/freebsd-12-stable/contrib/gcc/
DChangeLog-20066098 * config/i386/sse.md (sse3_mwait): Replace "mwait\t%0, %1" with
6099 "mwait".
DChangeLog-200535272 mfence_insn, sse2_lfence, lfence_insn, mwait, monitor, addsubv4sf3,