Home
last modified time | relevance | path

Searched defs:MARKER (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dkvm_asm.h53 #define MARKER(m) \ macro
66 MARKER(__KVM_HOST_SMCCC_FUNC_MIN_PKVM), enumerator
93 MARKER(__KVM_HOST_SMCCC_FUNC_PKVM_ONLY), enumerator
118 MARKER(__KVM_HOST_SMCCC_FUNC_MAX) enumerator
H A Dkvm_host.h540 MARKER(__SANITISED_REG_START__), enumerator
548 MARKER(__VNCR_START__), enumerator
/linux/rust/proc-macro2/
H A Dmarker.rs16 pub(crate) const MARKER: ProcMacroAutoTraits = ProcMacroAutoTraits(PhantomData); constant