Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dboot.c25 const uint32_t arg = pointer_to_uint32_safe(prog_entry_arg(prog)); in arch_prog_run()
26 const uint32_t entry = pointer_to_uint32_safe(prog_entry(prog)); in arch_prog_run()
/aosp_15_r20/external/coreboot/src/include/
H A Dassert.h109 #define pointer_to_uint32_safe(x) ({ \ macro
115 #define pointer_to_uint32_safe(x) ({ \ macro