Searched refs:modify_instruction_site (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/powerpc/mm/book3s32/ |
D | mmu.c | 409 modify_instruction_site(&patch__hash_page_A0, 0xffff, hash >> 16); in MMU_init_hw_patch() 410 modify_instruction_site(&patch__hash_page_A1, 0x7c0, hash_mb << 6); in MMU_init_hw_patch() 411 modify_instruction_site(&patch__hash_page_A2, 0x7c0, hash_mb2 << 6); in MMU_init_hw_patch() 412 modify_instruction_site(&patch__hash_page_B, 0xffff, hmask); in MMU_init_hw_patch() 413 modify_instruction_site(&patch__hash_page_C, 0xffff, hmask); in MMU_init_hw_patch() 418 modify_instruction_site(&patch__flush_hash_A0, 0xffff, hash >> 16); in MMU_init_hw_patch() 419 modify_instruction_site(&patch__flush_hash_A1, 0x7c0, hash_mb << 6); in MMU_init_hw_patch() 420 modify_instruction_site(&patch__flush_hash_A2, 0x7c0, hash_mb2 << 6); in MMU_init_hw_patch() 421 modify_instruction_site(&patch__flush_hash_B, 0xffff, hmask); in MMU_init_hw_patch()
|
/linux-6.1.9/arch/powerpc/mm/nohash/ |
D | 44x.c | 48 modify_instruction_site(&patch__tlb_44x_hwater_D, 0xffff, tlb_44x_hwater); in ppc44x_update_tlb_hwater() 49 modify_instruction_site(&patch__tlb_44x_hwater_I, 0xffff, tlb_44x_hwater); in ppc44x_update_tlb_hwater()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | code-patching.h | 101 static inline int modify_instruction_site(s32 *site, unsigned int clr, unsigned int set) in modify_instruction_site() function
|