Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/net/
H A 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.1/contrib/processor-trace/libipt/test/src/
H A 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.1/contrib/processor-trace/libipt/include/
H A Dintel-pt.h861 struct pt_packet_mwait mwait; member
1356 } mwait; member
H A 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.1/contrib/processor-trace/libipt/src/
H A 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()
H A 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()
H A Dpt_packet_decoder.c657 size = pt_pkt_read_mwait(&packet->payload.mwait, decoder->pos, in pt_pkt_decode_mwait()
H A 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()
H A 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.1/sys/amd64/vmm/intel/
H A Dvmx.c268 SDT_PROBE_DEFINE3(vmm, vmx, exit, mwait,
2645 SDT_PROBE3(vmm, vmx, exit, mwait, vmx, vcpu, vmexit); in vmx_exit_process()
/freebsd-12.1/contrib/binutils/include/opcode/
H A DChangeLog235 * i386.h (i386_optab): Add 64bit support for monitor and mwait.
/freebsd-12.1/contrib/binutils/opcodes/
H A 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…
H A DChangeLog-0203468 * i386-dis.c (PNI_Fixup): New. Fix up "mwait" and "monitor" in
/freebsd-12.1/contrib/gcc/config/i386/
H A Dsse.md3944 ;; 64bit version is "mwait %rax,%rcx". But only lower 32bits are used.
3947 "mwait"
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrSSE.td5144 def MWAITrr : I<0x01, MRM_C9, (outs), (ins), "mwait",
5148 def : InstAlias<"mwait\t{%eax, %ecx|ecx, eax}", (MWAITrr)>, Requires<[Not64BitMode]>;
5149 def : InstAlias<"mwait\t{%rax, %rcx|rcx, rax}", (MWAITrr)>, Requires<[In64BitMode]>;
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20066098 * config/i386/sse.md (sse3_mwait): Replace "mwait\t%0, %1" with
6099 "mwait".
H A DChangeLog-200535272 mfence_insn, sse2_lfence, lfence_insn, mwait, monitor, addsubv4sf3,