Searched refs:pdomain (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/acpi/
H A Dprocessor_perflib.c523 int acpi_processor_get_psd(acpi_handle handle, struct acpi_psd_package *pdomain) argument
551 state.pointer = pdomain;
560 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) {
566 if (pdomain->revision != ACPI_PSD_REV0_REVISION) {
572 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL &&
573 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY &&
574 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) {
593 struct acpi_psd_package *pdomain; local
631 pdomain = &(pr->performance->domain_info);
632 if (acpi_processor_get_psd(pr->handle, pdomain)) {
[all...]
H A Dprocessor_throttling.c58 struct acpi_tsd_package *pdomain, *match_pdomain; local
98 pdomain = &(pthrottling->domain_info);
105 if (pdomain->num_processors <= 1)
109 count_target = pdomain->num_processors;
121 if (match_pdomain->domain != pdomain->domain)
135 if (pdomain->coord_type != match_pdomain->coord_type) {
153 if (match_pdomain->domain != pdomain->domain)
566 struct acpi_tsd_package *pdomain; local
593 pdomain = &(pr->throttling.domain_info);
596 state.pointer = pdomain;
[all...]
H A Dcppc_acpi.c382 struct acpi_psd_package *pdomain; local
397 pdomain = &(cpc_ptr->domain_info);
400 state.pointer = pdomain;
409 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) {
414 if (pdomain->revision != ACPI_PSD_REV0_REVISION) {
419 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL &&
420 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY &&
421 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) {
479 struct acpi_psd_package *pdomain; local
490 pdomain
[all...]
/linux-master/drivers/xen/
H A Dxen-acpi-processor.c161 struct acpi_psd_package *pdomain; local
171 pdomain = &(_pr->performance->domain_info);
176 if (pdomain->num_processors <= 1) {
177 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL)
179 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL)
181 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY)
185 memcpy(&(dst->domain_info), pdomain, sizeof(struct acpi_psd_package));
/linux-master/drivers/s390/crypto/
H A Dzcrypt_ccamisc.h216 int cca_findcard(const u8 *key, u16 *pcardnr, u16 *pdomain, int verify);
H A Dzcrypt_ccamisc.c1752 static int findcard(u64 mkvp, u16 *pcardnr, u16 *pdomain, argument
1831 if (pdomain)
1832 *pdomain = dom;
1846 int cca_findcard(const u8 *key, u16 *pcardnr, u16 *pdomain, int verify) argument
1867 return findcard(mkvp, pcardnr, pdomain, verify, minhwtype);
H A Dpkey_api.c333 u16 *pcardnr, u16 *pdomain,
364 if (pdomain)
365 *pdomain = domain;
332 pkey_verifykey(const struct pkey_seckey *seckey, u16 *pcardnr, u16 *pdomain, u16 *pkeysize, u32 *pattributes) argument
/linux-master/drivers/iommu/amd/
H A Diommu.c2600 struct protection_domain *pdomain = to_pdomain(domain); local
2608 spin_lock_irqsave(&pdomain->lock, flags);
2609 if (!(pdomain->dirty_tracking ^ enable)) {
2610 spin_unlock_irqrestore(&pdomain->lock, flags);
2614 list_for_each_entry(dev_data, &pdomain->dev_list, list) {
2631 amd_iommu_domain_flush_all(pdomain);
2633 pdomain->dirty_tracking = enable;
2634 spin_unlock_irqrestore(&pdomain->lock, flags);
2644 struct protection_domain *pdomain = to_pdomain(domain); local
2645 struct io_pgtable_ops *ops = &pdomain
[all...]
/linux-master/include/acpi/
H A Dprocessor.h267 struct acpi_psd_package *pdomain);

Completed in 156 milliseconds