Home
last modified time | relevance | path

Searched refs:tpm_proxy (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/hw/ppc/
H A Dspapr_tpm_proxy.c34 if (tpm_proxy->host_fd != -1) { in spapr_tpm_proxy_reset()
35 close(tpm_proxy->host_fd); in spapr_tpm_proxy_reset()
36 tpm_proxy->host_fd = -1; in spapr_tpm_proxy_reset()
64 if (tpm_proxy->host_fd == -1) { in tpm_execute()
65 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR); in tpm_execute()
66 if (tpm_proxy->host_fd == -1) { in tpm_execute()
110 SpaprTpmProxy *tpm_proxy = spapr->tpm_proxy; in h_tpm_comm() local
112 if (!tpm_proxy) { in h_tpm_comm()
123 spapr_tpm_proxy_reset(tpm_proxy); in h_tpm_comm()
134 if (tpm_proxy->host_path == NULL) { in spapr_tpm_proxy_realize()
[all …]
H A Dspapr.c4018 SpaprTpmProxy *tpm_proxy = SPAPR_TPM_PROXY(dev); in spapr_tpm_proxy_plug() local
4020 if (spapr->tpm_proxy != NULL) { in spapr_tpm_proxy_plug()
4025 spapr->tpm_proxy = tpm_proxy; in spapr_tpm_proxy_plug()
4034 spapr->tpm_proxy = NULL; in spapr_tpm_proxy_unplug()
/dports/emulators/qemu/qemu-6.2.0/hw/ppc/
H A Dspapr_tpm_proxy.c33 if (tpm_proxy->host_fd != -1) {
34 close(tpm_proxy->host_fd);
35 tpm_proxy->host_fd = -1;
63 if (tpm_proxy->host_fd == -1) {
64 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR);
65 if (tpm_proxy->host_fd == -1) {
109 SpaprTpmProxy *tpm_proxy = spapr->tpm_proxy;
111 if (!tpm_proxy) {
122 spapr_tpm_proxy_reset(tpm_proxy);
133 if (tpm_proxy->host_path == NULL) {
[all …]
H A Dspapr.c4112 if (spapr->tpm_proxy != NULL) { in spapr_tpm_proxy_pre_plug()
4123 SpaprTpmProxy *tpm_proxy = SPAPR_TPM_PROXY(dev); in spapr_tpm_proxy_plug() local
4126 g_assert(spapr->tpm_proxy == NULL); in spapr_tpm_proxy_plug()
4128 spapr->tpm_proxy = tpm_proxy; in spapr_tpm_proxy_plug()
4137 spapr->tpm_proxy = NULL; in spapr_tpm_proxy_unplug()
/dports/emulators/qemu60/qemu-6.0.0/hw/ppc/
H A Dspapr_tpm_proxy.c34 if (tpm_proxy->host_fd != -1) { in spapr_tpm_proxy_reset()
35 close(tpm_proxy->host_fd); in spapr_tpm_proxy_reset()
36 tpm_proxy->host_fd = -1; in spapr_tpm_proxy_reset()
64 if (tpm_proxy->host_fd == -1) { in tpm_execute()
65 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR); in tpm_execute()
66 if (tpm_proxy->host_fd == -1) { in tpm_execute()
110 SpaprTpmProxy *tpm_proxy = spapr->tpm_proxy; in h_tpm_comm() local
112 if (!tpm_proxy) { in h_tpm_comm()
123 spapr_tpm_proxy_reset(tpm_proxy); in h_tpm_comm()
134 if (tpm_proxy->host_path == NULL) { in spapr_tpm_proxy_realize()
[all …]
H A Dspapr.c4066 if (spapr->tpm_proxy != NULL) { in spapr_tpm_proxy_pre_plug()
4077 SpaprTpmProxy *tpm_proxy = SPAPR_TPM_PROXY(dev); in spapr_tpm_proxy_plug() local
4080 g_assert(spapr->tpm_proxy == NULL); in spapr_tpm_proxy_plug()
4082 spapr->tpm_proxy = tpm_proxy; in spapr_tpm_proxy_plug()
4091 spapr->tpm_proxy = NULL; in spapr_tpm_proxy_unplug()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/ppc/
H A Dspapr_tpm_proxy.c34 if (tpm_proxy->host_fd != -1) { in spapr_tpm_proxy_reset()
35 close(tpm_proxy->host_fd); in spapr_tpm_proxy_reset()
36 tpm_proxy->host_fd = -1; in spapr_tpm_proxy_reset()
64 if (tpm_proxy->host_fd == -1) { in tpm_execute()
65 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR); in tpm_execute()
66 if (tpm_proxy->host_fd == -1) { in tpm_execute()
110 SpaprTpmProxy *tpm_proxy = spapr->tpm_proxy; in h_tpm_comm() local
112 if (!tpm_proxy) { in h_tpm_comm()
123 spapr_tpm_proxy_reset(tpm_proxy); in h_tpm_comm()
134 if (tpm_proxy->host_path == NULL) { in spapr_tpm_proxy_realize()
[all …]
H A Dspapr.c4018 SpaprTpmProxy *tpm_proxy = SPAPR_TPM_PROXY(dev); in spapr_tpm_proxy_plug() local
4020 if (spapr->tpm_proxy != NULL) { in spapr_tpm_proxy_plug()
4025 spapr->tpm_proxy = tpm_proxy; in spapr_tpm_proxy_plug()
4034 spapr->tpm_proxy = NULL; in spapr_tpm_proxy_unplug()
/dports/emulators/qemu5/qemu-5.2.0/hw/ppc/
H A Dspapr_tpm_proxy.c34 if (tpm_proxy->host_fd != -1) { in spapr_tpm_proxy_reset()
35 close(tpm_proxy->host_fd); in spapr_tpm_proxy_reset()
36 tpm_proxy->host_fd = -1; in spapr_tpm_proxy_reset()
64 if (tpm_proxy->host_fd == -1) { in tpm_execute()
65 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR); in tpm_execute()
66 if (tpm_proxy->host_fd == -1) { in tpm_execute()
110 SpaprTpmProxy *tpm_proxy = spapr->tpm_proxy; in h_tpm_comm() local
112 if (!tpm_proxy) { in h_tpm_comm()
123 spapr_tpm_proxy_reset(tpm_proxy); in h_tpm_comm()
134 if (tpm_proxy->host_path == NULL) { in spapr_tpm_proxy_realize()
[all …]
H A Dspapr.c3989 SpaprTpmProxy *tpm_proxy = SPAPR_TPM_PROXY(dev); in spapr_tpm_proxy_plug() local
3991 if (spapr->tpm_proxy != NULL) { in spapr_tpm_proxy_plug()
3996 spapr->tpm_proxy = tpm_proxy; in spapr_tpm_proxy_plug()
4005 spapr->tpm_proxy = NULL; in spapr_tpm_proxy_unplug()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/ppc/
H A Dspapr_tpm_proxy.c34 if (tpm_proxy->host_fd != -1) {
35 close(tpm_proxy->host_fd);
36 tpm_proxy->host_fd = -1;
64 if (tpm_proxy->host_fd == -1) {
65 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR);
66 if (tpm_proxy->host_fd == -1) {
110 SpaprTpmProxy *tpm_proxy = spapr->tpm_proxy;
112 if (!tpm_proxy) {
123 spapr_tpm_proxy_reset(tpm_proxy);
134 if (tpm_proxy->host_path == NULL) {
[all …]
H A Dspapr.c4079 SpaprTpmProxy *tpm_proxy = SPAPR_TPM_PROXY(dev);
4081 if (spapr->tpm_proxy != NULL) {
4086 spapr->tpm_proxy = tpm_proxy;
4095 spapr->tpm_proxy = NULL;
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/ppc/
H A Dspapr_tpm_proxy.c33 if (tpm_proxy->host_fd != -1) { in spapr_tpm_proxy_reset()
34 close(tpm_proxy->host_fd); in spapr_tpm_proxy_reset()
35 tpm_proxy->host_fd = -1; in spapr_tpm_proxy_reset()
63 if (tpm_proxy->host_fd == -1) { in tpm_execute()
64 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR); in tpm_execute()
65 if (tpm_proxy->host_fd == -1) { in tpm_execute()
109 SpaprTpmProxy *tpm_proxy = spapr->tpm_proxy; in h_tpm_comm() local
111 if (!tpm_proxy) { in h_tpm_comm()
122 spapr_tpm_proxy_reset(tpm_proxy); in h_tpm_comm()
133 if (tpm_proxy->host_path == NULL) { in spapr_tpm_proxy_realize()
[all …]
H A Dspapr.c4132 if (spapr->tpm_proxy != NULL) { in spapr_tpm_proxy_pre_plug()
4143 SpaprTpmProxy *tpm_proxy = SPAPR_TPM_PROXY(dev); in spapr_tpm_proxy_plug() local
4146 g_assert(spapr->tpm_proxy == NULL); in spapr_tpm_proxy_plug()
4148 spapr->tpm_proxy = tpm_proxy; in spapr_tpm_proxy_plug()
4157 spapr->tpm_proxy = NULL; in spapr_tpm_proxy_unplug()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/ppc/
H A Dspapr_tpm_proxy.c34 if (tpm_proxy->host_fd != -1) { in spapr_tpm_proxy_reset()
35 close(tpm_proxy->host_fd); in spapr_tpm_proxy_reset()
36 tpm_proxy->host_fd = -1; in spapr_tpm_proxy_reset()
64 if (tpm_proxy->host_fd == -1) { in tpm_execute()
65 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR); in tpm_execute()
66 if (tpm_proxy->host_fd == -1) { in tpm_execute()
110 SpaprTpmProxy *tpm_proxy = spapr->tpm_proxy; in h_tpm_comm() local
112 if (!tpm_proxy) { in h_tpm_comm()
123 spapr_tpm_proxy_reset(tpm_proxy); in h_tpm_comm()
134 if (tpm_proxy->host_path == NULL) { in spapr_tpm_proxy_realize()
[all …]
H A Dspapr.c4079 SpaprTpmProxy *tpm_proxy = SPAPR_TPM_PROXY(dev); in spapr_tpm_proxy_plug() local
4081 if (spapr->tpm_proxy != NULL) { in spapr_tpm_proxy_plug()
4086 spapr->tpm_proxy = tpm_proxy; in spapr_tpm_proxy_plug()
4095 spapr->tpm_proxy = NULL; in spapr_tpm_proxy_unplug()
/dports/emulators/qemu42/qemu-4.2.1/include/hw/ppc/
H A Dspapr.h209 SpaprTpmProxy *tpm_proxy; member
/dports/emulators/qemu60/qemu-6.0.0/include/hw/ppc/
H A Dspapr.h243 SpaprTpmProxy *tpm_proxy; member
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/ppc/
H A Dspapr.h209 SpaprTpmProxy *tpm_proxy; member
/dports/emulators/qemu5/qemu-5.2.0/include/hw/ppc/
H A Dspapr.h240 SpaprTpmProxy *tpm_proxy; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/ppc/
H A Dspapr.h229 SpaprTpmProxy *tpm_proxy; member
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/ppc/
H A Dspapr.h229 SpaprTpmProxy *tpm_proxy; member
/dports/emulators/qemu/qemu-6.2.0/include/hw/ppc/
H A Dspapr.h258 SpaprTpmProxy *tpm_proxy; member
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/ppc/
H A Dspapr.h250 SpaprTpmProxy *tpm_proxy;