Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/mm/book3s32/
Dmmu.c418 modify_instruction_site(&patch__hash_page_A0, 0xffff, 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, in MMU_init_hw_patch()
430 modify_instruction_site(&patch__flush_hash_A1, 0x7c0, hash_mb << 6); in MMU_init_hw_patch()
431 modify_instruction_site(&patch__flush_hash_A2, 0x7c0, hash_mb2 << 6); in MMU_init_hw_patch()
432 modify_instruction_site(&patch__flush_hash_B, 0xffff, hmask); in MMU_init_hw_patch()
/Linux-v5.4/arch/powerpc/mm/nohash/
D44x.c47 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()
D8xx.c94 modify_instruction_site(site, 0xffff, (unsigned long)__va(mapped) >> 16); in mmu_patch_cmp_limit()
/Linux-v5.4/arch/powerpc/mm/kasan/
Dkasan_init_32.c194 modify_instruction_site(&patch__hash_page_A0, 0xffff, __pa(early_hash) >> 16); in kasan_early_hash_table()
195 modify_instruction_site(&patch__flush_hash_A0, 0xffff, __pa(early_hash) >> 16); in kasan_early_hash_table()
/Linux-v5.4/arch/powerpc/include/asm/
Dcode-patching.h54 static inline int modify_instruction_site(s32 *site, unsigned int clr, unsigned int set) in modify_instruction_site() function