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.h411 load_cr4(u_long data) function
471 load_cr4(cr4 & ~CR4_PGE);
476 * is re-entered, the load_cr4() either above or below will
479 load_cr4(cr4 | CR4_PGE);
814 void load_cr4(u_long cr4);
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dcpufunc.h394 load_cr4(u_int data) function
706 void load_cr4(u_int cr4);

Completed in 102 milliseconds