Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dmmu-hash32.h33 #define BAT_PHYS_ADDR(x) ((u32)((x & 0x00000000fffe0000ULL) | \ macro
37 #define BAT_PHYS_ADDR(x) (x) macro
/linux-3.4.99/arch/powerpc/mm/
Dppc_mmu_32.c134 bat[1].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setbat()