/netbsd/sys/arch/i386/i386/ |
H A D | i386func.S | 109 ENTRY(wbinvd) 110 wbinvd 112 END(wbinvd)
|
H A D | kobj_machdep.c | 152 wbinvd(); in kobj_machdep() 154 where = xc_broadcast(0, (xcfunc_t)wbinvd, NULL, NULL); in kobj_machdep()
|
H A D | mtrr_k6.c | 114 wbinvd(); in k6_mtrr_reload()
|
H A D | cpufunc.S | 92 wbinvd
|
/netbsd/sys/arch/amd64/amd64/ |
H A D | cpufunc.S | 139 ENTRY(wbinvd) 140 wbinvd 142 END(wbinvd) 198 wbinvd
|
H A D | kobj_machdep.c | 176 wbinvd(); in kobj_machdep() 178 where = xc_broadcast(0, (xcfunc_t)wbinvd, NULL, NULL); in kobj_machdep()
|
/netbsd/sys/arch/x86/pci/ |
H A D | agp_machdep.c | 22 wbinvd(); in agp_flush_cache()
|
/netbsd/sys/external/bsd/drm2/include/asm/ |
H A D | smp.h | 42 wbinvd(); in wbinvd_xc()
|
/netbsd/sys/rump/librump/rumpkern/arch/x86/ |
H A D | rump_x86_cpu.c | 77 wbinvd(void) in wbinvd() function
|
/netbsd/sys/dev/acpi/acpica/ |
H A D | acpi_func.h | 93 #define ACPI_FLUSH_CPU_CACHE() wbinvd()
|
/netbsd/sys/external/bsd/drm2/drm/ |
H A D | drm_cache.c | 107 wbinvd(); in drm_x86_clflush_xc()
|
/netbsd/sys/arch/xen/x86/ |
H A D | xenfunc.c | 252 wbinvd(void) in wbinvd() function
|
/netbsd/sys/arch/xen/include/ |
H A D | xen.h | 285 void wbinvd(void);
|
/netbsd/sys/external/bsd/drm2/dist/drm/r128/ |
H A D | ati_pcigart.c | 205 wbinvd(); in drm_ati_pcigart_init()
|
/netbsd/sys/arch/x86/x86/ |
H A D | cpu_ucode_intel.c | 221 wbinvd(); in cpu_ucode_intel_apply()
|
H A D | mtrr_i686.c | 208 wbinvd(); in i686_mtrr_reload() 263 wbinvd(); in i686_mtrr_reload()
|
H A D | spectre.c | 310 wbinvd(); in mitigation_v2_change_cpu() 661 wbinvd(); in mitigation_mds_change_cpu()
|
H A D | cpu.c | 999 wbinvd(); in cpu_hatch() 1174 wbinvd(); in mp_cpu_start()
|
/netbsd/external/cddl/osnet/dev/fbt/x86/ |
H A D | fbt_isa.c | 201 wbinvd(); in fbt_patch_tracepoint()
|
/netbsd/sys/arch/x86/include/ |
H A D | cpufunc.h | 65 void wbinvd(void);
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstrSystem.td | 459 def WBINVD : I<0x09, RawFrm, (outs), (ins), "wbinvd", [(int_x86_wbinvd)]>, PS; 461 // wbnoinvd is like wbinvd, except without invalidation 462 // encoding: like wbinvd + an 0xF3 prefix
|
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/i386/ |
H A D | opcode.s | 249 wbinvd
|
H A D | intel.s | 252 wbinvd
|
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ |
H A D | opcode.s | 249 wbinvd
|
H A D | intel.s | 252 wbinvd
|