Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/el3_runtime/aarch64/
H A Dcontext.h356 # define get_pauth_ctx(h) (&((cpu_context_t *) h)->pauth_ctx) macro
358 # define get_pauth_ctx(h) NULL macro
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_debug.c117 size_t pauth_size = sizeof(get_pauth_ctx(ctx)); in report_allocated_memory()