Searched refs:uasm_rel_hi (Results 1 – 4 of 4) sorted by relevance
/arch/mips/mm/ |
D | uasm.c | 417 int __cpuinit uasm_rel_hi(long val) in uasm_rel_hi() function 433 if (uasm_rel_hi(addr)) { in UASM_i_LA_mostly() 435 uasm_i_daddiu(buf, rs, rs, uasm_rel_hi(addr)); in UASM_i_LA_mostly() 440 uasm_i_lui(buf, rs, uasm_rel_hi(addr)); in UASM_i_LA_mostly()
|
D | tlbex.c | 165 uasm_i_lui(&p, K1, uasm_rel_hi(pgdc)); /* cp0 delay */ in build_r3000_tlb_refill_handler() 477 uasm_i_lui(p, ptr, uasm_rel_hi(MODULE_START)); /* delay slot */ in build_get_pgd_vmalloc64() 487 uasm_i_lui(p, ptr, uasm_rel_hi(modd)); in build_get_pgd_vmalloc64() 512 uasm_i_lui(p, ptr, uasm_rel_hi(swpd)); in build_get_pgd_vmalloc64() 979 uasm_i_lui(p, ptr, uasm_rel_hi(pgdc)); /* cp0 delay */ in build_r3000_tlbchange_handler_head()
|
D | page.c | 134 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu() 141 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu()
|
D | uasm.h | 107 int uasm_rel_hi(long val);
|