Searched refs:l2_e (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/kernel/arch/armv8/
H A Dpaging.c841 union armv8_ttable_entry *l2_e = (union armv8_ttable_entry *)l2 + l2_index; local
842 if (!l2_e->raw) { continue; }
843 genpaddr_t l3_gp = (genpaddr_t)(l2_e->d.base) << BASE_PAGE_BITS;

Completed in 27 milliseconds