Home
last modified time | relevance | path

Searched refs:__NR_modify_ldt (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/x86/um/
H A Dldt.c18 return syscall(__NR_modify_ldt, func, ptr, bytecount); in modify_ldt()
37 res = run_syscall_stub(mm_idp, __NR_modify_ldt, args, in write_ldt_entry()
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h158 #define __NR_modify_ldt 154 macro
H A Dunistd_32.h127 #define __NR_modify_ldt 123 macro
H A Dunistd_x32.h141 #define __NR_modify_ldt (__X32_SYSCALL_BIT + 154) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h127 #define __NR_modify_ldt 123 macro
H A Dunistd_32.h127 #define __NR_modify_ldt 123 macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_o32.h127 #define __NR_modify_ldt (__NR_Linux + 123) macro
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1224 return syscall(__NR_modify_ldt, func, ptr, bytecount); in modify_ldt()