Home
last modified time | relevance | path

Searched refs:scv (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c23 #define PPC_FEATURE2_SCV 0x00100000 /* scv syscall */
35 pid_t getppid_tm(bool scv, bool suspend) in getppid_tm() argument
42 if (scv) in getppid_tm()
47 if (scv) in getppid_tm()
108 /* Now do it all again with scv if it is available. */ in tm_syscall()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsyscall_64.c64 /* Unsupported scv vector */ in system_call_exception()
87 /* Unsupported scv vector */ in system_call_exception()
154 long scv) in syscall_exit_prepare()
169 if (unlikely(r3 >= (unsigned long)-MAX_ERRNO) && !scv) { in syscall_exit_prepare()
236 /* scv need not set RI=0 because SRRs are not used */ in syscall_exit_prepare()
237 if (unlikely(!prep_irq_for_enabled_exit(!scv))) { in syscall_exit_prepare()
152 syscall_exit_prepare(unsigned long r3, struct pt_regs *regs, long scv) syscall_exit_prepare() argument
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dinterrupt.c262 long scv) in syscall_exit_prepare()
266 bool is_not_scv = !IS_ENABLED(CONFIG_PPC_BOOK3S_64) || !scv; in syscall_exit_prepare()
260 syscall_exit_prepare(unsigned long r3, struct pt_regs *regs, long scv) syscall_exit_prepare() argument
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dasm-prototypes.h102 notrace unsigned long syscall_exit_prepare(unsigned long r3, struct pt_regs *regs, long scv);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dinterrupt.h659 notrace unsigned long syscall_exit_prepare(unsigned long r3, struct pt_regs *regs, long scv);

Completed in 3 milliseconds