Searched refs:uasm_il_bbit0 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | uasm.c | 629 void uasm_il_bbit0(u32 **p, struct uasm_reloc **r, unsigned int reg, in uasm_il_bbit0() function 635 UASM_EXPORT_SYMBOL(uasm_il_bbit0); variable
|
H A D | tlbex.c | 1769 uasm_il_bbit0(p, r, pte, ilog2(_PAGE_PRESENT), lid); in build_pte_present() 1858 uasm_il_bbit0(p, r, pte, ilog2(_PAGE_WRITE), lid); in build_pte_modifiable() 2148 uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID), in build_r4000_tlb_load_handler() 2223 uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID), in build_r4000_tlb_load_handler() 2269 uasm_il_bbit0(&p, &r, wr.r3, 1, label_tlbl_goaround2); in build_r4000_tlb_load_handler()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | uasm.c | 630 void uasm_il_bbit0(u32 **p, struct uasm_reloc **r, unsigned int reg, in uasm_il_bbit0() function 636 UASM_EXPORT_SYMBOL(uasm_il_bbit0); variable
|
H A D | tlbex.c | 1729 uasm_il_bbit0(p, r, pte, ilog2(_PAGE_PRESENT), lid); in build_pte_present() 1818 uasm_il_bbit0(p, r, pte, ilog2(_PAGE_WRITE), lid); in build_pte_modifiable() 2108 uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID), in build_r4000_tlb_load_handler() 2174 uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID), in build_r4000_tlb_load_handler() 2211 uasm_il_bbit0(&p, &r, wr.r3, 1, label_tlbl_goaround2); in build_r4000_tlb_load_handler()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | uasm.h | 310 void uasm_il_bbit0(u32 **p, struct uasm_reloc **r, unsigned int reg,
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | uasm.h | 315 void uasm_il_bbit0(u32 **p, struct uasm_reloc **r, unsigned int reg,
|
Completed in 13 milliseconds