Searched refs:ARG0 (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/scripts/gcc-plugins/ |
H A D | gcc-common.h | 411 #define gen_rtx_set(ARG0, ARG1) gen_rtx_SET(VOIDmode, (ARG0), (ARG1)) 415 #define gen_rtx_set(ARG0, ARG1) gen_rtx_SET((ARG0), (ARG1))
|
/kernel/linux/linux-6.6/arch/loongarch/include/uapi/asm/ |
H A D | ptrace.h | 19 * 32 is syscall's original ARG0, 33 is PC, 34 is BADVADDR. 24 #define ARG0 (GPR_END + 1) macro
|
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/ |
H A D | ptrace.h | 19 * 32 is syscall's original ARG0, 33 is PC, 34 is BADVADDR. 24 #define ARG0 (GPR_END + 1) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/ |
H A D | ptrace.h | 28 * 32 is syscall's original ARG0, 33 is PC, 34 is BADVADDR. 33 #define ARG0 (GPR_END + 1) macro
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | gcc-common.h | 951 #define gen_rtx_set(ARG0, ARG1) gen_rtx_SET(VOIDmode, (ARG0), (ARG1)) 955 #define gen_rtx_set(ARG0, ARG1) gen_rtx_SET((ARG0), (ARG1))
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | ptrace.c | 528 case ARG0: in read_user() 551 case ARG0: in write_user()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | ptrace.c | 952 case ARG0: in read_user() 975 case ARG0: in write_user()
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | head.S | 398 * accessed and ARG0 points to the return address (used by mmu_engage). 401 #define ARG0 %a6@(4) define 2511 subl %d2,ARG0
|
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | head.S | 399 * accessed and ARG0 points to the return address (used by mmu_engage). 402 #define ARG0 %a6@(4) define 2528 subl %d2,ARG0
|
Completed in 13 milliseconds