Searched refs:PALIGN (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap07.c | 42 return PALIGN(addr, hpage_size); in next_chunk() 46 return PALIGN(addr, 0x10000000UL); in next_chunk() 48 return PALIGN(addr, 0x10000000000UL); in next_chunk() 54 return PALIGN(addr, hpage_size); in next_chunk() 56 return PALIGN(addr, 0x10000000UL); in next_chunk() 61 return PALIGN(addr, 0x8000000000000000UL); in next_chunk() 66 return PALIGN(addr, hpage_size); in next_chunk()
|
H A D | hugemmap25.c | 61 q = PALIGN(p, align); in map_align()
|
H A D | hugemmap15.c | 126 && (PALIGN(sig_expected, hpage_size) in sig_handler()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/lib/ |
H A D | hugetlb.h | 23 #define PALIGN(p, a) ((void *)LTP_ALIGN((unsigned long)(p), (a))) macro
|
Completed in 2 milliseconds