Searched refs:PCB_VEC (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/powerpc/powerpc/ |
| H A D | ptrace_machdep.c | 63 if (pcb->pcb_flags & PCB_VEC) { in cpu_ptrace() 74 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 | 116 andi. %r7, %r18, PCB_VEC 168 andi. %r6, %r19, PCB_VEC
|
| H A D | swtch64.S | 176 andi. %r7, %r18, PCB_VEC 228 andi. %r6, %r19, PCB_VEC
|
| H A D | trap.c | 301 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 D | genassym.c | 206 ASSYM(PCB_VEC, PCB_VEC);
|
| H A D | exec_machdep.c | 439 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 D | fpu.c | 353 if (pcb->pcb_flags & PCB_VEC) { in fpu_kern_enter()
|
| H A D | elf32_machdep.c | 194 if (pcb->pcb_flags & PCB_VEC) { in elf32_dump_thread()
|
| H A D | elf64_machdep.c | 285 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
|