Home
last modified time | relevance | path

Searched refs:TLB_PAGESZ (Results 1 – 3 of 3) sorted by relevance

/linux/arch/microblaze/include/asm/
H A Dmmu.h94 # define TLB_PAGESZ(x) (((x) & 0x7) << 7) macro
/linux/arch/microblaze/kernel/
H A Dhead.S309 ori r3,r0,(TLB_VALID | TLB_PAGESZ(PAGESZ_4K))
H A Dhw_exception_handler.S776 ori r3, r3, TLB_VALID | TLB_PAGESZ(PAGESZ_4K)