Searched refs:uasm_rel_hi (Results 1 – 4 of 4) sorted by relevance
/arch/mips/mm/ |
D | uasm.c | 492 int __uasminit uasm_rel_hi(long val) in uasm_rel_hi() function 496 UASM_EXPORT_SYMBOL(uasm_rel_hi); 510 if (uasm_rel_hi(addr)) { in UASM_i_LA_mostly() 512 uasm_i_daddiu(buf, rs, rs, uasm_rel_hi(addr)); in UASM_i_LA_mostly() 517 uasm_i_lui(buf, rs, uasm_rel_hi(addr)); in UASM_i_LA_mostly()
|
D | page.c | 96 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu() 103 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu()
|
D | tlbex.c | 354 uasm_i_lui(&p, K1, uasm_rel_hi(pgdc)); /* cp0 delay */ in build_r3000_tlb_refill_handler() 840 uasm_i_lui(p, ptr, uasm_rel_hi(swpd)); in build_get_pgd_vmalloc64() 850 uasm_i_lui(p, ptr, uasm_rel_hi(swpd)); in build_get_pgd_vmalloc64() 1685 uasm_i_lui(p, ptr, uasm_rel_hi(pgdc)); /* cp0 delay */ in build_r3000_tlbchange_handler_head()
|
/arch/mips/include/asm/ |
D | uasm.h | 135 int uasm_rel_hi(long val);
|