Lines Matching defs:mdlwp
41 struct mdlwp { struct
42 void *md_onfault;
43 struct trapframe *md_utf;
44 uint64_t md_cpacr;
45 uint32_t md_flags;
46 volatile uint32_t md_astpending;
48 uint64_t md_ia_kern[2]; /* APIAKey{Lo,Hi}_EL1 used in the kernel */
49 uint64_t md_ia_user[2]; /* APIAKey{Lo,Hi}_EL1 used in user-process */
50 uint64_t md_ib_user[2]; /* APIBKey{Lo,Hi}_EL1 only used in user-proc. */
51 uint64_t md_da_user[2]; /* APDAKey{Lo,Hi}_EL1 only used in user-proc. */
52 uint64_t md_db_user[2]; /* APDBKey{Lo,Hi}_EL1 only used in user-proc. */
53 uint64_t md_ga_user[2]; /* APGAKey{Lo,Hi}_EL1 only used in user-proc. */