Home
last modified time | relevance | path

Searched refs:zpci_unique_uid (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/s390/pci/
H A Dpci_sysfs.c163 return sysfs_emit(buf, "%d\n", zpci_unique_uid ? 1 : 0); in uid_is_unique_show()
174 if (zpci_unique_uid) in index_show()
184 return zpci_unique_uid ? attr->mode : 0; in zpci_index_is_visible()
H A Dpci_clp.c29 bool zpci_unique_uid; variable
33 if (zpci_unique_uid != new) in update_uid_checking()
36 zpci_unique_uid = new; in update_uid_checking()
H A Dpci.c663 if (zpci_unique_uid) { in zpci_alloc_domain()
/linux-6.15/arch/s390/include/asm/
H A Dpci_clp.h56 extern bool zpci_unique_uid;