Searched refs:RISCV_PTR (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/arch/riscv/include/asm/ |
| D | asm.h | 38 #define RISCV_PTR .dword macro 42 #define RISCV_PTR ".dword" macro 48 #define RISCV_PTR .word macro 52 #define RISCV_PTR ".word" macro
|
| D | uaccess.h | 148 " " RISCV_PTR " 1b, 3b\n" \ 182 " " RISCV_PTR " 1b, 4b\n" \ 183 " " RISCV_PTR " 2b, 4b\n" \ 283 " " RISCV_PTR " 1b, 3b\n" \ 314 " " RISCV_PTR " 1b, 4b\n" \ 315 " " RISCV_PTR " 2b, 4b\n" \ 459 " " RISCV_PTR " 1b, 2b\n" \ 485 " " RISCV_PTR " 1b, 2b\n" \
|
| D | bug.h | 33 #define __BUG_ENTRY_ADDR RISCV_PTR " 1b" 34 #define __BUG_ENTRY_FILE RISCV_PTR " %0"
|
| /Linux-v4.19/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-v4.19/arch/riscv/lib/ |
| D | uaccess.S | 12 RISCV_PTR _epc, \lbl
|