/openbmc/linux/arch/powerpc/kernel/ |
H A D | head_64.S | 355 LOAD_REG_ADDR(r4, booting_thread_hwid) 442 LOAD_REG_ADDR(r23, cur_cpu_spec) 667 LOAD_REG_ADDR(r5, __end_interrupts) 668 LOAD_REG_ADDR(r11, _stext) 961 LOAD_REG_ADDR(r11,__bss_stop) 962 LOAD_REG_ADDR(r8,__bss_start) 976 LOAD_REG_ADDR(r11, opal) 989 LOAD_REG_ADDR(r4, kernstart_addr) 995 LOAD_REG_ADDR(r3,init_thread_union) 1011 LOAD_REG_ADDR(r12, DOTSYM(early_setup)) [all …]
|
H A D | swsusp_asm64.S | 82 LOAD_REG_ADDR(r11, swsusp_save_area) 128 LOAD_REG_ADDR(r11, swsusp_save_area) 142 LOAD_REG_ADDR(r11, restore_pblist) 184 LOAD_REG_ADDR(r11, swsusp_save_area) 262 LOAD_REG_ADDR(r11, swsusp_save_area)
|
H A D | rtas_entry.S | 19 LOAD_REG_ADDR(r4, rtas) 97 LOAD_REG_ADDR(r4,rtas_return_loc) 102 LOAD_REG_ADDR(r4, rtas)
|
H A D | cpu_setup_ppc970.S | 116 LOAD_REG_ADDR(r5,cpu_state_storage) 150 LOAD_REG_ADDR(r5,cpu_state_storage)
|
H A D | head_8xx.S | 717 LOAD_REG_ADDR(r9, _sinittext) 747 LOAD_REG_ADDR(r9, _sinittext)
|
H A D | exceptions-64e.S | 83 LOAD_REG_ADDR(r11,extlb_level_exc) 145 LOAD_REG_ADDR(r11,extlb_level_exc) 1490 LOAD_REG_ADDR(r3, interrupt_base_book3e)
|
H A D | exceptions-64s.S | 626 LOAD_REG_ADDR(r9, __start___restart_table) 627 LOAD_REG_ADDR(r10, __stop___restart_table) 656 LOAD_REG_ADDR(r9, __start___soft_mask_table) 657 LOAD_REG_ADDR(r10, __stop___soft_mask_table)
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | opal-calls.S | 19 LOAD_REG_ADDR(r11, opal) 38 LOAD_REG_ADDR(r11, opal_return) 48 LOAD_REG_ADDR(r11, opal)
|
H A D | ppc_asm.h | 88 #define LOAD_REG_ADDR(reg,name) \ macro 92 #define LOAD_REG_ADDR(reg,name) \ macro
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | spr_access.S | 7 LOAD_REG_ADDR(r5, .Lmfspr_table) 12 LOAD_REG_ADDR(r5, .Lmtspr_table)
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-wrappers.S | 29 LOAD_REG_ADDR(r11, opal_return) 31 LOAD_REG_ADDR(r11, opal)
|
H A D | subcore-asm.S | 34 LOAD_REG_ADDR(r4, real_mode) 82 LOAD_REG_ADDR(r5, virtual_mode)
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | copypage_64.S | 27 LOAD_REG_ADDR(r10, ppc64_caches) 31 LOAD_REG_ADDR(r10, ppc64_caches)
|
H A D | string_64.S | 131 LOAD_REG_ADDR(r5, ppc64_caches)
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | bhrb.S | 24 LOAD_REG_ADDR(r4, bhrb_table)
|
/openbmc/linux/arch/powerpc/platforms/pasemi/ |
H A D | powersave.S | 43 LOAD_REG_ADDR(r3, _doze)
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_rmhandlers.S | 149 LOAD_REG_ADDR(r7, kvmppc_handler_trampoline_enter)
|
H A D | book3s_hv_rmhandlers.S | 77 LOAD_REG_ADDR(r5, kvmppc_call_hv_entry) 735 LOAD_REG_ADDR(r5, dawr_force_enable) 1756 LOAD_REG_ADDR(r4, hcall_real_table) 2030 LOAD_REG_ADDR(r11, dawr_force_enable)
|
H A D | booke_interrupts.S | 238 LOAD_REG_ADDR(r3, kvmppc_handle_exit)
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | exception-64e.h | 157 LOAD_REG_ADDR(r3,interrupt_base_book3e);\
|
H A D | ppc_asm.h | 383 #define LOAD_REG_ADDR(reg,name) \ 387 #define LOAD_REG_ADDR(reg,name) \ 403 #define LOAD_REG_ADDRBASE(reg,name) LOAD_REG_ADDR(reg,name) 426 #define LOAD_REG_ADDR(reg,name) LOAD_REG_IMMEDIATE_SYM(reg, name)
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 383 #define LOAD_REG_ADDR(reg,name) \ 387 #define LOAD_REG_ADDR(reg,name) \ 403 #define LOAD_REG_ADDRBASE(reg,name) LOAD_REG_ADDR(reg,name) 426 #define LOAD_REG_ADDR(reg,name) LOAD_REG_IMMEDIATE_SYM(reg, name)
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | crc32-vpmsum_core.S | 116 LOAD_REG_ADDR(r3, .byteswap_constant) 151 LOAD_REG_ADDR(r3, .constants) 506 LOAD_REG_ADDR(r3, .barrett_constants) 609 LOAD_REG_ADDR(r3, .short_constants)
|
/openbmc/linux/arch/powerpc/kernel/trace/ |
H A D | ftrace_entry.S | 92 LOAD_REG_ADDR(r3, function_trace_op)
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | hvCall.S | 93 LOAD_REG_ADDR(r12, hcall_tracepoint_refcount) ; \
|