Lines Matching defs:mdthread
51 struct mdthread { struct
52 int md_flags; /* machine-dependent flags */
54 uint64_t md_upte[KSTACK_PAGES]; /* ptes for mapping u pcb */
56 int md_upte[KSTACK_PAGES];
58 uintptr_t md_ss_addr; /* single step address for ptrace */
59 int md_ss_instr; /* single step instruction for ptrace */
60 register_t md_saved_intr;
61 u_int md_spinlock_count;
63 int md_pc_ctrl; /* performance counter control */
64 int md_pc_count; /* performance counter */
65 int md_pc_spill; /* performance counter spill */
66 void *md_tls;
68 struct octeon_cop2_state *md_cop2; /* kernel context */
69 struct octeon_cop2_state *md_ucop2; /* userland context */
72 int md_cop2owner;