Home
last modified time | relevance | path

Searched refs:PCB_VEC (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dptrace_machdep.c63 if (pcb->pcb_flags & PCB_VEC) { in cpu_ptrace()
74 pcb->pcb_flags |= PCB_VEC; in cpu_ptrace()
H A Daltivec.c107 pcb->pcb_flags |= PCB_VEC; in enable_vec()
200 pcb->pcb_flags &= ~PCB_VEC; in disable_vec()
H A Dswtch32.S116 andi. %r7, %r18, PCB_VEC
168 andi. %r6, %r19, PCB_VEC
H A Dswtch64.S176 andi. %r7, %r18, PCB_VEC
228 andi. %r6, %r19, PCB_VEC
H A Dtrap.c301 KASSERT((td->td_pcb->pcb_flags & PCB_VEC) != PCB_VEC, in trap()
309 if (!(td->td_pcb->pcb_flags & PCB_VEC)) in trap()
H A Dgenassym.c206 ASSYM(PCB_VEC, PCB_VEC);
H A Dexec_machdep.c439 if (pcb->pcb_flags & PCB_VEC) { in grab_mcontext()
527 pcb->pcb_flags &= ~(PCB_FPU | PCB_VSX | PCB_VEC); in set_mcontext()
652 if (pcb_flags & PCB_VEC) in cpu_update_pcb()
H A Dfpu.c353 if (pcb->pcb_flags & PCB_VEC) { in fpu_kern_enter()
H A Delf32_machdep.c194 if (pcb->pcb_flags & PCB_VEC) { in elf32_dump_thread()
H A Delf64_machdep.c285 if (pcb->pcb_flags & PCB_VEC) { in elf64_dump_thread()
/freebsd/sys/powerpc/include/
H A Dpcb.h59 #define PCB_VEC 0x4 /* Process uses Altivec */ macro