Searched refs:MMU_PAGE_16KB (Results 1 – 7 of 7) sorted by relevance
66 …return (page_size_code == 0) ? MMU_PAGE_16KB : (page_size_code == 1) ? MMU_PAGE_32KB : MMU_PAGE_64… in mmu_ll_get_page_size()77 uint8_t reg_val = (size == MMU_PAGE_16KB) ? 0 : (size == MMU_PAGE_32KB) ? 1 : 2; in mmu_ll_set_page_size()151 case MMU_PAGE_16KB: in mmu_ll_get_entry_id()186 case MMU_PAGE_16KB: in mmu_ll_format_paddr()310 case MMU_PAGE_16KB: in mmu_ll_entry_id_to_paddr_base()367 case MMU_PAGE_16KB: in mmu_ll_entry_id_to_vaddr_base()
70 (page_size_code == 2) ? MMU_PAGE_16KB : \ in mmu_ll_get_page_size()84 (size == MMU_PAGE_16KB) ? 2 : \ in mmu_ll_set_page_size()149 case MMU_PAGE_16KB: in mmu_ll_get_entry_id()185 case MMU_PAGE_16KB: in mmu_ll_format_paddr()322 case MMU_PAGE_16KB: in mmu_ll_entry_id_to_paddr_base()384 case MMU_PAGE_16KB: in mmu_ll_entry_id_to_vaddr_base()
73 (page_size_code == 2) ? MMU_PAGE_16KB : \ in mmu_ll_get_page_size()87 (size == MMU_PAGE_16KB) ? 2 : \ in mmu_ll_set_page_size()154 case MMU_PAGE_16KB: in mmu_ll_get_entry_id()191 case MMU_PAGE_16KB: in mmu_ll_format_paddr()348 case MMU_PAGE_16KB: in mmu_ll_entry_id_to_paddr_base()410 case MMU_PAGE_16KB: in mmu_ll_entry_id_to_vaddr_base()
28 MMU_PAGE_16KB = 0x4000, enumerator
46 case MMU_PAGE_16KB: in mmu_hal_pages_to_bytes()66 case MMU_PAGE_16KB: in mmu_hal_bytes_to_pages()
213 int size = (page_size == MMU_PAGE_16KB ? 16 in print_mmu_page_size()
208 int size = (page_size == MMU_PAGE_16KB ? 16 : in bootloader_print_mmu_page_size()