Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/mm/book3s32/
Dmmu.c37 static unsigned int __initdata hash_mb, hash_mb2; variable
386 hash_mb2 = hash_mb = 32 - LG_HPTEG_SIZE - lg_n_hpteg; in MMU_init_hw()
388 hash_mb2 = 16 - LG_HPTEG_SIZE; in MMU_init_hw()
411 modify_instruction_site(&patch__hash_page_A2, 0x7c0, hash_mb2 << 6); in MMU_init_hw_patch()
420 modify_instruction_site(&patch__flush_hash_A2, 0x7c0, hash_mb2 << 6); in MMU_init_hw_patch()