Searched defs:wbinvd (Results 1 - 1 of 1) sorted by relevance

/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c48 #define wbinvd() asm volatile("wbinvd") macro
831 wbinvd();
911 wbinvd();
1368 uint32_t wb_invd : 1; /* The wbinvd instruction works properly */
1369 uint32_t wb_invd_flush : 1; /* The wbinvd flushes but does not invalidate */

Completed in 208 milliseconds