Searched refs:load_cr4 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/machine/x86_64/
H A Dcpufunc.h458 load_cr4(u_long data) function
518 load_cr4(cr4 & ~CR4_PGE);
523 * is re-entered, the load_cr4() either above or below will
526 load_cr4(cr4 | CR4_PGE);
861 void load_cr4(u_long cr4);
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dcpufunc.h438 load_cr4(u_int data) function
750 void load_cr4(u_int cr4);

Completed in 33 milliseconds