Searched refs:guest_code (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/tools/testing/selftests/kvm/ |
D | cr4_cpuid_sync_test.c | 43 static void guest_code(void) in guest_code() function 82 vm = vm_create_default(VCPU_ID, 0, guest_code); in main()
|
D | platform_info_test.c | 27 static void guest_code(void) in guest_code() function 98 vm = vm_create_default(VCPU_ID, 0, guest_code); in main()
|
D | dirty_log_test.c | 53 void guest_code(void) in guest_code() function 259 vm = vm_create_default(VCPU_ID, TEST_MEM_PAGES, guest_code); in main()
|
D | state_test.c | 110 void guest_code(struct vmx_pages *vmx_pages) in guest_code() function 135 vm = vm_create_default(VCPU_ID, 0, guest_code); in main()
|
D | sync_regs_test.c | 26 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/ |
D | rmi_f34.h | 160 u16 guest_code; member 187 u16 guest_code; member 222 struct block_data guest_code; member
|
D | rmi_f34v7.c | 396 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/ |
D | kvm_util.h | 138 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/ |
D | x86.c | 652 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()
|