Home
last modified time | relevance | path

Searched refs:ddr_esel (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c581 int ddr_esel; in reset_tlb() local
589 ddr_esel = find_tlb_idx((void *)ptr, 1); in reset_tlb()
590 if (ddr_esel != -1) { in reset_tlb()
591 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, phys_offset); in reset_tlb()
664 int ddr_esel; in arch_memory_test_cleanup() local
670 ddr_esel = find_tlb_idx((void *)ptr, 1); in arch_memory_test_cleanup()
671 if (ddr_esel != -1) { in arch_memory_test_cleanup()
672 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn); in arch_memory_test_cleanup()
673 disable_tlb(ddr_esel); in arch_memory_test_cleanup()
H A Dtlb.c331 int ddr_esel; in clear_ddr_tlbs_phys() local
337 ddr_esel = find_tlb_idx((void *)ptr, 1); in clear_ddr_tlbs_phys()
338 if (ddr_esel != -1) { in clear_ddr_tlbs_phys()
339 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn); in clear_ddr_tlbs_phys()
340 disable_tlb(ddr_esel); in clear_ddr_tlbs_phys()