Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx-shared.c4 static unsigned long try_accept_one(phys_addr_t start, unsigned long len, in try_accept_one() function
60 accept_size = try_accept_one(start, len, PG_LEVEL_1G); in tdx_accept_memory()
62 accept_size = try_accept_one(start, len, PG_LEVEL_2M); in tdx_accept_memory()
64 accept_size = try_accept_one(start, len, PG_LEVEL_4K); in tdx_accept_memory()