Lines Matching refs:addr
39 static void *next_chunk(void *addr)
42 return PALIGN(addr, hpage_size);
44 if ((unsigned long)addr < 0x100000000UL)
46 return PALIGN(addr, 0x10000000UL);
48 return PALIGN(addr, 0x10000000000UL);
51 static void *next_chunk(void *addr)
54 return PALIGN(addr, hpage_size);
56 return PALIGN(addr, 0x10000000UL);
59 static void *next_chunk(void *addr)
61 return PALIGN(addr, 0x8000000000000000UL);
64 static void *next_chunk(void *addr)
66 return PALIGN(addr, hpage_size);