Searched refs:RISCV_PTR (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | entry.S | 453 RISCV_PTR do_trap_insn_misaligned 454 RISCV_PTR do_trap_insn_fault 455 RISCV_PTR do_trap_insn_illegal 456 RISCV_PTR do_trap_break 457 RISCV_PTR do_trap_load_misaligned 458 RISCV_PTR do_trap_load_fault 459 RISCV_PTR do_trap_store_misaligned 460 RISCV_PTR do_trap_store_fault 461 RISCV_PTR do_trap_ecall_u /* system call, gets intercepted */ 462 RISCV_PTR do_trap_ecall_s [all …]
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A 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" \ 423 " " RISCV_PTR " 1b, 2b\n" \ 449 " " RISCV_PTR " 1b, 2b\n" \
|
| H A D | asm.h | 31 #define RISCV_PTR .dword 35 #define RISCV_PTR ".dword" macro 41 #define RISCV_PTR .word 45 #define RISCV_PTR ".word" macro
|
| H A 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()
|
| H A 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()
|
| H A D | bug.h | 36 #define __BUG_ENTRY_ADDR RISCV_PTR " 1b" 37 #define __BUG_ENTRY_FILE RISCV_PTR " %0"
|
| /OK3568_Linux_fs/kernel/arch/riscv/lib/ |
| H A D | uaccess.S | 11 RISCV_PTR 100b, \lbl
|