Searched refs:cli_state_os (Results 1 – 2 of 2) sorted by relevance
178 u32 cli_state_os; /* CHANNEL_CLIENTSTATE of Guest OS member369 if (readl(&hdr->cli_state_os) == CHANNELCLI_DISABLED) { in spar_channel_client_acquire_os()383 if ((readl(&hdr->cli_state_os) != CHANNELCLI_OWNED) && in spar_channel_client_acquire_os()388 ULTRA_CHANNELCLI_STRING(readl(&hdr->cli_state_os)), in spar_channel_client_acquire_os()389 readl(&hdr->cli_state_os), in spar_channel_client_acquire_os()392 writel(CHANNELCLI_OWNED, &hdr->cli_state_os); in spar_channel_client_acquire_os()395 if (readl(&hdr->cli_state_os) == CHANNELCLI_OWNED) { in spar_channel_client_acquire_os()409 if (readl(&hdr->cli_state_os) != CHANNELCLI_ATTACHED) { in spar_channel_client_acquire_os()419 readl(&hdr->cli_state_os)), in spar_channel_client_acquire_os()420 readl(&hdr->cli_state_os)); in spar_channel_client_acquire_os()[all …]
604 seq_printf(seq, "CliStateOS = %lu\n", (ulong)phdr->cli_state_os); in visorchannel_debug()