Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/
A Dxenctrl_stubs.c146 CAMLprim value stub_xc_domain_create(value xch, value ssidref, in stub_xc_domain_create()
213 value stub_xc_domain_sethandle(value xch, value domid, value handle) in stub_xc_domain_sethandle()
248 CAMLprim value stub_xc_domain_pause(value xch, value domid) in stub_xc_domain_pause()
254 CAMLprim value stub_xc_domain_unpause(value xch, value domid) in stub_xc_domain_unpause()
259 CAMLprim value stub_xc_domain_destroy(value xch, value domid) in stub_xc_domain_destroy()
279 CAMLprim value stub_xc_domain_shutdown(value xch, value domid, value reason) in stub_xc_domain_shutdown()
348 CAMLprim value stub_xc_domain_getinfolist(value xch, value first_domain, value nb) in stub_xc_domain_getinfolist()
406 CAMLprim value stub_xc_vcpu_getinfo(value xch, value domid, value vcpu) in stub_xc_vcpu_getinfo()
1170 CAMLprim value stub_xc_domain_assign_device(value xch, value domid, value desc, in stub_xc_domain_assign_device()
1194 CAMLprim value stub_xc_domain_deassign_device(value xch, value domid, value desc) in stub_xc_domain_deassign_device()
[all …]
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/
A Dxenlight_stubs.c481 value stub_libxl_domain_create_new(value ctx, value domain_config, value async, value unit) in stub_libxl_domain_create_new()
586 value stub_libxl_domain_destroy(value ctx, value domid, value async, value unit) in stub_libxl_domain_destroy()
605 value stub_libxl_domain_suspend(value ctx, value domid, value fd, value async, value unit) in stub_libxl_domain_suspend()
661 value stub_xl_device_##type##_##op(value ctx, value info, value domid, \
697 value stub_xl_device_nic_of_devid(value ctx, value domid, value devid) in DEVICE_ADDREMOVE()
771 value stub_xl_device_disk_of_vdev(value ctx, value domid, value vdev) in stub_xl_device_disk_of_vdev()
821 value stub_xl_device_pci_assignable_add(value ctx, value info, value rebind) in stub_xl_device_pci_assignable_add()
972 value stub_xl_dominfo_get(value ctx, value domid) in stub_xl_dominfo_get()
1013 value stub_xl_domain_sched_params_set(value ctx, value domid, value scinfo) in stub_xl_domain_sched_params_set()
1034 value stub_xl_send_trigger(value ctx, value domid, value trigger, value vcpuid) in stub_xl_send_trigger()
[all …]
/xen-4.10.0-shim-comet/tools/ocaml/libs/eventchn/
A Dxeneventchn_stubs.c38 CAMLprim value stub_eventchn_init(void) in stub_eventchn_init()
47 result = (value)xce; in stub_eventchn_init()
51 CAMLprim value stub_eventchn_fd(value xce) in stub_eventchn_fd()
66 CAMLprim value stub_eventchn_notify(value xce, value port) in stub_eventchn_notify()
78 CAMLprim value stub_eventchn_bind_interdomain(value xce, value domid, in stub_eventchn_bind_interdomain()
79 value remote_port) in stub_eventchn_bind_interdomain()
93 CAMLprim value stub_eventchn_bind_dom_exc_virq(value xce) in stub_eventchn_bind_dom_exc_virq()
107 CAMLprim value stub_eventchn_unbind(value xce, value port) in stub_eventchn_unbind()
119 CAMLprim value stub_eventchn_pending(value xce) in stub_eventchn_pending()
133 CAMLprim value stub_eventchn_unmask(value xce, value _port) in stub_eventchn_unmask()
/xen-4.10.0-shim-comet/tools/ocaml/libs/mmap/
A Dxenmmap_stubs.c42 CAMLprim value stub_mmap_init(value fd, value pflag, value mflag, in stub_mmap_init()
43 value len, value offset) in stub_mmap_init()
71 CAMLprim value stub_mmap_final(value intf) in stub_mmap_final()
82 CAMLprim value stub_mmap_read(value intf, value start, value len) in stub_mmap_read()
103 CAMLprim value stub_mmap_write(value intf, value data, in stub_mmap_write()
104 value start, value len) in stub_mmap_write()
123 CAMLprim value stub_mmap_getpagesize(value unit) in stub_mmap_getpagesize()
/xen-4.10.0-shim-comet/xen/drivers/acpi/
A Dhwregs.c186 value = ACPI_REGISTER_PREPARE_BITS(value, in acpi_set_register()
190 if (value) { in acpi_set_register()
192 (u16) value); in acpi_set_register()
202 value); in acpi_set_register()
221 value); in acpi_set_register()
247 value); in acpi_set_register()
539 value, in acpi_hw_register_write()
589 *value = 0; in acpi_hw_low_level_read()
605 value, width); in acpi_hw_low_level_read()
615 *value, width, in acpi_hw_low_level_read()
[all …]
A Dosl.c120 if (!value) in acpi_os_read_port()
121 value = &dummy; in acpi_os_read_port()
123 *value = 0; in acpi_os_read_port()
140 outb(value, port); in acpi_os_write_port()
142 outw(value, port); in acpi_os_write_port()
144 outl(value, port); in acpi_os_write_port()
161 if (!value) in acpi_os_read_memory()
162 value = &dummy; in acpi_os_read_memory()
193 writeb(value, virt_addr); in acpi_os_write_memory()
196 writew(value, virt_addr); in acpi_os_write_memory()
[all …]
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dendian_int.h9 uint16_t value; member
13 uint32_t value; member
17 uint32_t value; member
21 uint64_t value; member
26 return be16_to_cpu(v.value); in be16_native()
31 return le32_to_cpu(v.value); in le32_native()
36 return be32_to_cpu(v.value); in be32_native()
47 rv.value = cpu_to_be16(v); in native_be16()
54 rv.value = cpu_to_le32(v); in native_le32()
61 rv.value = cpu_to_be32(v); in native_be32()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Damd_nonfatal.c143 uint64_t value; in mce_amd_work_fn() local
146 value = mca_rdmsr(MSR_IA32_MCx_MISC(4)); in mce_amd_work_fn()
150 counter = (value & 0xFFF00000000ULL) >> 32U; in mce_amd_work_fn()
173 value &= ~(0x60FFF00000000ULL); in mce_amd_work_fn()
175 value |= (1ULL << 51); in mce_amd_work_fn()
176 mca_wrmsr(MSR_IA32_MCx_MISC(4), value); in mce_amd_work_fn()
214 uint64_t value; in amd_nonfatal_mcheck_init() local
218 rdmsrl(MSR_IA32_MCx_MISC(4), value); in amd_nonfatal_mcheck_init()
236 value &= ~(0x60FFF00000000ULL); in amd_nonfatal_mcheck_init()
238 value |= (1ULL << 51); in amd_nonfatal_mcheck_init()
[all …]
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_cfg.c138 if (!value) return; in xlu__cfg_value_free()
149 free(value); in xlu__cfg_value_free()
206 return value->type; in xlu_cfg_value_type()
369 value = malloc(sizeof(*value)); in xlu__cfg_string_mk()
370 if (!value) goto xe; in xlu__cfg_string_mk()
375 return value; in xlu__cfg_string_mk()
380 free(value); in xlu__cfg_string_mk()
398 value = malloc(sizeof(*value)); in xlu__cfg_list_mk()
406 return value; in xlu__cfg_list_mk()
411 free(value); in xlu__cfg_list_mk()
[all …]
A Dlibxl_vdispl.c120 char *value; in libxl__device_vdispl_getconnectors() local
129 if (value == NULL) { rc = ERROR_FAIL; goto out; } in libxl__device_vdispl_getconnectors()
133 free(value); in libxl__device_vdispl_getconnectors()
141 info->connectors[i].req_rref = value ? strtoul(value, NULL, 10) : -1; in libxl__device_vdispl_getconnectors()
142 free(value); in libxl__device_vdispl_getconnectors()
146 info->connectors[i].req_evtch = value ? strtoul(value, NULL, 10) : -1; in libxl__device_vdispl_getconnectors()
147 free(value); in libxl__device_vdispl_getconnectors()
151 info->connectors[i].evt_rref = value ? strtoul(value, NULL, 10) : -1; in libxl__device_vdispl_getconnectors()
152 free(value); in libxl__device_vdispl_getconnectors()
156 info->connectors[i].evt_evtch = value ? strtoul(value, NULL, 10) : -1; in libxl__device_vdispl_getconnectors()
[all …]
A Dlibxlu_cfg_y.y27 XLU_ConfigValue *value; member
42 %type <value> value valuelist values
43 %destructor { xlu__cfg_value_free($$); } value valuelist values
57 assignment: IDENT '=' value { xlu__cfg_set_store(ctx,$1,$3,@3.first_line); }
62 value: atom { $$= xlu__cfg_string_mk(ctx,$1,&@1); }
72 values: value nlok { $$= xlu__cfg_list_mk(ctx,$1,&@1); }
73 | values ',' nlok value nlok { xlu__cfg_list_append(ctx,$1,$4); $$= $1; }
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dtrie.ml20 value: 'b option;
24 let create key value = {
26 value = Some value;
32 value = None;
38 match node.value with
40 | Some value -> value
44 let set_value node value =
45 { node with value = Some value }
88 let value =
91 | Some value -> f value
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dapic.c257 unsigned long value; in disconnect_bsp_APIC() local
263 value |= 0xf; in disconnect_bsp_APIC()
273 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_EXTINT); in disconnect_bsp_APIC()
283 value &= ~( in disconnect_bsp_APIC()
288 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_NMI); in disconnect_bsp_APIC()
436 unsigned long value; in init_bsp_APIC() local
454 value &= ~APIC_VECTOR_MASK; in init_bsp_APIC()
579 value &= ~APIC_VECTOR_MASK; in setup_local_APIC()
640 value = APIC_DM_EXTINT; in setup_local_APIC()
654 value = APIC_DM_NMI; in setup_local_APIC()
[all …]
A Dpci.c17 uint32_t value; in pci_conf_read() local
28 value = inb(0xcfc + offset); in pci_conf_read()
31 value = inw(0xcfc + offset); in pci_conf_read()
34 value = inl(0xcfc + offset); in pci_conf_read()
37 value = 0; in pci_conf_read()
43 return value; in pci_conf_read()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/x86/
A Dats.c25 u32 value; in enable_ats_device() local
37 value = pci_conf_read16(seg, bus, PCI_SLOT(devfn), in enable_ats_device()
39 if ( value & ATS_ENABLE ) in enable_ats_device()
51 if ( !(value & ATS_ENABLE) ) in enable_ats_device()
53 value |= ATS_ENABLE; in enable_ats_device()
55 pos + ATS_REG_CTL, value); in enable_ats_device()
61 value = pci_conf_read16(seg, bus, PCI_SLOT(devfn), in enable_ats_device()
63 pdev->ats.queue_depth = value & ATS_QUEUE_DEPTH_MASK ?: in enable_ats_device()
78 u32 value; in disable_ats_device() local
86 value &= ~ATS_ENABLE; in disable_ats_device()
[all …]
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/
A Dxs_ring_stubs.c39 CAMLprim value ml_interface_read(value ml_interface, in ml_interface_read()
40 value ml_buffer, in ml_interface_read()
41 value ml_len) in ml_interface_read()
98 CAMLprim value ml_interface_write(value ml_interface, in ml_interface_write()
99 value ml_buffer, in ml_interface_write()
100 value ml_len) in ml_interface_write()
157 CAMLprim value ml_interface_set_server_features(value interface, value v) in ml_interface_set_server_features()
167 CAMLprim value ml_interface_get_server_features(value interface) in ml_interface_get_server_features()
175 CAMLprim value ml_interface_close(value interface) in ml_interface_close()
A Dxenbus_stubs.c33 CAMLprim value stub_header_size(void) in stub_header_size()
39 CAMLprim value stub_header_of_string(value s) in stub_header_of_string()
56 CAMLprim value stub_string_of_header(value tid, value rid, value ty, value len) in stub_string_of_header()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dcpufeatureset.h8 #define XEN_CPUFEATURE(name, value) X86_FEATURE_##name = value, argument
15 #define XEN_CPUFEATURE(name, value) asm (".equ X86_FEATURE_" #name ", " \ argument
16 __stringify(value));
22 #define XEN_CPUFEATURE(name, value) .equ X86_FEATURE_##name, value argument
A Dio_apic.h147 static inline void __io_apic_write(unsigned int apic, unsigned int reg, unsigned int value) in __io_apic_write() argument
150 *(IO_APIC_BASE(apic)+4) = value; in __io_apic_write()
153 static inline void io_apic_write(unsigned int apic, unsigned int reg, unsigned int value) in io_apic_write() argument
156 return iommu_update_ire_from_apic(apic, reg, value); in io_apic_write()
157 __io_apic_write(apic, reg, value); in io_apic_write()
164 static inline void io_apic_modify(unsigned int apic, unsigned int reg, unsigned int value) in io_apic_modify() argument
167 return iommu_update_ire_from_apic(apic, reg, value); in io_apic_modify()
168 *(IO_APIC_BASE(apic)+4) = value; in io_apic_modify()
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dhvm_param.c12 int hvm_param_get(uint32_t index, uint64_t *value) in hvm_param_get() argument
22 *value = p.value; in hvm_param_get()
27 int hvm_param_set(uint32_t index, uint64_t value) in hvm_param_set() argument
33 p.value = value; in hvm_param_set()
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-set-field.c38 long value; in vhd_util_set_field() local
45 value = 0; in vhd_util_set_field()
63 value = strtol(optarg, NULL, 10); in vhd_util_set_field()
84 if (value < 0 || value > 255) { in vhd_util_set_field()
85 printf("invalid value %ld\n", value); in vhd_util_set_field()
95 vhd.footer.hidden = (char)value; in vhd_util_set_field()
/xen-4.10.0-shim-comet/tools/ocaml/libs/xentoollog/
A Dxentoollog_stubs.c41 static char * dup_String_val(value s) in dup_String_val()
59 static value Val_some(value v) in Val_some()
68 static value Val_errno(int errnoval) in Val_errno()
75 static value Val_context(const char *context) in Val_context()
93 value *func = caml_named_value(xtl->vmessage_cb) ; in stub_xtl_ocaml_vmessage()
123 value *func = caml_named_value(xtl->progress_cb) ; in stub_xtl_ocaml_progress()
148 void xtl_finalize(value handle) in xtl_finalize()
163 CAMLprim value stub_xtl_create_logger(value cbs) in stub_xtl_create_logger()
187 CAMLprim value stub_xtl_test(value handle) in stub_xtl_test()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dpci.c18 u32 value; in pci_conf_read8() local
22 pci_mmcfg_read(seg, bus, PCI_DEVFN(dev, func), reg, 1, &value); in pci_conf_read8()
23 return value; in pci_conf_read8()
36 u32 value; in pci_conf_read16() local
40 pci_mmcfg_read(seg, bus, PCI_DEVFN(dev, func), reg, 2, &value); in pci_conf_read16()
41 return value; in pci_conf_read16()
54 u32 value; in pci_conf_read32() local
58 pci_mmcfg_read(seg, bus, PCI_DEVFN(dev, func), reg, 4, &value); in pci_conf_read32()
59 return value; in pci_conf_read32()
/xen-4.10.0-shim-comet/xen/include/xen/
A Derrno.h6 #define XEN_ERRNO(name, value) name = value, argument
13 #define XEN_ERRNO(name, value) .equ name, value argument
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Damd.c532 unsigned long long value; in init_amd() local
541 rdmsrl(MSR_K7_HWCR, value); in init_amd()
542 value |= 1 << 6; in init_amd()
543 wrmsrl(MSR_K7_HWCR, value); in init_amd()
598 value |= 1ULL << 54; in init_amd()
601 if (value & (1ULL << 54)) { in init_amd()
613 !rdmsr_safe(MSR_AMD64_IC_CFG, value) && (value & 0x1e) != 0x1e) in init_amd()
657 if (!(value & (1 << 15))) { in init_amd()
669 if (!(value & (1U << 31))) { in init_amd()
698 rdmsrl(MSR_F10_BU_CFG2, value); in init_amd()
[all …]

Completed in 48 milliseconds

12345678910>>...12