Searched refs:PCB_VEC (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | ptrace_machdep.c | 67 if (pcb->pcb_flags & PCB_VEC) { in cpu_ptrace() 78 pcb->pcb_flags |= PCB_VEC; in cpu_ptrace()
|
H A D | altivec.c | 107 pcb->pcb_flags |= PCB_VEC; in enable_vec() 200 pcb->pcb_flags &= ~PCB_VEC; in disable_vec()
|
H A D | swtch32.S | 117 andi. %r7, %r18, PCB_VEC 173 andi. %r6, %r19, PCB_VEC
|
H A D | swtch64.S | 177 andi. %r7, %r18, PCB_VEC 229 andi. %r6, %r19, PCB_VEC
|
H A D | genassym.c | 206 ASSYM(PCB_VEC, PCB_VEC);
|
H A D | trap.c | 299 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 D | exec_machdep.c | 445 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 D | fpu.c | 332 if (pcb->pcb_flags & PCB_VEC) { in fpu_kern_enter()
|
H A D | elf32_machdep.c | 192 if (pcb->pcb_flags & PCB_VEC) { in elf32_dump_thread()
|
H A D | elf64_machdep.c | 281 if (pcb->pcb_flags & PCB_VEC) { in elf64_dump_thread()
|
/freebsd/sys/powerpc/include/ |
H A D | pcb.h | 59 #define PCB_VEC 0x4 /* Process uses Altivec */ macro
|
/freebsd/sys/powerpc/booke/ |
H A D | spe.c | 119 if (!(pcb->pcb_flags & PCB_VEC)) { in enable_vec() 121 pcb->pcb_flags |= PCB_VEC; in enable_vec()
|