Home
last modified time | relevance | path

Searched refs:setup_vm (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H A Dsmccc_filter.c61 static struct kvm_vm *setup_vm(struct kvm_vcpu **vcpu) in setup_vm() function
82 struct kvm_vm *vm = setup_vm(&vcpu); in test_pad_must_be_zero()
101 struct kvm_vm *vm = setup_vm(&vcpu); in test_filter_reserved_range()
123 struct kvm_vm *vm = setup_vm(&vcpu); in test_invalid_nr_functions()
136 struct kvm_vm *vm = setup_vm(&vcpu); in test_overflow_nr_functions()
149 struct kvm_vm *vm = setup_vm(&vcpu); in test_reserved_action()
164 struct kvm_vm *vm = setup_vm(&vcpu); in test_filter_overlap()
195 vm = setup_vm(&vcpu); in test_filter_denied()
233 vm = setup_vm(&vcpu); in test_filter_fwd_to_user()
H A Dpsci_test.c75 static struct kvm_vm *setup_vm(void *guest_code, struct kvm_vcpu **source, in setup_vm() function
139 vm = setup_vm(guest_test_cpu_on, &source, &target); in host_test_cpu_on()
175 vm = setup_vm(guest_test_system_suspend, &source, &target); in host_test_system_suspend()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dhead.h14 asmlinkage void __init setup_vm(uintptr_t dtb_pa);
H A Dhead.S91 * full fence here because setup_vm() just wrote these PTEs and we need
267 call setup_vm
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dhead.h13 asmlinkage void __init setup_vm(uintptr_t dtb_pa);
H A Dhead.S98 * full fence here because setup_vm() just wrote these PTEs and we need
308 call setup_vm
/kernel/linux/linux-5.10/arch/riscv/mm/
H A Dinit.c438 * setup_vm() is called from head.S with MMU-off.
440 * Following requirements should be honoured for setup_vm() to work
444 * 2) The compiler instrumentation for FTRACE will not work for setup_vm()
452 #error "setup_vm() is called from head.S before relocate so it should not use absolute addressing."
468 asmlinkage void __init setup_vm(uintptr_t dtb_pa) in setup_vm() function
683 asmlinkage void __init setup_vm(uintptr_t dtb_pa) in setup_vm() function
/kernel/linux/linux-6.6/arch/riscv/mm/
H A Dinit.c833 * setup_vm() is called from head.S with MMU-off.
835 * Following requirements should be honoured for setup_vm() to work
839 * 2) The compiler instrumentation for FTRACE will not work for setup_vm()
847 #error "setup_vm() is called from head.S before relocate so it should not use absolute addressing."
1037 asmlinkage void __init setup_vm(uintptr_t dtb_pa) in setup_vm() function
1333 asmlinkage void __init setup_vm(uintptr_t dtb_pa) in setup_vm() function

Completed in 5 milliseconds