Searched refs:hid1 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | e500_emulate.c | 260 vcpu_e500->hid1 = spr_val; in kvmppc_core_emulate_mtspr_e500() 388 *spr_val = vcpu_e500->hid1; in kvmppc_core_emulate_mfspr_e500()
|
H A D | e500.h | 79 u32 hid1; member
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | e500_emulate.c | 260 vcpu_e500->hid1 = spr_val; in kvmppc_core_emulate_mtspr_e500() 388 *spr_val = vcpu_e500->hid1; in kvmppc_core_emulate_mfspr_e500()
|
H A D | e500.h | 79 u32 hid1; member
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | utils.c | 737 const char *hid1 = acpi_device_hid(adev); in acpi_dev_hid_uid_match() local 740 if (strcmp(hid1, hid2)) in acpi_dev_hid_uid_match()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | utils.c | 783 const char *hid1 = acpi_device_hid(adev); in acpi_dev_hid_uid_match() local 786 if (strcmp(hid1, hid2)) in acpi_dev_hid_uid_match()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | sysfs.c | 636 SYSFS_SPRSETUP(hid1, SPRN_HID1); 709 __ATTR(hid1, 0600, show_hid1, store_hid1),
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | sysfs.c | 641 SYSFS_SPRSETUP(hid1, SPRN_HID1); 714 __ATTR(hid1, 0600, show_hid1, store_hid1),
|
Completed in 8 milliseconds