Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 25 of 60) sorted by relevance

123

/xen-4.10.0-shim-comet/xen/tools/
A Dget-fields.sh80 kind="$token;$kind"
118 test -z "$named" || kind=${kind#*;}
155 kind=$token
156 if [ $kind = union ]
168 if [ $level = 1 -a $kind = union ]
223 if [ $kind = union ]
239 if [ $kind = union ]
441 local level=1 fields= kind= id= arrlvl=1 token
448 kind=$token
449 printf %s " CHECK_SIZE_($kind, $1)"
[all …]
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dbootfdt.c173 bootmodule_kind kind; in process_multiboot_node() local
191 kind = BOOTMOD_KERNEL; in process_multiboot_node()
194 kind = BOOTMOD_RAMDISK; in process_multiboot_node()
196 kind = BOOTMOD_XSM; in process_multiboot_node()
198 kind = BOOTMOD_UNKNOWN; in process_multiboot_node()
211 if ( kind == BOOTMOD_UNKNOWN ) in process_multiboot_node()
215 case 0: kind = BOOTMOD_KERNEL; break; in process_multiboot_node()
216 case 1: kind = BOOTMOD_RAMDISK; break; in process_multiboot_node()
220 kind = BOOTMOD_XSM; in process_multiboot_node()
233 add_boot_module(kind, start, size, cmdline); in process_multiboot_node()
[all …]
A Dsetup.c204 struct bootmodule *add_boot_module(bootmodule_kind kind, in add_boot_module() argument
214 boot_module_kind_as_string(kind), start, start + size); in add_boot_module()
219 mod->kind = kind; in add_boot_module()
230 struct bootmodule * __init boot_module_find_by_kind(bootmodule_kind kind) in boot_module_find_by_kind() argument
238 if ( mod->kind == kind ) in boot_module_find_by_kind()
244 const char * __init boot_module_kind_as_string(bootmodule_kind kind) in boot_module_kind_as_string() argument
246 switch ( kind ) in boot_module_kind_as_string()
268 if ( mi->module[i].kind == BOOTMOD_XEN ) in discard_initial_modules()
A Dmem_access.c327 if ( npfec.kind == npfec_kind_with_gla ) in p2m_mem_access_check()
329 else if ( npfec.kind == npfec_kind_in_gpt ) in p2m_mem_access_check()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dsetup.h35 bootmodule_kind kind; member
80 struct bootmodule *add_boot_module(bootmodule_kind kind,
83 struct bootmodule *boot_module_find_by_kind(bootmodule_kind kind);
84 const char * __init boot_module_kind_as_string(bootmodule_kind kind);
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_checkpoint_device.c37 libxl__device_kind kind, in checkpoint_device_init() argument
45 dev->kind = kind; in checkpoint_device_init()
139 if (dev->kind == LIBXL__DEVICE_KIND_VIF) { in device_setup_iterate()
143 } else if (dev->kind == LIBXL__DEVICE_KIND_VBD) { in device_setup_iterate()
149 libxl__device_kind_to_string(dev->kind)); in device_setup_iterate()
155 libxl__device_kind_to_string(dev->kind), in device_setup_iterate()
160 } while (dev->ops->kind != dev->kind); in device_setup_iterate()
A Dlibxl_nonetbuffer.c44 .kind = LIBXL__DEVICE_KIND_VIF,
A Dlibxl_colo_qdisk.c206 .kind = LIBXL__DEVICE_KIND_VBD,
227 .kind = LIBXL__DEVICE_KIND_VBD,
A Dlibxl_9pfs.c35 device->kind = LIBXL__DEVICE_KIND_9PFS; in libxl__device_from_p9()
A Dlibxl_device.c26 if (device->kind == LIBXL__DEVICE_KIND_CONSOLE && device->devid == 0) in libxl__device_frontend_path()
29 if (device->kind == LIBXL__DEVICE_KIND_VUART) in libxl__device_frontend_path()
33 libxl__device_kind_to_string(device->kind), in libxl__device_frontend_path()
51 libxl__device_kind_to_string(device->kind), in libxl__device_libxl_path()
177 (device->kind == LIBXL__DEVICE_KIND_VUART)) in libxl__device_generic_add()
776 libxl__device_kind kind; in libxl__devices_destroy() local
791 if (libxl__device_kind_from_string(kinds[i], &kind)) in libxl__devices_destroy()
805 dev->kind = kind; in libxl__devices_destroy()
820 if (dev->kind == LIBXL__DEVICE_KIND_VUSB) in libxl__devices_destroy()
1379 libxl__device_kind_to_string(aodev->dev->kind), in device_addrm_aocomplete()
[all …]
A Didl.py202 def __init__(self, kind, typename, fields, **kwargs): argument
213 self.kind = kind
A Dlibxl_colo_nic.c288 .kind = LIBXL__DEVICE_KIND_VIF,
312 .kind = LIBXL__DEVICE_KIND_VIF,
A Dlibxl_vnuma.c47 const char *kind) in check_vnuma_affinity() argument
68 LOG(WARN, "Vcpu %d %s affinity and vnuma info mismatch", vcpu, kind); in check_vnuma_affinity()
A Dlibxl_console.c284 device->kind = LIBXL__DEVICE_KIND_CONSOLE; in libxl__device_console_add()
365 device.kind = LIBXL__DEVICE_KIND_VUART; in libxl__device_vuart_add()
649 device->kind = LIBXL__DEVICE_KIND_VKBD; in libxl__device_from_vkb()
706 device->kind = LIBXL__DEVICE_KIND_VFB; in libxl__device_from_vfb()
A Dlibxl_remus_disk_drbd.c227 .kind = LIBXL__DEVICE_KIND_VBD,
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dvm_event.c73 enum emul_kind kind = EMUL_KIND_NORMAL; in hvm_vm_event_do_resume() local
81 kind = EMUL_KIND_SET_CONTEXT_DATA; in hvm_vm_event_do_resume()
84 kind = EMUL_KIND_NOWRITE; in hvm_vm_event_do_resume()
87 kind = EMUL_KIND_SET_CONTEXT_INSN; in hvm_vm_event_do_resume()
89 hvm_emulate_one_vm_event(kind, TRAP_invalid_op, in hvm_vm_event_do_resume()
A Dsave.c91 int kind; member
99 size_t size, int kind) in hvm_register_savevm() argument
108 hvm_sr_handlers[typecode].kind = kind; in hvm_register_savevm()
122 if ( hvm_sr_handlers[i].kind == HVMSR_PER_VCPU ) in hvm_save_size()
149 if ( hvm_sr_handlers[typecode].kind == HVMSR_PER_VCPU ) in hvm_save_one()
A Dio.c123 access.kind == npfec_kind_with_gla in handle_mmio_with_translation()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched-if.h61 #define sched_lock(kind, param, cpu, irq, arg...) \ argument
62 static inline spinlock_t *kind##_schedule_lock##irq(param EXTRA_TYPE(arg)) \
82 #define sched_unlock(kind, param, cpu, irq, arg...) \ argument
83 static inline void kind##_schedule_unlock##irq(spinlock_t *lock \
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Demulate.h64 void hvm_emulate_one_vm_event(enum emul_kind kind,
A Dsave.h109 size_t size, int kind);
/xen-4.10.0-shim-comet/tools/python/
A Dtest.py480 kind = functional and "FUNCTIONAL" or "UNIT"
483 print "Running %s tests from %s" % (kind, extra)
487 print "Running %s tests from %s" % (kind, self.cwd)
1028 kind = functional and "FUNCTIONAL" or "UNIT"
1030 print "Running %s tests at all levels" % kind
1032 print "Running %s tests at level %d" % (kind, LEVEL)
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Dmain.c88 int kind; member
169 size_t size, int kind) in hvm_register_savevm() argument
175 hvm_sr_handlers[typecode].kind = kind; in hvm_register_savevm()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dmem_access.c225 if ( npfec.kind == npfec_kind_with_gla ) in p2m_mem_access_check()
227 else if ( npfec.kind == npfec_kind_in_gpt ) in p2m_mem_access_check()
/xen-4.10.0-shim-comet/xen/common/
A Dgrant_table.c831 unsigned int kind = 0; in mapkind() local
853 kind |= map->flags & GNTMAP_readonly ? in mapkind()
857 return kind; in mapkind()
1099 unsigned int kind; in map_grant_ref() local
1106 kind = mapkind(lgt, rd, frame); in map_grant_ref()
1110 if ( !(kind & MAPKIND_WRITE) ) in map_grant_ref()
1116 if ( !kind ) in map_grant_ref()
1372 unsigned int kind; in unmap_common() local
1377 kind = mapkind(lgt, rd, op->frame); in unmap_common()
1378 if ( !kind ) in unmap_common()
[all …]

Completed in 39 milliseconds

123