Searched refs:hpdata_addr_get (Results 1 – 3 of 3) sorted by relevance
133 (uintptr_t)hpdata_addr_get(hpdata) + (result << LG_PAGE)); in hpdata_reserve_alloc()143 size_t begin = ((uintptr_t)addr - (uintptr_t)hpdata_addr_get(hpdata)) in hpdata_unreserve()280 (uintptr_t)hpdata_addr_get(hpdata) + purge_begin * PAGE); in hpdata_purge_next()
422 shard->central->hooks.dehugify(hpdata_addr_get(to_purge), in hpa_try_purge()501 shard->central->hooks.hugify(hpdata_addr_get(to_hugify), HUGEPAGE); in hpa_try_hugify()988 shard->central->hooks.unmap(hpdata_addr_get(ps), HUGEPAGE); in hpa_shard_destroy()
127 hpdata_addr_get(const hpdata_t *hpdata) { in hpdata_addr_get() function