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