Searched refs:pc_flags (Results 1 – 10 of 10) sorted by relevance
92 db_printf("PPC: flags = %#x\n", pc->pc_flags); in db_show_mdpcpu()
244 pc->pc_flags = PCPU_GET(flags); /* Copy cached CPU flags */ in cpu_mp_unleash()
64 ASSYM(PC_FLAGS, offsetof(struct pcpu, pc_flags));
51 uint32_t pc_flags; /* cpu feature flags */ \
104 pc.pc_flags = (pflags & PFLAGS_FULL) != 0 ? PC_ALL : 0; in kcoredump()
192 uint32_t pc_flags; /* Flags PC_* */ member
523 uint32_t pc_flags; member
1154 CP(r32.pc, r.pc, pc_flags); in freebsd32_ptrace()
1623 if ((pc->pc_flags & ~(PC_COMPRESS | PC_ALL)) != 0) { in kern_ptrace()1656 if ((pc->pc_flags & PC_COMPRESS) == 0) in kern_ptrace()1658 if ((pc->pc_flags & PC_ALL) != 0) in kern_ptrace()
313 pc.pc_flags = 0; in ATF_TC_BODY()