Home
last modified time | relevance | path

Searched refs:model (Results 1 – 25 of 43) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dnmi_int.c43 if ( model == NULL ) in passive_domain_msr_op_checks()
82 model->free_msr(v); in passive_domain_destroy()
170 model->setup_ctrs(msrs); in nmi_cpu_setup()
254 model->start(msrs); in nmi_cpu_start()
270 model->stop(msrs); in nmi_cpu_stop()
310 model = &op_p4_spec; in p4_init()
315 model = &op_p4_ht2_spec; in p4_init()
360 model = &op_ppro_spec; in ppro_init()
397 model = &op_athlon_spec; in nmi_init()
401 model = &op_athlon_spec; in nmi_init()
[all …]
A Dop_model_athlon.c201 unsigned int const nr_ctrs = model->num_counters; in athlon_setup_ctrs()
202 unsigned int const nr_ctrls = model->num_controls; in athlon_setup_ctrs()
323 unsigned int const nr_ctrs = model->num_counters; in athlon_check_ctrs()
393 unsigned int const nr_ctrs = model->num_counters; in athlon_start()
422 unsigned int const nr_ctrs = model->num_counters; in athlon_stop()
A Dop_x86_model.h56 extern struct op_x86_model_spec const *model;
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dcpuerrata.c4 #define MIDR_RANGE(model, min, max) \ argument
6 .midr_model = model, \
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h118 uint16_t model; member
569 static inline uint8_t get_cpu_family(uint32_t raw, uint8_t *model, in get_cpu_family() argument
577 if ( model ) in get_cpu_family()
584 *model = mod; in get_cpu_family()
/xen-4.10.0-shim-comet/tools/flask/policy/modules/
A DdomU.te16 # Device model for domU_t. You can define distinct types for device models for
A Dxen.if141 # Define how a device model domain interacts with its target
158 # Allow creation of a device model and HVM domain pair
/xen-4.10.0-shim-comet/docs/designs/
A Ddmop.markdown7 The aim of DMOP is to prevent a compromised device model from compromising
11 The problem occurs when you a device model issues an hypercall that
54 dm_op, describing the specific device model operation and its parameters.
/xen-4.10.0-shim-comet/tools/libacpi/
A Dssdt_tpm.asl17 /* SSDT for TPM TIS Interface for Xen with Qemu device model. */
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dcpu_idle.c508 int model = boot_cpu_data.x86_model; in errata_c6_eoi_workaround() local
512 ((model == 0x1a) || (model == 0x1e) || (model == 0x1f) || in errata_c6_eoi_workaround()
513 (model == 0x25) || (model == 0x2c) || (model == 0x2f))); in errata_c6_eoi_workaround()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_nic.c63 if (!nic->model) { in libxl__device_nic_setdefault()
64 nic->model = strdup("rtl8139"); in libxl__device_nic_setdefault()
65 if (!nic->model) return ERROR_NOMEM; in libxl__device_nic_setdefault()
391 nic->model = NULL; /* XXX Only for TYPE_IOEMU */ in libxl__nic_from_xenstore()
A Dlibxl_types.idl100 (1, "QEMU_XEN_TRADITIONAL"), # Historical qemu-xen device model (qemu-dm)
101 (2, "QEMU_XEN"), # Upstream based qemu-xen device model
660 ("model", string),
/xen-4.10.0-shim-comet/docs/misc/
A Dxsm-flask.txt6 a security model using this framework (at the time of writing, it is the only
170 The example policy defines dm_dom_t for the device model of a domU_t domain;
171 there are no device model types defined for the other domU types.
190 itself. The same applies for a device model domain's access to its designated
191 target, allowing the IS_PRIV_FOR checks used in Xen's DAC model to be
203 A similar type transition is done when a device model domain is associated with
205 target domain as the source and the device model domain as the target: this
A Dqemu-backends.txt9 $QEMU = /local/domain/$BACKEND_DOM/device-model/$DOMID
A Dxenstore-paths.markdown146 #### ~/image/device-model-pid = INTEGER [INTERNAL]
148 The process ID of the device model associated with this domain, if it
392 #### ~/device-model/$DOMID/* [INTERNAL]
395 the target domain of the device model.
527 #### ~/device-model/$DOMID/state [w]
531 #### ~/device-model/$DOMID/backends/* [w]
533 Backend types the device model is supporting. Each entry below backends
597 The device model version for a domain.
A Dstubdom.txt23 information on device model stub domains
/xen-4.10.0-shim-comet/docs/man/
A Dxl.cfg.pod.5.in482 chosen device model.
1138 device-model and upstream qemu-xen device-model.
1308 Restrict the device model after startup,
1312 a compromise of the device model,
2100 device-model, the default and minimum is 8 MB.
2473 This device-model is the default for Linux dom0.
2478 This device-model is still the default for NetBSD dom0.
2485 model which they were installed with.
2508 device-model.
2514 option to the device-model.
[all …]
A Dxl-network-configuration.pod.521 'mac=00:16:3E:74:3d:76,model=rtl8139,bridge=xenbr0'
129 =head2 model
150 in principle any device supported by your device model
/xen-4.10.0-shim-comet/xen/include/acpi/
A Dactbl.h209 u8 model; /* System Interrupt Model (ACPI 1.0) - not used in ACPI 2.0+ */ member
A Dactbl2.h662 u32 model; member
689 u32 model; /* O: generic SMMUv3 */ member
/xen-4.10.0-shim-comet/tools/examples/
A DREADME38 'xm create' that utilizes a stubdomain for device model
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dprocessor.h37 #define MIDR_IS_CPU_MODEL_RANGE(midr, model, rv_min, rv_max) \ argument
42 _model == (model) && _rv >= (rv_min) && _rv <= (rv_max); \
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dplatform_hypercall.c605 ver->model = 0; in do_platform_op()
614 ver->model = c->x86_model; in do_platform_op()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c849 for (m = table; m->vendor | m->family | m->model | m->feature; m++) { in x86_match_cpu()
854 if (c->x86_model != m->model) in x86_match_cpu()
A Dmwait-idle.c912 #define ICPU(model, cpu) \ argument
913 { X86_VENDOR_INTEL, 6, model, X86_FEATURE_MONITOR, \

Completed in 43 milliseconds

12