Searched refs:setup_vm (Results 1 – 8 of 8) sorted by relevance
73 static struct kvm_vm *setup_vm(struct kvm_vcpu **vcpu) in setup_vm() function95 struct kvm_vm *vm = setup_vm(&vcpu); in test_pad_must_be_zero()114 struct kvm_vm *vm = setup_vm(&vcpu); in test_filter_reserved_range()136 struct kvm_vm *vm = setup_vm(&vcpu); in test_invalid_nr_functions()149 struct kvm_vm *vm = setup_vm(&vcpu); in test_overflow_nr_functions()162 struct kvm_vm *vm = setup_vm(&vcpu); in test_reserved_action()177 struct kvm_vm *vm = setup_vm(&vcpu); in test_filter_overlap()208 vm = setup_vm(&vcpu); in test_filter_denied()246 vm = setup_vm(&vcpu); in test_filter_fwd_to_user()
82 static struct kvm_vm *setup_vm(void *guest_code, struct kvm_vcpu **source, in setup_vm() function147 vm = setup_vm(guest_test_cpu_on, &source, &target); in host_test_cpu_on()183 vm = setup_vm(guest_test_system_suspend, &source, &target); in host_test_system_suspend()244 setup_vm(guest_test_system_off2, &source, &target); in host_test_system_off2()
335 static void setup_vm(void) in setup_vm() function406 setup_vm(); in main()
119 1. ``setup_vm()`` 在 ``early_pg_dir`` 中安装一个临时的内核映射,这138 由于 ``reserved_mem`` 数组是用 ``setup_vm()`` 建立的虚拟地址初始化
13 asmlinkage void __init setup_vm(uintptr_t dtb_pa);
297 call setup_vm
122 1. ``setup_vm()`` installs a temporary kernel mapping in ``early_pg_dir`` which146 by ``setup_vm()``, and used with the mapping established by
891 * setup_vm() is called from head.S with MMU-off.893 * Following requirements should be honoured for setup_vm() to work897 * 2) The compiler instrumentation for FTRACE will not work for setup_vm()905 #error "setup_vm() is called from head.S before relocate so it should not use absolute addressing."1031 asmlinkage void __init setup_vm(uintptr_t dtb_pa) in setup_vm() function 1297 asmlinkage void __init setup_vm(uintptr_t dtb_pa) in setup_vm() function