Searched refs:ddr_esel (Results 1 – 2 of 2) sorted by relevance
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | cpu.c | 590 int ddr_esel; in reset_tlb() local 598 ddr_esel = find_tlb_idx((void *)ptr, 1); in reset_tlb() 599 if (ddr_esel != -1) { in reset_tlb() 600 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, phys_offset); in reset_tlb() 673 int ddr_esel; in arch_memory_test_cleanup() local 679 ddr_esel = find_tlb_idx((void *)ptr, 1); in arch_memory_test_cleanup() 680 if (ddr_esel != -1) { in arch_memory_test_cleanup() 681 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn); in arch_memory_test_cleanup() 682 disable_tlb(ddr_esel); in arch_memory_test_cleanup()
|
A D | tlb.c | 332 int ddr_esel; in clear_ddr_tlbs_phys() local 338 ddr_esel = find_tlb_idx((void *)ptr, 1); in clear_ddr_tlbs_phys() 339 if (ddr_esel != -1) { in clear_ddr_tlbs_phys() 340 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn); in clear_ddr_tlbs_phys() 341 disable_tlb(ddr_esel); in clear_ddr_tlbs_phys()
|
Completed in 5 milliseconds