Home
last modified time | relevance | path

Searched defs:MAP_HUGE_1MB (Results 1 - 23 of 23) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h39 #define MAP_HUGE_1MB (20 << 26) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h45 #define MAP_HUGE_1MB (20 << 26) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h45 #define MAP_HUGE_1MB (20 << 26) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h48 #define MAP_HUGE_1MB (20 << 26) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h45 #define MAP_HUGE_1MB (20 << 26) macro
/third_party/musl/include/sys/
H A Dmman.h46 #define MAP_HUGE_1MB (20 << 26) macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs266 pub const MAP_HUGE_1MB: ::c_int = 20 << MAP_HUGE_SHIFT; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs472 pub const MAP_HUGE_1MB: ::c_int = 20 << MAP_HUGE_SHIFT; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs625 pub const MAP_HUGE_1MB: ::c_int = HUGETLB_FLAG_ENCODE_1MB; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1047 pub const MAP_HUGE_1MB: u32 = 1342177280; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1060 pub const MAP_HUGE_1MB: u32 = 1342177280; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1050 pub const MAP_HUGE_1MB: u32 = 1342177280; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1050 pub const MAP_HUGE_1MB: u32 = 1342177280; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1055 pub const MAP_HUGE_1MB: u32 = 1342177280; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1060 pub const MAP_HUGE_1MB: u32 = 1342177280; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1055 pub const MAP_HUGE_1MB: u32 = 1342177280; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1044 pub const MAP_HUGE_1MB: u32 = 1342177280; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1269 pub const MAP_HUGE_1MB: u32 = 1342177280; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1045 pub const MAP_HUGE_1MB: u32 = 1342177280; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1269 pub const MAP_HUGE_1MB: u32 = 1342177280; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1046 pub const MAP_HUGE_1MB: u32 = 1342177280; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1047 pub const MAP_HUGE_1MB: u32 = 1342177280; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs1046 pub const MAP_HUGE_1MB: u32 = 1342177280; consts

Completed in 190 milliseconds