Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/arm64/gcs/
H A Dgcs-util.h43 #define GCS_CAP(x) (((unsigned long)(x) & GCS_CAP_ADDR_MASK) | \ macro
H A Dlibc-gcs.c474 ASSERT_EQ(stack[cap_index], GCS_CAP(&stack[cap_index])); in TEST_F()
/linux/arch/arm64/include/asm/
H A Dsysreg.h1040 #define GCS_CAP(x) ((((unsigned long)x) & GCS_CAP_ADDR_MASK) | \ macro