Home
last modified time | relevance | path

Searched refs:SYSCALL (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/samples/seccomp/
H A Dbpf-fancy.c38 SYSCALL(__NR_exit, ALLOW), in main()
39 SYSCALL(__NR_exit_group, ALLOW), in main()
40 SYSCALL(__NR_write, JUMP(&l, write_fd)), in main()
41 SYSCALL(__NR_read, JUMP(&l, read)), in main()
H A Dbpf-helper.h55 #define SYSCALL(nr, jt) \ macro
/linux-6.15/Documentation/admin-guide/LSM/
H A Dlandlock.rst97 The third record (``type=SYSCALL``) describes the syscall, its provided
116 …type=SYSCALL msg=audit(1729738800.268:30): arch=c000003e syscall=62 success=no exit=-1 [..] ppid=2…
129 …type=SYSCALL msg=audit(1729738800.221:33): arch=c000003e syscall=257 success=no exit=-13 [...] ppi…
132 …type=SYSCALL msg=audit(1729738800.221:34): arch=c000003e syscall=257 success=no exit=-13 [...] ppi…
H A Dipe.rst338 …type=1300 audit(1653364370.067:61): SYSCALL arch=c000003e syscall=9 success=no exit=-13 a0=7f1105a…
342 …type=1300 audit(1653364735.161:64): SYSCALL arch=c000003e syscall=9 success=no exit=-13 a0=0 a1=10…
383 …type=1300 audit(1653425583.136:54): SYSCALL arch=c000003e syscall=1 success=yes exit=2 a0=3 a1=559…
/linux-6.15/tools/perf/arch/riscv/util/
H A Driscv_exception_types.h29 EXC(STORE_MISALIGNED), EXC(STORE_ACCESS), EXC(SYSCALL), \
/linux-6.15/arch/sh/kernel/vsyscall/
H A DMakefile11 quiet_cmd_syscall = SYSCALL $@
/linux-6.15/arch/powerpc/include/asm/
H A Dsstep.h41 SYSCALL, enumerator
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_probes.c111 CASE(SYSCALL, sys_bpf, true), in test_libbpf_probe_helpers()
/linux-6.15/arch/s390/kernel/syscalls/
H A Dsyscalltbl91 * SYSCALL(64 bit syscall, 31 bit emulated syscall)
/linux-6.15/Documentation/translations/zh_TW/arch/loongarch/
H A Dintroduction.rst248 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
/linux-6.15/Documentation/translations/zh_CN/arch/loongarch/
H A Dintroduction.rst248 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
/linux-6.15/Documentation/userspace-api/
H A Dmseal.rst26 SYSCALL chapter
/linux-6.15/Documentation/arch/x86/
H A Dpti.rst156 5. Run 32-bit binaries on systems supporting the SYSCALL instruction.
/linux-6.15/Documentation/driver-api/nfc/
H A Dnfc-hci.rst219 - Syscall context from a userspace call (SYSCALL)
/linux-6.15/Documentation/arch/loongarch/
H A Dintroduction.rst281 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
/linux-6.15/arch/powerpc/lib/
H A Dsstep.c1384 op->type = SYSCALL; in analyse_instr()
3647 case SYSCALL: /* sc */ in emulate_step()
/linux-6.15/arch/x86/kvm/
H A Dcpuid.c1070 F(SYSCALL), in kvm_set_cpu_caps()
/linux-6.15/tools/arch/x86/kcpuid/
H A Dcpuid.csv680 0x80000001, 0, edx, 11, syscall , SYSCALL and SYSRET instructions
/linux-6.15/arch/x86/lib/
H A Dx86-opcode-map.txt337 05: SYSCALL (o64)
/linux-6.15/tools/arch/x86/lib/
H A Dx86-opcode-map.txt337 05: SYSCALL (o64)
/linux-6.15/arch/x86/
H A DKconfig540 instead of the legacy SYSCALL/SYSENTER/IDT architecture for
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c9531 SEC_DEF("syscall", SYSCALL, 0, SEC_SLEEPABLE),