Searched refs:SYSCALL (Results 1 – 21 of 21) sorted by relevance
/linux-6.12.1/samples/seccomp/ |
D | bpf-fancy.c | 38 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()
|
D | bpf-helper.h | 55 #define SYSCALL(nr, jt) \ macro
|
/linux-6.12.1/tools/perf/arch/riscv/util/ |
D | riscv_exception_types.h | 29 EXC(STORE_MISALIGNED), EXC(STORE_ACCESS), EXC(SYSCALL), \
|
/linux-6.12.1/arch/sh/kernel/vsyscall/ |
D | Makefile | 11 quiet_cmd_syscall = SYSCALL $@
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | sstep.h | 41 SYSCALL, enumerator
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | libbpf_probes.c | 111 CASE(SYSCALL, sys_bpf, true), in test_libbpf_probe_helpers()
|
/linux-6.12.1/arch/s390/kernel/syscalls/ |
D | syscalltbl | 91 * SYSCALL(64 bit syscall, 31 bit emulated syscall)
|
/linux-6.12.1/Documentation/translations/zh_TW/arch/loongarch/ |
D | introduction.rst | 248 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/ |
D | introduction.rst | 248 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
|
/linux-6.12.1/Documentation/userspace-api/ |
D | mseal.rst | 26 SYSCALL chapter
|
/linux-6.12.1/Documentation/admin-guide/LSM/ |
D | ipe.rst | 338 …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/ |
D | pti.rst | 156 5. Run 32-bit binaries on systems supporting the SYSCALL instruction.
|
/linux-6.12.1/Documentation/arch/loongarch/ |
D | introduction.rst | 281 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
|
/linux-6.12.1/Documentation/driver-api/nfc/ |
D | nfc-hci.rst | 219 - Syscall context from a userspace call (SYSCALL)
|
/linux-6.12.1/arch/x86/kvm/ |
D | cpuid.c | 739 F(CX8) | F(APIC) | 0 /* Reserved */ | F(SYSCALL) | in kvm_set_cpu_caps()
|
/linux-6.12.1/arch/powerpc/lib/ |
D | sstep.c | 1388 op->type = SYSCALL; in analyse_instr() 3651 case SYSCALL: /* sc */ in emulate_step()
|
/linux-6.12.1/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 680 0x80000001, 0, edx, 11, syscall , SYSCALL and SYSRET instructions
|
/linux-6.12.1/arch/x86/lib/ |
D | x86-opcode-map.txt | 337 05: SYSCALL (o64)
|
/linux-6.12.1/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 337 05: SYSCALL (o64)
|
/linux-6.12.1/arch/x86/ |
D | Kconfig | 522 instead of the legacy SYSCALL/SYSENTER/IDT architecture for
|
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf.c | 9407 SEC_DEF("syscall", SYSCALL, 0, SEC_SLEEPABLE),
|