Lines Matching defs:paddr_ptr
519 * @paddr_ptr: pointer to the address parameter in the command buffer which may
527 * restore the original value in @paddr_ptr in cases where it is
530 * @len: length of buffer located at the address originally stored at @paddr_ptr
536 u64 *paddr_ptr;
560 desc_list[0].paddr_ptr = &data->pdh_cert_address;
562 desc_list[1].paddr_ptr = &data->cert_chain_address;
569 desc_list[0].paddr_ptr = &data->address;
576 desc_list[0].paddr_ptr = &data->address;
583 desc_list[0].paddr_ptr = &data->address;
591 desc_list[0].paddr_ptr = &data->address;
599 desc_list[0].paddr_ptr = &data->address;
606 desc_list[0].paddr_ptr = &data->guest_address;
614 desc_list[0].paddr_ptr = &data->dst_addr;
622 desc_list[0].paddr_ptr = &data->dst_addr;
630 desc_list[0].paddr_ptr = &data->address;
637 desc_list[0].paddr_ptr = &data->session_address;
644 desc_list[0].paddr_ptr = &data->hdr_address;
646 desc_list[1].paddr_ptr = &data->trans_address;
653 desc_list[0].paddr_ptr = &data->hdr_address;
655 desc_list[1].paddr_ptr = &data->trans_address;
662 desc_list[0].paddr_ptr = &data->guest_address;
670 desc_list[0].paddr_ptr = &data->guest_address;
697 desc->paddr_orig = *desc->paddr_ptr;
698 *desc->paddr_ptr = __psp_pa(page_to_virt(page));
704 if (rmp_mark_pages_firmware(*desc->paddr_ptr, npages, true)) {
722 if (snp_reclaim_pages(*desc->paddr_ptr, npages, true)) {
729 void *bounce_buf = __va(__sme_clr(*desc->paddr_ptr));
736 *desc->paddr_ptr = desc->paddr_orig;
751 if (!desc->paddr_ptr)
774 if (!desc->paddr_ptr)