Searched refs:pdep (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/ |
H A D | 64.bmi2.s | 29 pdep %eax, %ebx, %ecx 30 pdep (%rax), %ebx, %ecx 46 pdep %rax, %rbx, %rcx 47 pdep (%rax), %rbx, %rcx
|
H A D | 64.bmi2.out | 5 libdis_test+0x14: c4 e2 63 f5 c8 pdep %eax,%ebx,%ecx 6 libdis_test+0x19: c4 e2 63 f5 08 pdep (%rax),%ebx,%ecx 21 libdis_test+0x66: c4 e2 e3 f5 c8 pdep %rax,%rbx,%rcx 22 libdis_test+0x6b: c4 e2 e3 f5 08 pdep (%rax),%rbx,%rcx
|
H A D | 32.bmi2.s | 29 pdep %eax, %ebx, %ecx 30 pdep (%eax), %ebx, %ecx
|
H A D | 32.bmi2.out | 5 libdis_test+0x14: c4 e2 63 f5 c8 pdep %eax,%ebx,%ecx 6 libdis_test+0x19: c4 e2 63 f5 08 pdep (%eax),%ebx,%ecx
|
/illumos-gate/usr/src/test/bhyve-tests/tests/common/ |
H A D | in_guest.c | 110 uint64_t *pdep = vm_map_gpa(ctx, MEM_LOC_PAGE_TABLE_1G, PAGE_SIZE); in populate_identity_table() local 111 pdep[0] = MEM_LOC_PAGE_TABLE_2M | PT_VALID | PT_WRITABLE; in populate_identity_table() 112 pdep[1] = (MEM_LOC_PAGE_TABLE_2M + PAGE_SIZE) | PT_VALID | PT_WRITABLE; in populate_identity_table() 113 pdep[2] = in populate_identity_table() 115 pdep[3] = in populate_identity_table() 118 pdep = vm_map_gpa(ctx, MEM_LOC_PAGE_TABLE_512G, PAGE_SIZE); in populate_identity_table() 119 pdep[0] = MEM_LOC_PAGE_TABLE_1G | PT_VALID | PT_WRITABLE; in populate_identity_table()
|
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_page_tables.c | 966 uint64_t *pdep = &(ppt->pt_pgtblva[pt->pt_index]); in init_pde() local 970 if (AMD_IOMMU_REG_GET64(pdep, AMD_IOMMU_PTDE_PR) == 1) { in init_pde() 974 ASSERT(AMD_IOMMU_REG_GET64(pdep, AMD_IOMMU_PTDE_ADDR) in init_pde() 983 AMD_IOMMU_REG_SET64(pdep, AMD_IOMMU_PTDE_IW, 1); in init_pde() 984 AMD_IOMMU_REG_SET64(pdep, AMD_IOMMU_PTDE_IR, 1); in init_pde() 985 AMD_IOMMU_REG_SET64(pdep, AMD_IOMMU_PTDE_ADDR, in init_pde() 988 AMD_IOMMU_REG_SET64(pdep, AMD_IOMMU_PTDE_NXT_LVL, in init_pde() 991 AMD_IOMMU_REG_SET64(pdep, AMD_IOMMU_PTDE_PR, 1); in init_pde() 993 ASSERT(AMD_IOMMU_REG_GET64(pdep, AMD_IOMMU_PTDE_PR) == 1); in init_pde()
|
/illumos-gate/usr/src/contrib/bhyve/amd64/machine/ |
H A D | pmap.h | 276 #define pde_store(pdep, pde) pte_store(pdep, pde) argument
|