Lines Matching refs:L2
479 size_t L1, L2; in lookup_page_table_entry() local
493 L2 = LOOKUP_L2 (p); in lookup_page_table_entry()
495 return base[L1][L2]; in lookup_page_table_entry()
505 size_t L1, L2; in lookup_page_table_if_allocated() local
528 L2 = LOOKUP_L2 (p); in lookup_page_table_if_allocated()
529 if (L2 >= PAGE_L2_SIZE) in lookup_page_table_if_allocated()
533 if (base[L1][L2] && (const char *) p < base[L1][L2]->page) in lookup_page_table_if_allocated()
536 return base[L1][L2]; in lookup_page_table_if_allocated()
546 size_t L1, L2; in set_page_table_entry() local
568 L2 = LOOKUP_L2 (p); in set_page_table_entry()
573 base[L1][L2] = entry; in set_page_table_entry()