Searched refs:RISCV_PTR (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/arch/riscv/include/asm/ |
| D | errata_list.h | 20 ALTERNATIVE(__stringify(RISCV_PTR do_trap_insn_fault), \ 21 __stringify(RISCV_PTR sifive_cip_453_insn_fault_trp), \ 26 ALTERNATIVE(__stringify(RISCV_PTR do_page_fault), \ 27 __stringify(RISCV_PTR sifive_cip_453_page_fault_trp), \
|
| D | asm.h | 32 #define RISCV_PTR .dword macro 36 #define RISCV_PTR ".dword" macro 42 #define RISCV_PTR .word macro 46 #define RISCV_PTR ".word" macro
|
| D | uaccess.h | 98 " " RISCV_PTR " 1b, 3b\n" \ 130 " " RISCV_PTR " 1b, 4b\n" \ 131 " " RISCV_PTR " 2b, 4b\n" \ 238 " " RISCV_PTR " 1b, 3b\n" \ 267 " " RISCV_PTR " 1b, 4b\n" \ 268 " " RISCV_PTR " 2b, 4b\n" \ 422 " " RISCV_PTR " 1b, 2b\n" \ 448 " " RISCV_PTR " 1b, 2b\n" \
|
| D | alternative-macros.h | 10 RISCV_PTR \oldptr 11 RISCV_PTR \newptr 48 RISCV_PTR " " oldptr "\n" \ 49 RISCV_PTR " " newptr "\n" \
|
| D | futex.h | 35 " " RISCV_PTR " 1b, 3b \n" \ 108 " " RISCV_PTR " 1b, 4b \n" in futex_atomic_cmpxchg_inatomic() 109 " " RISCV_PTR " 2b, 4b \n" in futex_atomic_cmpxchg_inatomic()
|
| D | jump_label.h | 29 " " RISCV_PTR " %0 - . \n\t" in arch_static_branch() 50 " " RISCV_PTR " %0 - . \n\t" in arch_static_branch_jump()
|
| D | bug.h | 36 #define __BUG_ENTRY_ADDR RISCV_PTR " 1b" 37 #define __BUG_ENTRY_FILE RISCV_PTR " %0"
|
| /Linux-v5.15/arch/riscv/kernel/ |
| D | entry.S | 565 RISCV_PTR do_trap_insn_misaligned 566 ALT_INSN_FAULT(RISCV_PTR do_trap_insn_fault) 567 RISCV_PTR do_trap_insn_illegal 568 RISCV_PTR do_trap_break 569 RISCV_PTR do_trap_load_misaligned 570 RISCV_PTR do_trap_load_fault 571 RISCV_PTR do_trap_store_misaligned 572 RISCV_PTR do_trap_store_fault 573 RISCV_PTR do_trap_ecall_u /* system call, gets intercepted */ 574 RISCV_PTR do_trap_ecall_s [all …]
|
| /Linux-v5.15/arch/riscv/lib/ |
| D | uaccess.S | 11 RISCV_PTR 100b, \lbl
|