Searched refs:hash_mb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s32/ |
H A D | mmu.c | 37 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() 410 modify_instruction_site(&patch__hash_page_A1, 0x7c0, hash_mb << 6); in MMU_init_hw_patch() 419 modify_instruction_site(&patch__flush_hash_A1, 0x7c0, hash_mb << 6); in MMU_init_hw_patch()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/ |
H A D | mmu.c | 39 static unsigned int hash_mb, hash_mb2; variable 396 hash_mb2 = hash_mb = 32 - LG_HPTEG_SIZE - lg_n_hpteg; in MMU_init_hw() 420 modify_instruction_site(&patch__hash_page_A1, 0x7c0, hash_mb << 6); in MMU_init_hw_patch() 429 modify_instruction_site(&patch__flush_hash_A1, 0x7c0, hash_mb << 6); in MMU_init_hw_patch()
|
Completed in 3 milliseconds