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