Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/coco/tdx/
Dtdx.c656 unsigned long accept_size = page_level_size(pg_level); in try_accept_one() local
660 if (!IS_ALIGNED(*start, accept_size)) in try_accept_one()
663 if (len < accept_size) in try_accept_one()
690 *start += accept_size; in try_accept_one()