Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
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()
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()
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()
/linux-6.1.9/arch/sparc/include/asm/
Duaccess_64.h246 unsigned long compute_effective_address(struct pt_regs *,
/linux-6.1.9/arch/sparc/mm/
Dfault_64.c171 addr = compute_effective_address(regs, insn, 0); in do_fault_siginfo()