| /freebsd-12-stable/sys/dev/usb/net/ |
| D | uhso.c | 1667 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/ |
| D | kmp_wait_release.h | 440 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/ |
| D | ptunit-packet.c | 408 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/ |
| D | intel-pt.h | 861 struct pt_packet_mwait mwait; member 1356 } mwait; member
|
| D | intel-pt.h.in | 860 /** 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/ |
| D | pt_encoder.c | 590 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()
|
| D | pt_insn_decoder.c | 1155 decoder->ip != ev->variant.mwait.ip) in pt_insn_check_ip_event() 1711 decoder->ip != ev->variant.mwait.ip) in pt_insn_event()
|
| D | pt_packet_decoder.c | 657 size = pt_pkt_read_mwait(&packet->payload.mwait, decoder->pos, in pt_pkt_decode_mwait()
|
| D | pt_block_decoder.c | 1601 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()
|
| D | pt_query_decoder.c | 1599 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/ |
| D | vmx.c | 283 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/ |
| D | ChangeLog | 235 * i386.h (i386_optab): Add 64bit support for monitor and mwait.
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | i386-opc.tbl | 1287 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…
|
| D | ChangeLog-0203 | 468 * i386-dis.c (PNI_Fixup): New. Fix up "mwait" and "monitor" in
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | sse.md | 3944 ;; 64bit version is "mwait %rax,%rcx". But only lower 32bits are used. 3947 "mwait"
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InstrSSE.td | 4923 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/ |
| D | ChangeLog-2006 | 6098 * config/i386/sse.md (sse3_mwait): Replace "mwait\t%0, %1" with 6099 "mwait".
|
| D | ChangeLog-2005 | 35272 mfence_insn, sse2_lfence, lfence_insn, mwait, monitor, addsubv4sf3,
|