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.S280 RISCV_PTR do_trap_insn_misaligned
282 RISCV_PTR do_trap_insn_illegal
283 RISCV_PTR do_trap_break
284 RISCV_PTR do_trap_load_misaligned
285 RISCV_PTR do_trap_load_fault
286 RISCV_PTR do_trap_store_misaligned
287 RISCV_PTR do_trap_store_fault
289 RISCV_PTR do_trap_ecall_s
290 RISCV_PTR do_trap_unknown
291 RISCV_PTR do_trap_ecall_m
[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 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 Dasm.h33 #define RISCV_PTR .dword
37 #define RISCV_PTR ".dword" macro
43 #define RISCV_PTR .word
47 #define RISCV_PTR ".word" macro
H A Dbug.h36 #define __BUG_ENTRY_ADDR RISCV_PTR " 1b"
37 #define __BUG_ENTRY_FILE RISCV_PTR " %0"