Searched refs:uasm_il_bbit0 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/mips/mm/ |
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);
|
A D | tlbex.c | 1765 uasm_il_bbit0(p, r, pte, ilog2(_PAGE_PRESENT), lid); in build_pte_present() 1854 uasm_il_bbit0(p, r, pte, ilog2(_PAGE_WRITE), lid); in build_pte_modifiable() 2144 uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID), in build_r4000_tlb_load_handler() 2220 uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID), in build_r4000_tlb_load_handler() 2266 uasm_il_bbit0(&p, &r, wr.r3, 1, label_tlbl_goaround2); in build_r4000_tlb_load_handler()
|
/linux/arch/mips/include/asm/ |
A D | uasm.h | 315 void uasm_il_bbit0(u32 **p, struct uasm_reloc **r, unsigned int reg,
|
Completed in 9 milliseconds