Home
last modified time | relevance | path

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

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