Searched refs:tlb_44x_hwater (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | 44x.c | 35 unsigned int tlb_44x_hwater = PPC44x_TLB_SIZE - 1 - PPC44x_EARLY_TLBS; variable 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() 56 unsigned int entry = tlb_44x_hwater--; in ppc44x_pin_tlb()
|
H A D | tlb_low.S | 129 lis r4,tlb_44x_hwater@ha 130 lwz r5,tlb_44x_hwater@l(r4)
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | 44x.c | 36 unsigned int tlb_44x_hwater = PPC44x_TLB_SIZE - 1 - PPC44x_EARLY_TLBS; variable 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() 57 unsigned int entry = tlb_44x_hwater--; in ppc44x_pin_tlb()
|
H A D | tlb_low.S | 118 lis r4,tlb_44x_hwater@ha 119 lwz r5,tlb_44x_hwater@l(r4)
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
H A D | mmu-44x.h | 105 extern unsigned int tlb_44x_hwater;
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/ |
H A D | mmu-44x.h | 105 extern unsigned int tlb_44x_hwater;
|
Completed in 3 milliseconds