Searched refs:uasm_il_bbit0 (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
H A D | uasm.c | 580 void ISAFUNC(uasm_il_bbit0)(u32 **p, struct uasm_reloc **r, unsigned int reg, uasm_il_bbit0() function 586 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_il_bbit0));
|
H A D | tlbex.c | 1600 uasm_il_bbit0(p, r, pte, ilog2(_PAGE_PRESENT), lid); build_pte_present() 1690 uasm_il_bbit0(p, r, pte, ilog2(_PAGE_WRITE), lid); build_pte_modifiable() 1964 uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID), build_r4000_tlb_load_handler() 2031 uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID), build_r4000_tlb_load_handler() 2069 uasm_il_bbit0(&p, &r, wr.r3, 1, label_tlbl_goaround2); build_r4000_tlb_load_handler()
|
/linux-4.4.14/drivers/watchdog/ |
H A D | octeon-wdt-main.c | 148 uasm_il_bbit0(&p, &r, K0, ilog2(ST0_NMI), octeon_wdt_build_stage1() 177 uasm_il_bbit0(&p, &r, K0, 1, label_enter_bootloader); octeon_wdt_build_stage1()
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | uasm.h | 290 void uasm_il_bbit0(u32 **p, struct uasm_reloc **r, unsigned int reg,
|
Completed in 96 milliseconds