Searched refs:setbat (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/arch/ppc/mm/ |
D | ppc_mmu.c | 88 setbat(2, KERNELBASE, PPC_MEMSTART, bat2, _PAGE_KERNEL); in bat_mapin_ram() 92 setbat(3, KERNELBASE+done, PPC_MEMSTART+done, bat3, in bat_mapin_ram() 102 void __init setbat(int index, unsigned long virt, unsigned long phys, in setbat() function
|
D | mmu_decl.h | 30 extern void setbat(int index, unsigned long virt, unsigned long phys,
|
D | pgtable.c | 63 void setbat(int index, unsigned long virt, unsigned long phys, 345 setbat(io_bat_index, virt, phys, size, flags); in io_block_mapping()
|