Searched refs:ddr_esel (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | cpu.c | 583 int ddr_esel; in reset_tlb() local 591 ddr_esel = find_tlb_idx((void *)ptr, 1); in reset_tlb() 592 if (ddr_esel != -1) { in reset_tlb() 593 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, phys_offset); in reset_tlb() 666 int ddr_esel; in arch_memory_test_cleanup() local 672 ddr_esel = find_tlb_idx((void *)ptr, 1); in arch_memory_test_cleanup() 673 if (ddr_esel != -1) { in arch_memory_test_cleanup() 674 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn); in arch_memory_test_cleanup() 675 disable_tlb(ddr_esel); in arch_memory_test_cleanup()
|
D | tlb.c | 330 int ddr_esel; in clear_ddr_tlbs_phys() local 336 ddr_esel = find_tlb_idx((void *)ptr, 1); in clear_ddr_tlbs_phys() 337 if (ddr_esel != -1) { in clear_ddr_tlbs_phys() 338 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn); in clear_ddr_tlbs_phys() 339 disable_tlb(ddr_esel); in clear_ddr_tlbs_phys()
|