Home
last modified time | relevance | path

Searched refs:IS_ALIGNED (Results 1 – 2 of 2) sorted by relevance

/DragonStub/inc/dragonstub/linux/
H A Dalign.h13 #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) macro
/DragonStub/apps/
H A Dstub.c250 if (IS_ALIGNED(in->PhysicalStart, SZ_2M) && in efi_get_virtmap()