Home
last modified time | relevance | path

Searched refs:PCR0_RSTK (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dinitcpu.c239 pcr0 |= PCR0_RSTK; in init_5x86()
241 pcr0 &= ~PCR0_RSTK; in init_5x86()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h928 #define PCR0_RSTK 0x01 /* Enables return stack */ macro