Searched refs:uasm_i_addiu (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/mips/kernel/ |
D | pm-cps.c | 219 uasm_i_addiu(pp, t1, t0, cache_size); in cps_gen_cache_routine() 231 uasm_i_addiu(pp, t0, t0, unroll_lines * cache->linesz); in cps_gen_cache_routine() 288 uasm_i_addiu(pp, t0, zero, (perf_event << 5) | 0xf); in cps_gen_flush_fsb() 409 uasm_i_addiu(&p, t2, t1, 1); in cps_gen_entry_code() 412 uasm_i_addiu(&p, t1, t1, 1); in cps_gen_entry_code() 431 uasm_i_addiu(&p, t1, zero, -1); in cps_gen_entry_code() 444 uasm_i_addiu(&p, t0, zero, TCHALT_H); in cps_gen_entry_code() 476 uasm_i_addiu(&p, t0, zero, 1 << cpu_data[cpu].core); in cps_gen_entry_code() 509 uasm_i_addiu(&p, t1, zero, cpc_cmd); in cps_gen_entry_code() 557 uasm_i_addiu(&p, t0, zero, CM_GCR_Cx_COHERENCE_COHDOMAINEN_MSK); in cps_gen_entry_code() [all …]
|
D | vdso.c | 36 uasm_i_addiu(&tramp, 2, 0, sigreturn); /* li v0, sigreturn */ in install_trampoline()
|
D | smp-cps.c | 141 uasm_i_addiu(&entry_code, 16, 0, cca); in cps_prepare_cpus()
|
/linux-4.1.27/arch/mips/mm/ |
D | page.c | 111 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu() 113 uasm_i_addiu(buf, T9, ZERO, off); in pg_addiu() 118 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu()
|
D | tlbex.c | 883 uasm_i_addiu(p, ptr, ptr, uasm_rel_lo(swpd)); in build_get_pgd_vmalloc64() 2093 uasm_i_addiu(&p, K0, K0, uasm_rel_lo((long)tlb_do_page_fault_0)); in build_r4000_tlb_load_handler() 2148 uasm_i_addiu(&p, K0, K0, uasm_rel_lo((long)tlb_do_page_fault_1)); in build_r4000_tlb_store_handler() 2204 uasm_i_addiu(&p, K0, K0, uasm_rel_lo((long)tlb_do_page_fault_1)); in build_r4000_tlb_modify_handler()
|
D | uasm.c | 434 ISAFUNC(uasm_i_addiu)(buf, rs, rs, in ISAFUNC() local
|
/linux-4.1.27/arch/mips/include/asm/ |
D | uasm.h | 216 # define UASM_i_ADDIU(buf, rs, rt, val) uasm_i_addiu(buf, rs, rt, val)
|
/linux-4.1.27/arch/mips/net/ |
D | bpf_jit.c | 208 uasm_i_addiu(&p, dst, r_zero, imm); in emit_load_imm()
|