Home
last modified time | relevance | path

Searched refs:compute_effective_address (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dunaligned_32.c136 static unsigned long compute_effective_address(struct pt_regs *regs, in compute_effective_address() function
221 unsigned long address = compute_effective_address(regs, insn); in kernel_mna_trap_fault()
250 unsigned long addr = compute_effective_address(regs, insn); in kernel_unaligned_trap()
H A Dunaligned_64.c169 unsigned long compute_effective_address(struct pt_regs *regs, in compute_effective_address() function
269 address = compute_effective_address(regs, insn, in kernel_mna_trap_fault()
338 addr = compute_effective_address(regs, insn, in kernel_unaligned_trap()
439 unsigned long addr = compute_effective_address(regs, insn, 0); in handle_ldf_stq()
H A Dtraps_64.c1958 addr = compute_effective_address(regs, insn, 0); in sun4v_report_real_raddr()
2143 return compute_effective_address(regs, insn, in sun4v_get_vaddr()
/openbmc/linux/arch/sparc/include/asm/
H A Duaccess_64.h248 unsigned long compute_effective_address(struct pt_regs *,
/openbmc/linux/arch/sparc/mm/
H A Dfault_64.c174 addr = compute_effective_address(regs, insn, 0); in do_fault_siginfo()