Searched refs:vm_type (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/accel/habanalabs/common/
H A Dmemory.c134 phys_pg_pack->vm_type = VM_TYPE_PHYS_PACK;
243 userptr->vm_type = VM_TYPE_USERPTR;
857 phys_pg_pack->vm_type = userptr->vm_type;
1061 enum vm_type *vm_type; local
1090 vm_type = (enum vm_type *) userptr;
1132 vm_type = (enum vm_type *) phys_pg_pac
1282 enum vm_type *vm_type; local
[all...]
H A Ddebugfs.c251 enum vm_type *vm_type; local
269 vm_type = hnode->ptr;
271 if (*vm_type == VM_TYPE_USERPTR) {
695 enum vm_type *vm_type; local
709 vm_type = hnode->ptr;
711 if (*vm_type == VM_TYPE_USERPTR) {
H A Ddevice.c2659 enum vm_type *vm_type; local
2675 vm_type = hnode->ptr;
2676 if (((*vm_type == VM_TYPE_USERPTR) && is_pmmu) ||
2677 ((*vm_type == VM_TYPE_PHYS_PACK) && !is_pmmu))
2697 vm_type = hnode->ptr;
2698 if ((*vm_type == VM_TYPE_USERPTR) && (is_pmmu)) {
2703 } else if ((*vm_type == VM_TYPE_PHYS_PACK) && (!is_pmmu)) {
H A Dhabanalabs.h465 * enum vm_type - virtual memory mapping request information.
469 enum vm_type { enum
1955 * @vm_type: type of the VM.
1968 enum vm_type vm_type; /* must be first */ member in struct:hl_userptr
2195 * @vm_type: describes the type of the virtual area descriptor.
2211 enum vm_type vm_type; /* must be first */ member in struct:hl_vm_phys_pg_pack
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1283 unsigned long vm_type; member in struct:kvm_arch
2157 #define kvm_arch_has_private_mem(kvm) ((kvm)->arch.vm_type != KVM_X86_DEFAULT_VM)
/linux-master/arch/x86/kvm/
H A Dx86.c12534 kvm->arch.vm_type = type;

Completed in 399 milliseconds