Searched defs:mdproc (Results 1 – 13 of 13) sorted by relevance
43 struct mdproc { struct44 struct trapframe *md_regs; /* registers on current frame */46 int md_flags; /* machine-dependent flags */47 vaddr_t md_uarea; /* allocated uarea virtual addr */48 void *md_tcb; /* user-space thread-control-block */51 vaddr_t md_ss_addr; /* single step address */52 uint32_t md_ss_instr; /* saved single step instruction */55 vaddr_t md_fppgva; /* vaddr of the branch emulation page */56 vaddr_t md_fpbranchva; /* vaddr of fp branch destination */57 vaddr_t md_fpslotva; /* initial vaddr of delay slot */[all …]
52 struct mdproc { struct53 struct trapframe *md_tf; /* trap/syscall registers */54 volatile int md_astpending; /* AST pending for this process */64 vaddr_t md_bp0va;65 u_int md_bp0save;66 vaddr_t md_bp1va;67 u_int md_bp1save;
37 struct mdproc { struct38 struct trapframe *md_regs; /* registers on current frame */39 volatile int md_astpending; /* AST pending for this process */40 int md_flags; /* machine-dependent flags */42 vaddr_t md_bpva;43 u_int md_bpsave[2];
51 struct mdproc { struct52 struct trapframe *md_regs; /* user context */53 struct pcb *md_pcb; /* pcb access address */54 volatile int md_astpending; /* AST pending on return to userland */55 int md_flags; /* machine-dependent flags */57 struct md_upte md_upte[UPAGES * 2];
41 struct mdproc { struct42 u_int md_flags;43 volatile u_int md_astpending; /* AST pending for this process */44 struct trapframe *md_tf; /* trap/syscall registers */45 struct pcb *md_pcbpaddr; /* phys addr of the pcb */46 struct mdbpt md_sstep[2]; /* two breakpoints for sstep */
47 struct mdproc { struct48 struct trapframe *md_tf; /* trap/syscall registers */49 struct fpstate *md_fpstate; /* fpu state, if any; always resident */50 volatile int md_astpending;51 paddr_t md_pcbpaddr;
38 struct mdproc { struct39 struct trapframe *md_regs; /* registers on current frame */40 int md_flags; /* machine-dependent flags */41 int md_astpending;
40 struct mdproc { struct41 struct trapframe *md_regs;42 volatile int md_astpending;43 paddr_t md_user_slb_pa;
42 struct mdproc { struct43 struct trapframe *md_regs; /* registers on current frame */44 int md_flags;45 volatile int md_astpending;
45 struct mdproc { struct46 int pmc_enabled; /* bitfield of enabled counters */47 void *pmc_state; /* port-specific pmc state */
41 struct mdproc { struct42 volatile int md_astpending;