Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dentry.S283 RISCV_PTR do_trap_insn_misaligned
284 ALT_INSN_FAULT(RISCV_PTR do_trap_insn_fault)
285 RISCV_PTR do_trap_insn_illegal
286 RISCV_PTR do_trap_break
287 RISCV_PTR do_trap_load_misaligned
288 RISCV_PTR do_trap_load_fault
289 RISCV_PTR do_trap_store_misaligned
290 RISCV_PTR do_trap_store_fault
291 RISCV_PTR do_trap_ecall_u /* system call */
292 RISCV_PTR do_trap_ecall_s
[all …]
/openbmc/linux/arch/riscv/include/asm/
H A Derrata_list.h35 ALTERNATIVE(__stringify(RISCV_PTR do_trap_insn_fault), \
36 __stringify(RISCV_PTR sifive_cip_453_insn_fault_trp), \
41 ALTERNATIVE(__stringify(RISCV_PTR do_page_fault), \
42 __stringify(RISCV_PTR sifive_cip_453_page_fault_trp), \
H A Dasm.h33 #define RISCV_PTR .dword
37 #define RISCV_PTR ".dword" macro
43 #define RISCV_PTR .word
47 #define RISCV_PTR ".word" macro
171 RISCV_PTR name; \
H A Djump_label.h30 " " RISCV_PTR " %0 - . \n\t" in arch_static_branch()
52 " " RISCV_PTR " %0 - . \n\t" in arch_static_branch_jump()
H A Dbug.h36 #define __BUG_ENTRY_ADDR RISCV_PTR " 1b"
37 #define __BUG_ENTRY_FILE RISCV_PTR " %0"