Home
last modified time | relevance | path

Searched defs:LTP_ALIGN (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/kvm/include/
H A Dkvm_guest.h27 #define LTP_ALIGN(x, a) __LTP_ALIGN_MASK((x), (typeof(x))(a) - 1) macro
/aosp_15_r20/external/ltp/include/
H A Dtst_common.h23 #define LTP_ALIGN(x, a) __LTP_ALIGN_MASK(x, (typeof(x))(a) - 1) macro