Lines Matching +full:end +full:- +full:of +full:- +full:conversion
21 * Bits 2:0 of RCX encode page size: 0 - 4K, 1 - 2M, 2 - 1G. in try_accept_one()
44 bool tdx_accept_memory(phys_addr_t start, phys_addr_t end) in tdx_accept_memory() argument
47 * For shared->private conversion, accept the page using in tdx_accept_memory()
50 while (start < end) { in tdx_accept_memory()
51 unsigned long len = end - start; in tdx_accept_memory()
57 * process by cutting number of hypercalls (if successful). in tdx_accept_memory()
76 * For TDVMCALL explicitly set RCX to the bitmap of shared registers. in __tdx_hypercall()
77 * The caller isn't expected to set @args->rcx anyway. in __tdx_hypercall()
79 args->rcx = TDVMCALL_EXPOSE_REGS_MASK; in __tdx_hypercall()
82 * Failure of __tdcall_saved_ret() indicates a failure of the TDVMCALL in __tdx_hypercall()
90 return args->r10; in __tdx_hypercall()