Searched refs:modify_instruction_site (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/mm/book3s32/ |
A D | mmu.c | 415 modify_instruction_site(&patch__hash_page_A0, 0xffff, hash >> 16); in MMU_init_hw_patch() 416 modify_instruction_site(&patch__hash_page_A1, 0x7c0, hash_mb << 6); in MMU_init_hw_patch() 417 modify_instruction_site(&patch__hash_page_A2, 0x7c0, hash_mb2 << 6); in MMU_init_hw_patch() 418 modify_instruction_site(&patch__hash_page_B, 0xffff, hmask); in MMU_init_hw_patch() 419 modify_instruction_site(&patch__hash_page_C, 0xffff, hmask); in MMU_init_hw_patch() 424 modify_instruction_site(&patch__flush_hash_A0, 0xffff, hash >> 16); in MMU_init_hw_patch() 425 modify_instruction_site(&patch__flush_hash_A1, 0x7c0, hash_mb << 6); in MMU_init_hw_patch() 426 modify_instruction_site(&patch__flush_hash_A2, 0x7c0, hash_mb2 << 6); in MMU_init_hw_patch() 427 modify_instruction_site(&patch__flush_hash_B, 0xffff, hmask); in MMU_init_hw_patch()
|
/linux/arch/powerpc/mm/nohash/ |
A 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/arch/powerpc/include/asm/ |
A D | code-patching.h | 56 static inline int modify_instruction_site(s32 *site, unsigned int clr, unsigned int set) in modify_instruction_site() function
|
Completed in 5 milliseconds