Searched refs:add_temporary_entry (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/bcm47xx/ |
H A D | prom.c | 160 add_temporary_entry(ENTRYLO(0x80000000), in bcm47xx_prom_highmem_init()
|
/kernel/linux/linux-6.6/arch/mips/bcm47xx/ |
H A D | prom.c | 156 add_temporary_entry(ENTRYLO(0x80000000), in bcm47xx_prom_highmem_init()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | pgtable-32.h | 46 * - add_temporary_entry() add a temporary TLB entry. We use TLB entries 52 extern int add_temporary_entry(unsigned long entrylo0, unsigned long entrylo1,
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | pgtable-32.h | 46 * - add_temporary_entry() add a temporary TLB entry. We use TLB entries 52 extern int add_temporary_entry(unsigned long entrylo0, unsigned long entrylo1,
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | tlb-r4k.c | 453 __init int add_temporary_entry(unsigned long entrylo0, unsigned long entrylo1, in add_temporary_entry() function 470 "No TLB space left for add_temporary_entry\n"); in add_temporary_entry()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | tlb-r4k.c | 461 __init int add_temporary_entry(unsigned long entrylo0, unsigned long entrylo1, in add_temporary_entry() function 478 "No TLB space left for add_temporary_entry\n"); in add_temporary_entry()
|
Completed in 4 milliseconds