uvcb               10 arch/s390/boot/uv.c 	struct uv_cb_qui uvcb = {
uvcb               12 arch/s390/boot/uv.c 		.header.len = sizeof(uvcb)
uvcb               19 arch/s390/boot/uv.c 	if (uv_call(0, (uint64_t)&uvcb) && uvcb.header.rc != 0x100)
uvcb               22 arch/s390/boot/uv.c 	if (test_bit_inv(BIT_UVC_CMD_SET_SHARED_ACCESS, (unsigned long *)uvcb.inst_calls_list) &&
uvcb               23 arch/s390/boot/uv.c 	    test_bit_inv(BIT_UVC_CMD_REMOVE_SHARED_ACCESS, (unsigned long *)uvcb.inst_calls_list))
uvcb               82 arch/s390/include/asm/uv.h 	struct uv_cb_share uvcb = {
uvcb               84 arch/s390/include/asm/uv.h 		.header.len = sizeof(uvcb),
uvcb               98 arch/s390/include/asm/uv.h 	if (!uv_call(0, (u64)&uvcb))