Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/coco/tdx/
Dtdx-shared.c7 unsigned long accept_size = page_level_size(pg_level); in try_accept_one() local
11 if (!IS_ALIGNED(start, accept_size)) in try_accept_one()
14 if (len < accept_size) in try_accept_one()
41 return accept_size; in try_accept_one()
52 unsigned long accept_size; in tdx_accept_memory() local
60 accept_size = try_accept_one(start, len, PG_LEVEL_1G); in tdx_accept_memory()
61 if (!accept_size) in tdx_accept_memory()
62 accept_size = try_accept_one(start, len, PG_LEVEL_2M); in tdx_accept_memory()
63 if (!accept_size) in tdx_accept_memory()
64 accept_size = try_accept_one(start, len, PG_LEVEL_4K); in tdx_accept_memory()
[all …]