/openbmc/qemu/linux-user/arm/ |
H A D | vdso.S | 56 .macro SYSCALL name, nr macro 69 SYSCALL __vdso_clock_gettime, __NR_clock_gettime 70 SYSCALL __vdso_clock_gettime64, __NR_clock_gettime64 71 SYSCALL __vdso_clock_getres, __NR_clock_getres 72 SYSCALL __vdso_gettimeofday, __NR_gettimeofday
|
/openbmc/linux/samples/seccomp/ |
H A 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()
|
H A D | bpf-helper.h | 55 #define SYSCALL(nr, jt) \ macro
|
/openbmc/linux/arch/sh/kernel/vsyscall/ |
H A D | Makefile | 12 quiet_cmd_syscall = SYSCALL $@
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | sstep.h | 41 SYSCALL, enumerator
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | libbpf_probes.c | 107 CASE(SYSCALL, sys_bpf, true), in test_libbpf_probe_helpers()
|
/openbmc/linux/arch/s390/kernel/syscalls/ |
H A D | syscalltbl | 91 * SYSCALL(64 bit syscall, 31 bit emulated syscall)
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | pti.rst | 84 b. A "trampoline" must be used for SYSCALL entry. This 86 non-PTI SYSCALL entry code, so requires mapping fewer 158 5. Run 32-bit binaries on systems supporting the SYSCALL instruction.
|
/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/ |
H A D | introduction.rst | 248 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
|
/openbmc/linux/Documentation/driver-api/nfc/ |
H A D | nfc-hci.rst | 219 - Syscall context from a userspace call (SYSCALL)
|
/openbmc/linux/Documentation/arch/loongarch/ |
H A D | introduction.rst | 281 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 390 0x80000001, 0, EDX, 11, sysret, SYSCALL/SYSRET supported
|
/openbmc/linux/arch/x86/kvm/ |
H A D | cpuid.c | 726 F(CX8) | F(APIC) | 0 /* Reserved */ | F(SYSCALL) | in kvm_set_cpu_caps()
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | sstep.c | 1384 op->type = SYSCALL; in analyse_instr() 3648 case SYSCALL: /* sc */ in emulate_step()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 311 SYSCALL = 0x8, 1305 case SYSCALL:
|
H A D | nanomips_translate.c.inc | 602 /* P.SYSCALL instruction pool */ 801 /* P16.SYSCALL instruction pool */
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 332 05: SYSCALL (o64)
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 332 05: SYSCALL (o64)
|
/openbmc/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 1149 [0x05] = X86_OP_ENTRY0(SYSCALL, chk(o64_intel)),
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 8824 SEC_DEF("syscall", SYSCALL, 0, SEC_SLEEPABLE),
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 2042 "SYSCALL","SYSCALL","syscall","0F 05","N.S.","V","","default64","","","" 2043 "SYSCALL","SYSCALL","syscall","0F 05","V","N.S.","AMD","amd","","",""
|