Searched refs:MMU_PAGE_32KB (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()148 case MMU_PAGE_32KB: in mmu_ll_get_entry_id()183 case MMU_PAGE_32KB: in mmu_ll_format_paddr()307 case MMU_PAGE_32KB: in mmu_ll_entry_id_to_paddr_base()364 case MMU_PAGE_32KB: in mmu_ll_entry_id_to_vaddr_base()
69 (page_size_code == 1) ? MMU_PAGE_32KB : \ in mmu_ll_get_page_size()83 (size == MMU_PAGE_32KB) ? 1 : \ in mmu_ll_set_page_size()146 case MMU_PAGE_32KB: in mmu_ll_get_entry_id()182 case MMU_PAGE_32KB: in mmu_ll_format_paddr()319 case MMU_PAGE_32KB: in mmu_ll_entry_id_to_paddr_base()381 case MMU_PAGE_32KB: in mmu_ll_entry_id_to_vaddr_base()
72 (page_size_code == 1) ? MMU_PAGE_32KB : \ in mmu_ll_get_page_size()86 (size == MMU_PAGE_32KB) ? 1 : \ in mmu_ll_set_page_size()151 case MMU_PAGE_32KB: in mmu_ll_get_entry_id()188 case MMU_PAGE_32KB: in mmu_ll_format_paddr()345 case MMU_PAGE_32KB: in mmu_ll_entry_id_to_paddr_base()407 case MMU_PAGE_32KB: in mmu_ll_entry_id_to_vaddr_base()
29 MMU_PAGE_32KB = 0x8000, enumerator
43 case MMU_PAGE_32KB: in mmu_hal_pages_to_bytes()63 case MMU_PAGE_32KB: in mmu_hal_bytes_to_pages()
214 : page_size == MMU_PAGE_32KB ? 32 in print_mmu_page_size()
209 page_size == MMU_PAGE_32KB ? 32 : in bootloader_print_mmu_page_size()