Searched refs:uasm_i_lui (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
D | tlbex.c | 420 uasm_i_lui(&p, K1, uasm_rel_hi(pgdc)); /* cp0 delay */ in build_r3000_tlb_refill_handler() 660 uasm_i_lui(p, tmp, PM_DEFAULT_MASK >> 16); in build_restore_pagemask() 679 uasm_i_lui(p, tmp, PM_DEFAULT_MASK >> 16); in build_restore_pagemask() 701 uasm_i_lui(p, tmp, PM_HUGE_MASK >> 16); in build_huge_tlb_write_entry() 744 uasm_i_lui(p, tmp, HPAGE_SIZE >> (7 + 16)); in build_huge_update_entries() 875 uasm_i_lui(p, ptr, uasm_rel_hi(swpd)); in build_get_pgd_vmalloc64() 885 uasm_i_lui(p, ptr, uasm_rel_hi(swpd)); in build_get_pgd_vmalloc64() 1032 uasm_i_lui(p, scratch, 0xff); in build_update_entries() 1535 uasm_i_lui(p, scratch, (mode >> 16)); in iPTE_SW() 1755 uasm_i_lui(p, ptr, uasm_rel_hi(pgdc)); /* cp0 delay */ in build_r3000_tlbchange_handler_head() [all …]
|
D | page.c | 110 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu() 117 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu() 299 uasm_i_lui(&buf, AT, uasm_rel_hi(0xa0000000)); in build_clear_page() 450 uasm_i_lui(&buf, AT, uasm_rel_hi(0xa0000000)); in build_copy_page()
|
D | uasm.c | 411 ISAFUNC(uasm_i_lui)(buf, rs, uasm_rel_highest(addr)); in ISAFUNC() local 422 ISAFUNC(uasm_i_lui)(buf, rs, ISAFUNC(uasm_rel_hi(addr))); in ISAFUNC() local
|
/linux-4.4.14/arch/mips/kernel/ |
D | pm-cps.c | 340 uasm_i_lui(pp, t0, uasm_rel_hi(0x80000000)); in cps_gen_set_top_bit()
|
/linux-4.4.14/arch/mips/net/ |
D | bpf_jit.c | 168 uasm_i_lui(&p, r_tmp_imm, (s32)imm >> 16); in emit_load_imm()
|