Home
last modified time | relevance | path

Searched refs:read_exec_only (Results 1 - 20 of 20) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork05.c125 unsigned int read_exec_only:1; member
151 ldt0.read_exec_only = 0; in main()
/third_party/ltp/testcases/kernel/syscalls/modify_ldt/
H A Dmodify_ldt02.c76 unsigned int read_exec_only:1; member
154 entry.read_exec_only = 0; in create_segment()
H A Dmodify_ldt01.c80 unsigned int read_exec_only:1; member
195 entry.read_exec_only = 0; in create_segment()
/third_party/ltp/testcases/kernel/syscalls/set_thread_area/
H A Dset_thread_area.h24 unsigned int read_exec_only:1; member
/third_party/ltp/testcases/cve/
H A Dcve-2015-3290.c192 .read_exec_only = 0, in set_ldt()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h282 unsigned read_exec_only:1; member
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs4840 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
4884 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
4895 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
4896 read_exec_only as u64
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs4838 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
4882 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
4893 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
4894 read_exec_only as u64
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs4842 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
4886 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
4897 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
4898 read_exec_only as u64
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs5004 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
5048 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
5059 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
5060 read_exec_only as u64
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs5053 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
5097 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
5108 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
5109 read_exec_only as u64
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs5046 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
5090 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
5101 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
5102 read_exec_only as u64
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs5125 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
5169 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
5180 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
5181 read_exec_only as u64
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs4960 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
5004 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
5015 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
5016 read_exec_only as u64
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs5223 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
5267 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
5278 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
5279 read_exec_only as u64
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs4881 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
4925 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
4936 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
4937 read_exec_only as u64
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs5188 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
5232 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
5243 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
5244 read_exec_only as u64
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs4880 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
4935 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint, lm: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
4946 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
4947 read_exec_only as u64
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs4995 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
5039 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
5050 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
5051 read_exec_only as u64
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs4889 pub fn read_exec_only(&self) -> crate::ctypes::c_uint { in read_exec_only() functions
4944 pub fn new_bitfield_1(seg_32bit: crate::ctypes::c_uint, contents: crate::ctypes::c_uint, read_exec_only: crate::ctypes::c_uint, limit_in_pages: crate::ctypes::c_uint, seg_not_present: crate::ctypes::c_uint, useable: crate::ctypes::c_uint, lm: crate::ctypes::c_uint) -> __BindgenBitfieldUnit<[u8; 1usize]> { in new_bitfield_1()
4955 let read_exec_only: u32 = unsafe { ::core::mem::transmute(read_exec_only) };
4956 read_exec_only as u64

Completed in 192 milliseconds