Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/book3s/32/
Dmmu-hash.h35 #define BAT_PHYS_ADDR(x) ((u32)((x & 0x00000000fffe0000ULL) | \ macro
42 #define BAT_PHYS_ADDR(x) (x) macro
/linux-6.1.9/arch/powerpc/mm/book3s32/
Dmmu.c129 bat[0].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setibat()
282 bat[1].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setbat()