efi_visor_indication  546 drivers/visorbus/controlvmchannel.h 	struct efi_visor_indication efi_visor_ind;
efi_visor_indication  148 drivers/visorbus/visorchipset.c 	struct efi_visor_indication efi_visor_indication;
efi_visor_indication  154 drivers/visorbus/visorchipset.c 				&efi_visor_indication,
efi_visor_indication  155 drivers/visorbus/visorchipset.c 				sizeof(struct efi_visor_indication));
efi_visor_indication  158 drivers/visorbus/visorchipset.c 	return sprintf(buf, "%u\n", efi_visor_indication.boot_to_tool);
efi_visor_indication  166 drivers/visorbus/visorchipset.c 	struct efi_visor_indication efi_visor_indication;
efi_visor_indication  170 drivers/visorbus/visorchipset.c 	efi_visor_indication.boot_to_tool = val;
efi_visor_indication  174 drivers/visorbus/visorchipset.c 				 &(efi_visor_indication),
efi_visor_indication  175 drivers/visorbus/visorchipset.c 				 sizeof(struct efi_visor_indication));