Searched refs:modify_instruction_site (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/mm/book3s32/
H A Dmmu.c412 modify_instruction_site(&patch__hash_page_A0, 0xffff, hash >> 16);
413 modify_instruction_site(&patch__hash_page_A1, 0x7c0, hash_mb << 6);
414 modify_instruction_site(&patch__hash_page_A2, 0x7c0, hash_mb2 << 6);
415 modify_instruction_site(&patch__hash_page_B, 0xffff, hmask);
416 modify_instruction_site(&patch__hash_page_C, 0xffff, hmask);
421 modify_instruction_site(&patch__flush_hash_A0, 0xffff, hash >> 16);
422 modify_instruction_site(&patch__flush_hash_A1, 0x7c0, hash_mb << 6);
423 modify_instruction_site(&patch__flush_hash_A2, 0x7c0, hash_mb2 << 6);
424 modify_instruction_site(&patch__flush_hash_B, 0xffff, hmask);
/linux-master/arch/powerpc/mm/nohash/
H A D44x.c48 modify_instruction_site(&patch__tlb_44x_hwater_D, 0xffff, tlb_44x_hwater);
49 modify_instruction_site(&patch__tlb_44x_hwater_I, 0xffff, tlb_44x_hwater);
/linux-master/arch/powerpc/include/asm/
H A Dcode-patching.h100 static inline int modify_instruction_site(s32 *site, unsigned int clr, unsigned int set) function

Completed in 102 milliseconds