Searched refs:RISCV_PTR (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/arch/riscv/kernel/ |
D | entry.S | 450 RISCV_PTR do_trap_insn_misaligned 451 RISCV_PTR do_trap_insn_fault 452 RISCV_PTR do_trap_insn_illegal 453 RISCV_PTR do_trap_break 454 RISCV_PTR do_trap_load_misaligned 455 RISCV_PTR do_trap_load_fault 456 RISCV_PTR do_trap_store_misaligned 457 RISCV_PTR do_trap_store_fault 458 RISCV_PTR do_trap_ecall_u /* system call, gets intercepted */ 459 RISCV_PTR do_trap_ecall_s [all …]
|
/Linux-v5.10/arch/riscv/include/asm/ |
D | asm.h | 31 #define RISCV_PTR .dword macro 35 #define RISCV_PTR ".dword" macro 41 #define RISCV_PTR .word macro 45 #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" \ 420 " " RISCV_PTR " 1b, 2b\n" \ 446 " " RISCV_PTR " 1b, 2b\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.10/arch/riscv/lib/ |
D | uaccess.S | 11 RISCV_PTR 100b, \lbl
|