Home
last modified time | relevance | path

Searched refs:PROT_BTI (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/arch/aarch64/bits/
H A Dmman.h1 #define PROT_BTI 0x10 macro
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h58 #ifndef PROT_BTI
59 #define PROT_BTI 0x10 macro
H A Dsimulator-aarch64.cc14685 // PROT_BTI and PROT_MTE. Although the kernel probably just ignores the bits in Simulator()
14688 prot &= ~(PROT_BTI | PROT_MTE); in Simulator()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1016 pub const PROT_BTI: u32 = 16; consts

Completed in 35 milliseconds