Searched refs:mphys (Results 1 – 5 of 5) sorted by relevance
121 vm_paddr_t mphys; in efi_1t1_pte() local129 mphys = VM_PAGE_TO_PHYS(m); in efi_1t1_pte()132 mphys = *pml5e & PG_FRAME; in efi_1t1_pte()142 mphys = VM_PAGE_TO_PHYS(m); in efi_1t1_pte()145 mphys = *pml4e & PG_FRAME; in efi_1t1_pte()153 mphys = VM_PAGE_TO_PHYS(m); in efi_1t1_pte()154 *pdpe = mphys | X86_PG_RW | X86_PG_V; in efi_1t1_pte()156 mphys = *pdpe & PG_FRAME; in efi_1t1_pte()164 mphys = VM_PAGE_TO_PHYS(m); in efi_1t1_pte()165 *pde = mphys | X86_PG_RW | X86_PG_V; in efi_1t1_pte()[all …]
10117 vm_paddr_t mphys; in pmap_large_map_pdpe() local10137 vm_paddr_t mphys; in pmap_large_map_pde() local10145 mphys = VM_PAGE_TO_PHYS(m); in pmap_large_map_pde()10149 mphys = *pdpe & PG_FRAME; in pmap_large_map_pde()10159 vm_paddr_t mphys; in pmap_large_map_pte() local10167 mphys = VM_PAGE_TO_PHYS(m); in pmap_large_map_pte()10172 mphys = *pde & PG_FRAME; in pmap_large_map_pte()10653 vm_paddr_t mphys; in pmap_pti_pdpe() local10724 vm_paddr_t mphys; in pmap_pti_pde() local10741 mphys = *pdpe & ~PAGE_MASK; in pmap_pti_pde()[all …]
104 vm_paddr_t mphys; in efi_1t1_l3() local110 mphys = VM_PAGE_TO_PHYS(m); in efi_1t1_l3()111 *l0 = mphys | L0_TABLE; in efi_1t1_l3()113 mphys = *l0 & ~ATTR_MASK; in efi_1t1_l3()116 l1 = (pd_entry_t *)PHYS_TO_DMAP(mphys); in efi_1t1_l3()121 mphys = VM_PAGE_TO_PHYS(m); in efi_1t1_l3()122 *l1 = mphys | L1_TABLE; in efi_1t1_l3()124 mphys = *l1 & ~ATTR_MASK; in efi_1t1_l3()132 mphys = VM_PAGE_TO_PHYS(m); in efi_1t1_l3()133 *l2 = mphys | L2_TABLE; in efi_1t1_l3()[all …]
277 req->ist.ei1 = mphys; in cpt_modex_prep()278 req->ist.ei2 = mphys + dlen; in cpt_modex_prep()359 req->ist.ei1 = mphys; in cpt_rsa_prep()360 req->ist.ei2 = mphys + dlen; in cpt_rsa_prep()442 req->ist.ei1 = mphys; in cpt_rsa_crt_prep()443 req->ist.ei2 = mphys + dlen; in cpt_rsa_crt_prep()680 req->ist.ei1 = mphys; in cpt_ecdsa_sign_prep()681 req->ist.ei2 = mphys + dlen; in cpt_ecdsa_sign_prep()785 req->ist.ei1 = mphys; in cpt_ecdsa_verify_prep()786 req->ist.ei2 = mphys + dlen; in cpt_ecdsa_verify_prep()[all …]
2823 phys_addr_t mphys; in alloc_op_meta() local2829 mphys = m_src->buf_iova + m_src->buf_len; in alloc_op_meta()2831 mphys -= len; in alloc_op_meta()2833 buf->dma_addr = mphys; in alloc_op_meta()3316 phys_addr_t mphys; in fill_digest_params() local3341 mphys = params.meta_buf.dma_addr; in fill_digest_params()3436 params.mac_buf.dma_addr = mphys + space; in fill_digest_params()3444 params.meta_buf.dma_addr = mphys + space; in fill_digest_params()