Home
last modified time | relevance | path

Searched refs:trustedboot (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/powerpc/kernel/
Dsecure_boot.c48 u32 trustedboot; in is_ppc_trustedboot_enabled() local
57 if (!of_property_read_u32(of_root, "ibm,trusted-boot", &trustedboot)) in is_ppc_trustedboot_enabled()
58 enabled = (trustedboot > 0); in is_ppc_trustedboot_enabled()