Home
last modified time | relevance | path

Searched refs:guest_code (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/tools/testing/selftests/kvm/
Dcr4_cpuid_sync_test.c43 static void guest_code(void) in guest_code() function
82 vm = vm_create_default(VCPU_ID, 0, guest_code); in main()
Dplatform_info_test.c27 static void guest_code(void) in guest_code() function
98 vm = vm_create_default(VCPU_ID, 0, guest_code); in main()
Ddirty_log_test.c53 void guest_code(void) in guest_code() function
259 vm = vm_create_default(VCPU_ID, TEST_MEM_PAGES, guest_code); in main()
Dstate_test.c110 void guest_code(struct vmx_pages *vmx_pages) in guest_code() function
135 vm = vm_create_default(VCPU_ID, 0, guest_code); in main()
Dsync_regs_test.c26 void guest_code(void) in guest_code() function
97 vm = vm_create_default(VCPU_ID, 0, guest_code); in main()
/Linux-v4.19/drivers/input/rmi4/
Drmi_f34.h160 u16 guest_code; member
187 u16 guest_code; member
222 struct block_data guest_code; member
Drmi_f34v7.c396 blkcount->guest_code = partition_length; in rmi_f34v7_parse_partition_table()
397 phyaddr->guest_code = physical_address; in rmi_f34v7_parse_partition_table()
400 __func__, blkcount->guest_code); in rmi_f34v7_parse_partition_table()
628 block_count = f34->v7.img.guest_code.size / f34->v7.block_size; in rmi_f34v7_check_guest_code_size()
631 if (block_count != f34->v7.blkcount.guest_code) { in rmi_f34v7_check_guest_code_size()
920 return rmi_f34v7_write_f34v7_blocks(f34, f34->v7.img.guest_code.data, in rmi_f34v7_write_guest_code()
921 f34->v7.img.guest_code.size / in rmi_f34v7_write_guest_code()
1032 f34->v7.phyaddr.guest_code != f34->v7.img.phyaddr.guest_code) { in rmi_f34v7_compare_partition_tables()
1133 f34->v7.img.guest_code.data = content; in rmi_f34v7_parse_image_header_10()
1134 f34->v7.img.guest_code.size = length; in rmi_f34v7_parse_image_header_10()
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dkvm_util.h138 void *guest_code);
139 void vm_vcpu_add_default(struct kvm_vm *vm, uint32_t vcpuid, void *guest_code);
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dx86.c652 void vm_vcpu_add_default(struct kvm_vm *vm, uint32_t vcpuid, void *guest_code) in vm_vcpu_add_default() argument
667 regs.rip = (unsigned long) guest_code; in vm_vcpu_add_default()
716 void *guest_code) in vm_create_default() argument
740 vm_vcpu_add_default(vm, vcpuid, guest_code); in vm_create_default()