Home
last modified time | relevance | path

Searched refs:get_tcr (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c37 u64 get_tcr(int el, u64 *pips, u64 *pva_bits) in get_tcr() function
113 get_tcr(0, NULL, &va_bits); in find_pte()
341 get_tcr(0, NULL, &va_bits); in get_page_table_size()
413 set_ttbr_tcr_mair(el, gd->arch.tlb_addr, get_tcr(el, NULL, NULL), in mmu_setup()
/openbmc/u-boot/arch/arm/include/asm/armv8/
H A Dmmu.h136 u64 get_tcr(int el, u64 *pips, u64 *pva_bits);
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c418 get_tcr(el, NULL, NULL) & in early_mmu_setup()
569 set_ttbr_tcr_mair(el, gd->arch.tlb_addr, get_tcr(el, NULL, NULL), in final_mmu_setup()