Home
last modified time | relevance | path

Searched refs:pdomain (Results 1 – 8 of 8) sorted by relevance

/drivers/acpi/
Dprocessor_perflib.c510 int acpi_processor_get_psd(acpi_handle handle, struct acpi_psd_package *pdomain) in acpi_processor_get_psd() argument
538 state.pointer = pdomain; in acpi_processor_get_psd()
548 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_processor_get_psd()
554 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_processor_get_psd()
560 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_processor_get_psd()
561 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_processor_get_psd()
562 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_processor_get_psd()
581 struct acpi_psd_package *pdomain; in acpi_processor_preregister_performance() local
620 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance()
621 if (acpi_processor_get_psd(pr->handle, pdomain)) { in acpi_processor_preregister_performance()
[all …]
Dcppc_acpi.c366 struct acpi_psd_package *pdomain; in acpi_get_psd() local
381 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd()
384 state.pointer = pdomain; in acpi_get_psd()
393 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_get_psd()
398 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_get_psd()
403 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_get_psd()
404 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_get_psd()
405 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_get_psd()
429 struct acpi_psd_package *pdomain; in acpi_get_psd_map() local
454 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd_map()
[all …]
Dprocessor_throttling.c62 struct acpi_tsd_package *pdomain, *match_pdomain; in acpi_processor_update_tsd_coord() local
102 pdomain = &(pthrottling->domain_info); in acpi_processor_update_tsd_coord()
109 if (pdomain->num_processors <= 1) in acpi_processor_update_tsd_coord()
113 count_target = pdomain->num_processors; in acpi_processor_update_tsd_coord()
126 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord()
140 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_update_tsd_coord()
159 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord()
578 struct acpi_tsd_package *pdomain; in acpi_processor_get_tsd() local
605 pdomain = &(pr->throttling.domain_info); in acpi_processor_get_tsd()
608 state.pointer = pdomain; in acpi_processor_get_tsd()
[all …]
/drivers/xen/
Dxen-acpi-processor.c160 struct acpi_psd_package *pdomain; in xen_copy_psd_data() local
170 pdomain = &(_pr->performance->domain_info); in xen_copy_psd_data()
175 if (pdomain->num_processors <= 1) { in xen_copy_psd_data()
176 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL) in xen_copy_psd_data()
178 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL) in xen_copy_psd_data()
180 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY) in xen_copy_psd_data()
184 memcpy(&(dst->domain_info), pdomain, sizeof(struct acpi_psd_package)); in xen_copy_psd_data()
/drivers/iommu/
Damd_iommu.c2958 struct protection_domain *pdomain; in amd_iommu_domain_alloc() local
2963 pdomain = protection_domain_alloc(); in amd_iommu_domain_alloc()
2964 if (!pdomain) in amd_iommu_domain_alloc()
2967 pdomain->mode = PAGE_MODE_3_LEVEL; in amd_iommu_domain_alloc()
2968 pdomain->pt_root = (void *)get_zeroed_page(GFP_KERNEL); in amd_iommu_domain_alloc()
2969 if (!pdomain->pt_root) { in amd_iommu_domain_alloc()
2970 protection_domain_free(pdomain); in amd_iommu_domain_alloc()
2974 pdomain->domain.geometry.aperture_start = 0; in amd_iommu_domain_alloc()
2975 pdomain->domain.geometry.aperture_end = ~0ULL; in amd_iommu_domain_alloc()
2976 pdomain->domain.geometry.force_aperture = true; in amd_iommu_domain_alloc()
[all …]
/drivers/s390/crypto/
Dzcrypt_ccamisc.h175 int cca_findcard(const u8 *key, u16 *pcardnr, u16 *pdomain, int verify);
Dzcrypt_ccamisc.c1558 static int findcard(u64 mkvp, u16 *pcardnr, u16 *pdomain, in findcard() argument
1637 if (pdomain) in findcard()
1638 *pdomain = dom; in findcard()
1651 int cca_findcard(const u8 *key, u16 *pcardnr, u16 *pdomain, int verify) in cca_findcard() argument
1672 return findcard(mkvp, pcardnr, pdomain, verify, minhwtype); in cca_findcard()
Dpkey_api.c179 u16 *pcardnr, u16 *pdomain, in pkey_verifykey() argument
210 if (pdomain) in pkey_verifykey()
211 *pdomain = domain; in pkey_verifykey()