OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wbinvd
(Results
1 - 3
of
3
) sorted by null
/external/kernel-headers/original/asm-x86/
system_32.h
161
asm volatile("
wbinvd
": : :"memory");
181
#define
wbinvd
() (native_wbinvd())
macro
paravirt.h
108
void (*
wbinvd
)(void);
member in struct:pv_cpu_ops
553
static inline void
wbinvd
(void)
function
555
PVOP_VCALL0(pv_cpu_ops.
wbinvd
);
/external/qemu-pc-bios/bochs/bios/
rombios32.c
48
#define
wbinvd
() asm volatile("
wbinvd
")
macro
831
wbinvd
();
911
wbinvd
();
[
all
...]
Completed in 59 milliseconds