Searched defs:pg_table_attrs (Results 1 – 1 of 1) sorted by relevance
146 struct pg_table_attrs { struct147 spinlock_t pg_lock; /* Critical section object handle */149 u32 l1_base_pa; /* Physical address of the L1 PT */150 u32 l1_base_va; /* Virtual address of the L1 PT */151 u32 l1_size; /* Size of the L1 PT */152 u32 l1_tbl_alloc_pa;154 u32 l1_tbl_alloc_va;156 u32 l1_tbl_alloc_sz;160 u32 l2_base_pa; /* Physical address of the L2 PT */161 u32 l2_base_va; /* Virtual address of the L2 PT */[all …]