Searched defs:table (Results 1 – 4 of 4) sorted by relevance
44 uint64_t *table; in new_table() local70 static int table_usage(uint64_t *table, int adjustment) in table_usage()92 static inline void inc_table_ref(uint64_t *table) in inc_table_ref()97 static inline void dec_table_ref(uint64_t *table) in dec_table_ref()104 static inline bool is_table_unused(uint64_t *table) in is_table_unused()109 static inline bool is_table_single_referenced(uint64_t *table) in is_table_single_referenced()207 uint64_t *table = pte_desc_table(*pte); in debug_show_pte() local262 uint64_t *table; in expand_to_table() local309 uint64_t *table = top_table; in set_mapping() local526 static void discard_table(uint64_t *table, unsigned int level) in discard_table()[all …]
370 pentry_t *table = ptables; in pentry_get() local652 static void dump_ptables(pentry_t *table, uint8_t *base, int level) in dump_ptables()1007 pentry_t *table = ptables; in page_map_set() local1322 pentry_t *table; in identity_map_remove() local1397 pentry_t *table = ptables; in page_validate() local
208 uint32_t page, *table; in map_memory_range() local367 uint32_t *table; in l2_page_table_map() local
403 def new_child_table(self, table, virt_addr, depth): argument
Completed in 20 milliseconds