Home
last modified time | relevance | path

Searched refs:pcb_saved_ucr3 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dpcb.h96 uint64_t pcb_saved_ucr3; member
/f-stack/freebsd/amd64/amd64/
H A Dgenassym.c149 ASSYM(PCB_SAVED_UCR3, offsetof(struct pcb, pcb_saved_ucr3));
H A Dtrap.c664 (curpcb->pcb_saved_ucr3 & ~CR3_PCID_MASK) == in trap_is_pti()