Searched refs:RISCV_PTR (Results 1 – 9 of 9) sorted by relevance
/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 | 33 #define RISCV_PTR .dword 37 #define RISCV_PTR ".dword" macro 43 #define RISCV_PTR .word 47 #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 | jump_label.h | 30 " " RISCV_PTR " %0 - . \n\t" in arch_static_branch() 52 " " RISCV_PTR " %0 - . \n\t" in arch_static_branch_jump()
|
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 | bug.h | 36 #define __BUG_ENTRY_ADDR RISCV_PTR " 1b" 37 #define __BUG_ENTRY_FILE RISCV_PTR " %0"
|
/arch/riscv/kernel/ |
D | entry.S | 578 RISCV_PTR do_trap_insn_misaligned 579 ALT_INSN_FAULT(RISCV_PTR do_trap_insn_fault) 580 RISCV_PTR do_trap_insn_illegal 581 RISCV_PTR do_trap_break 582 RISCV_PTR do_trap_load_misaligned 583 RISCV_PTR do_trap_load_fault 584 RISCV_PTR do_trap_store_misaligned 585 RISCV_PTR do_trap_store_fault 586 RISCV_PTR do_trap_ecall_u /* system call, gets intercepted */ 587 RISCV_PTR do_trap_ecall_s [all …]
|
/arch/riscv/lib/ |
D | uaccess.S | 11 RISCV_PTR 100b, \lbl
|