Searched refs:uasm_rel_hi (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/mips/mm/ |
| A D | uasm.c | 446 int uasm_rel_hi(long val) in uasm_rel_hi() function 450 UASM_EXPORT_SYMBOL(uasm_rel_hi); 464 if (uasm_rel_hi(addr)) { in UASM_i_LA_mostly() 467 uasm_rel_hi(addr)); in UASM_i_LA_mostly() 472 uasm_i_lui(buf, rs, uasm_rel_hi(addr)); in UASM_i_LA_mostly()
|
| A D | page.c | 108 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu() 115 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu() 308 uasm_i_lui(&buf, AT, uasm_rel_hi(0xa0000000)); in build_clear_page() 461 uasm_i_lui(&buf, AT, uasm_rel_hi(0xa0000000)); in build_copy_page()
|
| A D | tlbex.c | 418 uasm_i_lui(&p, K1, uasm_rel_hi(pgdc)); /* cp0 delay */ in build_r3000_tlb_refill_handler() 905 uasm_i_lui(p, ptr, uasm_rel_hi(swpd)); in build_get_pgd_vmalloc64() 915 uasm_i_lui(p, ptr, uasm_rel_hi(swpd)); in build_get_pgd_vmalloc64() 1919 uasm_i_lui(p, ptr, uasm_rel_hi(pgdc)); /* cp0 delay */ in build_r3000_tlbchange_handler_head() 2291 uasm_i_lui(&p, K0, uasm_rel_hi((long)tlb_do_page_fault_0)); in build_r4000_tlb_load_handler() 2347 uasm_i_lui(&p, K0, uasm_rel_hi((long)tlb_do_page_fault_1)); in build_r4000_tlb_store_handler() 2404 uasm_i_lui(&p, K0, uasm_rel_hi((long)tlb_do_page_fault_1)); in build_r4000_tlb_modify_handler()
|
| /linux/arch/mips/include/asm/ |
| A D | uasm.h | 199 int uasm_rel_hi(long val);
|
| /linux/arch/mips/kernel/ |
| A D | pm-cps.c | 333 uasm_i_lui(pp, t0, uasm_rel_hi(0x80000000)); in cps_gen_set_top_bit()
|
Completed in 13 milliseconds