Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Dptrace_machdep.c67 if (pcb->pcb_flags & PCB_VEC) { in cpu_ptrace()
78 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.S117 andi. %r7, %r18, PCB_VEC
173 andi. %r6, %r19, PCB_VEC
H A Dswtch64.S177 andi. %r7, %r18, PCB_VEC
229 andi. %r6, %r19, PCB_VEC
H A Dgenassym.c206 ASSYM(PCB_VEC, PCB_VEC);
H A Dtrap.c299 KASSERT((td->td_pcb->pcb_flags & PCB_VEC) != PCB_VEC, in trap()
307 if (!(td->td_pcb->pcb_flags & PCB_VEC)) in trap()
H A Dexec_machdep.c445 if (pcb->pcb_flags & PCB_VEC) { in grab_mcontext()
532 pcb->pcb_flags &= ~(PCB_FPU | PCB_VSX | PCB_VEC); in set_mcontext()
649 if (pcb_flags & PCB_VEC) in cpu_update_pcb()
H A Dfpu.c332 if (pcb->pcb_flags & PCB_VEC) { in fpu_kern_enter()
H A Delf32_machdep.c192 if (pcb->pcb_flags & PCB_VEC) { in elf32_dump_thread()
H A Delf64_machdep.c281 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
/freebsd/sys/powerpc/booke/
H A Dspe.c119 if (!(pcb->pcb_flags & PCB_VEC)) { in enable_vec()
121 pcb->pcb_flags |= PCB_VEC; in enable_vec()