Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/coco/tdx/
Dtdx.c667 unsigned long accept_size = page_level_size(pg_level); in try_accept_one() local
671 if (!IS_ALIGNED(*start, accept_size)) in try_accept_one()
674 if (len < accept_size) in try_accept_one()
701 *start += accept_size; in try_accept_one()