Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dunaccepted_memory.h12 if (!tdx_accept_memory(start, end)) in arch_accept_memory()
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx-shared.c44 bool tdx_accept_memory(phys_addr_t start, phys_addr_t end) in tdx_accept_memory() function
H A Dtdx.c732 return tdx_accept_memory(start, end); in tdx_enc_status_changed()
/openbmc/linux/arch/x86/boot/compressed/
H A Dmem.c39 if (!tdx_accept_memory(start, end)) in arch_accept_memory()
/openbmc/linux/arch/x86/include/asm/shared/
H A Dtdx.h94 bool tdx_accept_memory(phys_addr_t start, phys_addr_t end);