Searched full:pauth (Results 1 – 10 of 10) sorted by relevance
8 #include "pauth.h"
15 srcs-$(CFG_TA_PAUTH) += pauth.c
154 /* Strip out PAuth tags from LR content if applicable */
268 /* If any of the fields is not zero, PAuth is implemented by arch */ in feat_pauth_is_implemented()
676 panic("Failed to init thread pauth keys"); in thread_init_thread_pauth_keys()686 panic("Failed to init core local pauth keys"); in thread_init_core_local_pauth_keys()
41 * If pauth is only enabled in one of core or TA (xor) we55 * If pauth is only enabled in one of core or TA (xor) we341 /* PAuth will be disabled later else check_vector_size will fail */
1439 if (!sp_dt_get_u32(fdt, node, "pauth", &val)) { in handle_hw_features()1440 res = fdt_setprop_u32(fdt, node, "pauth", in handle_hw_features()
997 panic("[abort] Only user TAs and SPs support PAUTH keys"); in thread_get_pauth_keys()
855 * pauth keys. Once call_initcalls() returns we're guaranteed that in init_tee_runtime()
512 make -j$(nproc) CFG_CORE_BTI=y CFG_TA_BTI=y SEL0_SPS=y MEMTAG=y PAUTH=y RUST_ENABLE=n XTEST_ARGS="-x n_1031" check