Home
last modified time | relevance | path

Searched defs:mdproc (Results 1 – 13 of 13) sorted by relevance

/openbsd/sys/arch/mips64/include/
H A Dproc.h43 struct mdproc { struct
44 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 …]
/openbsd/sys/arch/m88k/include/
H A Dproc.h52 struct mdproc { struct
53 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;
/openbsd/sys/arch/hppa/include/
H A Dproc.h37 struct mdproc { struct
38 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];
/openbsd/sys/arch/sh/include/
H A Dproc.h51 struct mdproc { struct
52 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];
/openbsd/sys/arch/alpha/include/
H A Dproc.h41 struct mdproc { struct
42 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 */
/openbsd/sys/arch/sparc64/include/
H A Dproc.h47 struct mdproc { struct
48 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;
/openbsd/sys/arch/i386/include/
H A Dproc.h38 struct mdproc { struct
39 struct trapframe *md_regs; /* registers on current frame */
40 int md_flags; /* machine-dependent flags */
41 int md_astpending;
/openbsd/sys/arch/powerpc64/include/
H A Dproc.h40 struct mdproc { struct
41 struct trapframe *md_regs;
42 volatile int md_astpending;
43 paddr_t md_user_slb_pa;
/openbsd/sys/arch/amd64/include/
H A Dproc.h42 struct mdproc { struct
43 struct trapframe *md_regs; /* registers on current frame */
44 int md_flags;
45 volatile int md_astpending;
/openbsd/sys/arch/arm/include/
H A Dproc.h45 struct mdproc { struct
46 int pmc_enabled; /* bitfield of enabled counters */
47 void *pmc_state; /* port-specific pmc state */
/openbsd/sys/arch/arm64/include/
H A Dproc.h41 struct mdproc { struct
42 volatile int md_astpending;
/openbsd/sys/arch/powerpc/include/
H A Dproc.h41 struct mdproc { struct
42 volatile int md_astpending;
/openbsd/sys/arch/riscv64/include/
H A Dproc.h41 struct mdproc { struct
42 volatile int md_astpending;