Searched refs:LOAD_REG_ADDR (Results 1 - 25 of 25) sorted by relevance

/linux-master/arch/powerpc/xmon/
H A Dspr_access.S7 LOAD_REG_ADDR(r5, .Lmfspr_table)
12 LOAD_REG_ADDR(r5, .Lmtspr_table)
/linux-master/arch/powerpc/boot/
H A Dopal-calls.S19 LOAD_REG_ADDR(r11, opal)
38 LOAD_REG_ADDR(r11, opal_return)
48 LOAD_REG_ADDR(r11, opal)
H A Dppc_asm.h88 #define LOAD_REG_ADDR(reg,name) \ macro
92 #define LOAD_REG_ADDR(reg,name) \ macro
/linux-master/arch/powerpc/platforms/powernv/
H A Dsubcore-asm.S34 LOAD_REG_ADDR(r4, real_mode)
82 LOAD_REG_ADDR(r5, virtual_mode)
H A Dopal-wrappers.S29 LOAD_REG_ADDR(r11, opal_return)
31 LOAD_REG_ADDR(r11, opal)
/linux-master/arch/powerpc/kernel/
H A Dhead_64.S355 LOAD_REG_ADDR(r4, booting_thread_hwid)
377 LOAD_REG_ADDR(r5, DOTSYM(fsl_secondary_thread_init))
406 LOAD_REG_ADDR(r8, paca_ptrs) /* Load paca_ptrs pointe */
411 LOAD_REG_ADDR(r7, nr_cpu_ids) /* Load nr_cpu_ids address */
442 LOAD_REG_ADDR(r23, cur_cpu_spec)
453 3: LOAD_REG_ADDR(r3, spinning_secondaries) /* Decrement spinning_secondaries */
666 LOAD_REG_ADDR(r5, __end_interrupts)
667 LOAD_REG_ADDR(r11, _stext)
798 LOAD_REG_ADDR(r4,paca_ptrs) /* Load paca pointer */
868 LOAD_REG_ADDR(r
[all...]
H A Dswsusp_asm64.S82 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 Drtas_entry.S19 LOAD_REG_ADDR(r4, rtas)
97 LOAD_REG_ADDR(r4,rtas_return_loc)
102 LOAD_REG_ADDR(r4, rtas)
H A Dcpu_setup_ppc970.S116 LOAD_REG_ADDR(r5,cpu_state_storage)
150 LOAD_REG_ADDR(r5,cpu_state_storage)
H A Dhead_8xx.S717 LOAD_REG_ADDR(r9, _sinittext)
747 LOAD_REG_ADDR(r9, _sinittext)
H A Dexceptions-64e.S82 LOAD_REG_ADDR(r11,extlb_level_exc)
144 LOAD_REG_ADDR(r11,extlb_level_exc)
1489 LOAD_REG_ADDR(r3, interrupt_base_book3e)
H A Dexceptions-64s.S626 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)
/linux-master/arch/powerpc/perf/
H A Dbhrb.S24 LOAD_REG_ADDR(r4, bhrb_table)
/linux-master/arch/powerpc/platforms/pasemi/
H A Dpowersave.S43 LOAD_REG_ADDR(r3, _doze)
/linux-master/arch/powerpc/lib/
H A Dcopypage_64.S27 LOAD_REG_ADDR(r10, ppc64_caches)
31 LOAD_REG_ADDR(r10, ppc64_caches)
H A Dstring_64.S131 LOAD_REG_ADDR(r5, ppc64_caches)
/linux-master/arch/powerpc/include/asm/
H A Dexception-64e.h157 LOAD_REG_ADDR(r3,interrupt_base_book3e);\
H A Dppc_asm.h300 * LOAD_REG_ADDR(rn, name)
385 #define LOAD_REG_ADDR(reg,name) \ macro
389 #define LOAD_REG_ADDR(reg,name) \
399 * handlers saved r2 instead, LOAD_REG_ADDR could be used.
405 #define LOAD_REG_ADDRBASE(reg,name) LOAD_REG_ADDR(reg,name)
428 #define LOAD_REG_ADDR(reg,name) LOAD_REG_IMMEDIATE_SYM(reg, name)
/linux-master/arch/powerpc/kvm/
H A Dbook3s_rmhandlers.S149 LOAD_REG_ADDR(r7, kvmppc_handler_trampoline_enter)
H A Dbooke_interrupts.S238 LOAD_REG_ADDR(r3, kvmppc_handle_exit)
H A Dbook3s_hv_rmhandlers.S77 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)
/linux-master/arch/powerpc/crypto/
H A Dcrc32-vpmsum_core.S116 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)
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace_entry.S92 LOAD_REG_ADDR(r3, function_trace_op)
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h300 * LOAD_REG_ADDR(rn, name)
385 #define LOAD_REG_ADDR(reg,name) \ macro
389 #define LOAD_REG_ADDR(reg,name) \
399 * handlers saved r2 instead, LOAD_REG_ADDR could be used.
405 #define LOAD_REG_ADDRBASE(reg,name) LOAD_REG_ADDR(reg,name)
428 #define LOAD_REG_ADDR(reg,name) LOAD_REG_IMMEDIATE_SYM(reg, name)
/linux-master/arch/powerpc/platforms/pseries/
H A DhvCall.S93 LOAD_REG_ADDR(r12, hcall_tracepoint_refcount) ; \

Completed in 209 milliseconds