Home
last modified time | relevance | path

Searched defs:ptr_align_to (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/vm/
Dpkey-helpers.h181 #define ALIGN_PTR_UP(p, ptr_align_to) \ argument
183 #define ALIGN_PTR_DOWN(p, ptr_align_to) \ argument
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dtcp_mmap.c124 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to)) argument
/kernel/linux/linux-4.19/tools/testing/selftests/x86/
Dprotection_keys.c58 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to)) argument
59 #define ALIGN_PTR_DOWN(p, ptr_align_to) ((typeof(p))ALIGN_DOWN((unsigned long)(p), ptr_align_to)) argument