Home
last modified time | relevance | path

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

/linux-6.12.1/samples/seccomp/
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()
Dbpf-helper.h55 #define SYSCALL(nr, jt) \ macro
/linux-6.12.1/tools/perf/arch/riscv/util/
Driscv_exception_types.h29 EXC(STORE_MISALIGNED), EXC(STORE_ACCESS), EXC(SYSCALL), \
/linux-6.12.1/arch/sh/kernel/vsyscall/
DMakefile11 quiet_cmd_syscall = SYSCALL $@
/linux-6.12.1/arch/powerpc/include/asm/
Dsstep.h41 SYSCALL, enumerator
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dlibbpf_probes.c111 CASE(SYSCALL, sys_bpf, true), in test_libbpf_probe_helpers()
/linux-6.12.1/arch/s390/kernel/syscalls/
Dsyscalltbl91 * SYSCALL(64 bit syscall, 31 bit emulated syscall)
/linux-6.12.1/Documentation/translations/zh_TW/arch/loongarch/
Dintroduction.rst248 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
/linux-6.12.1/Documentation/translations/zh_CN/arch/loongarch/
Dintroduction.rst248 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
/linux-6.12.1/Documentation/userspace-api/
Dmseal.rst26 SYSCALL chapter
/linux-6.12.1/Documentation/admin-guide/LSM/
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.12.1/Documentation/arch/x86/
Dpti.rst156 5. Run 32-bit binaries on systems supporting the SYSCALL instruction.
/linux-6.12.1/Documentation/arch/loongarch/
Dintroduction.rst281 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
/linux-6.12.1/Documentation/driver-api/nfc/
Dnfc-hci.rst219 - Syscall context from a userspace call (SYSCALL)
/linux-6.12.1/arch/x86/kvm/
Dcpuid.c739 F(CX8) | F(APIC) | 0 /* Reserved */ | F(SYSCALL) | in kvm_set_cpu_caps()
/linux-6.12.1/arch/powerpc/lib/
Dsstep.c1388 op->type = SYSCALL; in analyse_instr()
3651 case SYSCALL: /* sc */ in emulate_step()
/linux-6.12.1/tools/arch/x86/kcpuid/
Dcpuid.csv680 0x80000001, 0, edx, 11, syscall , SYSCALL and SYSRET instructions
/linux-6.12.1/arch/x86/lib/
Dx86-opcode-map.txt337 05: SYSCALL (o64)
/linux-6.12.1/tools/arch/x86/lib/
Dx86-opcode-map.txt337 05: SYSCALL (o64)
/linux-6.12.1/arch/x86/
DKconfig522 instead of the legacy SYSCALL/SYSENTER/IDT architecture for
/linux-6.12.1/tools/lib/bpf/
Dlibbpf.c9407 SEC_DEF("syscall", SYSCALL, 0, SEC_SLEEPABLE),