Searched refs:LOAD_REG_ADDR (Results 1 – 3 of 3) sorted by relevance
/kvm-unit-tests/powerpc/ |
H A D | cstart64.S | 68 LOAD_REG_ADDR(r4, call_handler) 75 LOAD_REG_ADDR(r4, __start_interrupts) 76 LOAD_REG_ADDR(r5, __end_interrupts) 110 LOAD_REG_ADDR(r3, hcall) 119 LOAD_REG_ADDR(r3, __argc) 120 LOAD_REG_ADDR(r4, __argv) 121 LOAD_REG_ADDR(r5, __environ) 146 LOAD_REG_ADDR(r9, cpus) 193 LOAD_REG_ADDR(r11, rtas_entry) 210 LOAD_REG_ADDR(r11, rtas_return_loc)
|
/kvm-unit-tests/lib/ppc64/ |
H A D | opal-calls.S | 23 LOAD_REG_ADDR(r11, opal_return) 35 LOAD_REG_ADDR(r11, opal)
|
/kvm-unit-tests/lib/powerpc/asm/ |
H A D | ppc_asm.h | 17 #define LOAD_REG_ADDR(reg,name) \ macro
|