Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/arm64/gcs/
H A Dgcs-util.h49 #define GCS_CAP(x) (((unsigned long)(x) & GCS_CAP_ADDR_MASK) | \ macro
H A Dlibc-gcs.c473 ASSERT_EQ(stack[cap_index], GCS_CAP(&stack[cap_index])); in TEST_F()
/linux-6.15/arch/arm64/mm/
H A Dgcs.c117 cap_val = GCS_CAP(cap_ptr); in SYSCALL_DEFINE3()
/linux-6.15/arch/arm64/include/asm/
H A Dsysreg.h1076 #define GCS_CAP(x) ((((unsigned long)x) & GCS_CAP_ADDR_MASK) | \ macro