Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork05.c127 unsigned int seg_not_present:1; member
153 ldt0.seg_not_present = 0; in main()
/third_party/ltp/testcases/kernel/syscalls/modify_ldt/
H A Dmodify_ldt02.c78 unsigned int seg_not_present:1; member
156 entry.seg_not_present = 0; in create_segment()
H A Dmodify_ldt01.c82 unsigned int seg_not_present:1; member
197 entry.seg_not_present = 0; in create_segment()
/third_party/ltp/testcases/kernel/syscalls/set_thread_area/
H A Dset_thread_area.h26 unsigned int seg_not_present:1; member
/third_party/ltp/testcases/cve/
H A Dcve-2015-3290.c194 .seg_not_present = 0, in set_ldt()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h284 unsigned seg_not_present:1; member
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs4862 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
4903 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
4904 seg_not_present as u64
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs4860 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
4901 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
4902 seg_not_present as u64
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs4864 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
4905 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
4906 seg_not_present as u64
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs5026 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
5067 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
5068 seg_not_present as u64
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs5075 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
5116 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
5117 seg_not_present as u64
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs5068 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
5109 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
5110 seg_not_present as u64
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs5147 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
5188 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
5189 seg_not_present as u64
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs4982 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
5023 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
5024 seg_not_present as u64
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs5245 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
5286 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
5287 seg_not_present as u64
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs4903 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
4944 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
4945 seg_not_present as u64
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs5210 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
5251 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
5252 seg_not_present as u64
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs4902 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
4954 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
4955 seg_not_present as u64
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs5017 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
5058 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
5059 seg_not_present as u64
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs4911 pub fn seg_not_present(&self) -> crate::ctypes::c_uint { in seg_not_present() 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()
4963 let seg_not_present: u32 = unsafe { ::core::mem::transmute(seg_not_present) };
4964 seg_not_present as u64

Completed in 194 milliseconds