Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dpcb.h132 void set_pcb_flags_raw(struct pcb *pcb, const u_int flags);
/f-stack/freebsd/amd64/amd64/
H A Dvm_machdep.c232 set_pcb_flags_raw(pcb2, PCB_FULL_IRET); in cpu_fork()
578 set_pcb_flags_raw(pcb2, PCB_FULL_IRET); in cpu_copy_thread()
H A Dmachdep.c2670 set_pcb_flags_raw(struct pcb *pcb, const u_int flags) in set_pcb_flags_raw() function
2705 set_pcb_flags_raw(pcb, flags); in set_pcb_flags_fsgsbase()
2708 set_pcb_flags_raw(pcb, flags); in set_pcb_flags_fsgsbase()
2716 set_pcb_flags_fsgsbase : set_pcb_flags_raw);