Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 23 of 23) sorted by relevance

/xen/tools/firmware/hvmloader/
A Dpci.c89 struct resource { in pci_setup() struct
91 } *resource, mem_resource, high_mem_resource, io_resource; in pci_setup() local
463 resource = &high_mem_resource; in pci_setup()
467 resource = &mem_resource; in pci_setup()
474 resource = &io_resource; in pci_setup()
478 base = (resource->base + bar_sz - 1) & ~(uint64_t)(bar_sz - 1); in pci_setup()
481 if ( resource == &mem_resource) in pci_setup()
501 if ( (base < resource->base) || (base > resource->max) ) in pci_setup()
509 resource->base = base; in pci_setup()
/xen/xen/xsm/flask/policy/
A Daccess_vectors407 # target = resource's security label
408 class resource
410 # checked when adding a resource to a domain:
412 # target = domain which will have access to the resource
414 # checked when removing a resource from a domain:
419 # source = domain which will have access to the resource
422 # checked when adding a resource to a domain:
423 # source = domain which will have access to the resource
424 # target = resource's security label
431 # target = resource's security label
[all …]
A Dsecurity_classes16 class resource
/xen/tools/libxl/
A Dlibxl_linux.c320 int resource; member
324 { .resource = r, .limit = l }
352 for (i = 0; rlimits[i].resource != RLIMIT_NLIMITS; i++) { in libxl__local_dm_preexec_restrict()
357 r = setrlimit(rlimits[i].resource, &rlim); in libxl__local_dm_preexec_restrict()
360 rlimits[i].resource, in libxl__local_dm_preexec_restrict()
A DCODING_STYLE89 each allocated resource and frees it iff necessary. It then
102 * If a resource is freed in the main body of the function (for
114 to avoid the resource being freed on the out path. That resetting
115 should be done immediately after the resource value is stored at the
/xen/tools/flask/policy/modules/
A Dxen.if177 allow $1 $2:resource use_iommu;
188 allow $1 $2:resource { use_iommu use_iommu_nointremap };
197 allow $1 $2:resource { use_iommu use_iommu_nointremap use_noiommu };
204 …allow $1 $2:resource { setup stat_device add_device add_irq add_iomem add_ioport remove_device rem…
212 allow $1 $2:resource { add remove };
A Ddom0.te44 allow dom0_t dom0_t:resource { add remove };
70 allow dom0_t xen_t:resource setup;
A Dxen.te54 allow xen_t resource_type : resource { remove_irq remove_ioport remove_iomem };
70 neverallow * ~resource_type:resource { use use_iommu use_iommu_nointremap
/xen/tools/hotplug/Linux/
A Dblock-drbd-probe35 local drbd_res_list=($(drbdadm sh-resource all))
/xen/tools/xl/
A DCODING_STYLE41 each allocated resource and frees it iff necessary. It then
54 * If a resource is freed in the main body of the function (for
65 to avoid the resource being freed on the out path. That resetting
66 should be done immediately after the resource value is stored at the
/xen/docs/
A DREADME.remus19 as the replication protocol. An example resource configuration file can be found
A Dglossary.rst15 A domain is Xen's unit of resource ownership, and generally has at the
/xen/tools/xenstat/xentop/
A DTODO28 Capture/Logging of resource information generated during a time interval.
/xen/docs/misc/
A Dvtd.txt125 So we introduce user configurable parameters to specify RDM resource and
223 * Device has an internal resource, such as private memory, which is
226 resource. Device decodes the pointer (address), and accesses to the
230 guest-BAR value are different. The addresses of internal resource from
232 addresses of buffer within internal resource from device's view and
A Dxl-psr.pandoc76 isolation between classes. System cache resource is divided into numbers of
100 all-ones, which means all the cache resource can be used by default.
225 0, which means all the cache resource can be accessed without delay.
A Dgrant-tables.txt44 finite resource.
A Dxsm-flask.txt193 The example policy also includes a resource type (nic_dev_t) for device
A Dxen-command-line.pandoc1707 resource. RMID is a hardware-provided layer of abstraction between software
1711 bitmasks(CBM) is used to bind the domain to corresponding shared resource.
/xen/xen/drivers/passthrough/arm/
A Dsmmu.c70 struct resource struct
84 static struct resource *platform_get_resource(struct platform_device *pdev, in platform_get_resource() argument
93 static struct resource res; in platform_get_resource()
154 struct resource *res) in devm_ioremap_resource()
2269 struct resource *res; in arm_smmu_device_dt_probe()
/xen/docs/features/
A Dqemu-deprivilege.pandoc120 * Launch "fork bombs" or other resource exhaustion attacks
/xen/tools/libacpi/
A Ddsdt.asl32 * - need to report low 640 MB mem as motherboard resource
/xen/docs/man/
A Dxl.1.pod.in1182 A VCPU with extratime set gets extra time from the unreserved system resource.
1209 the unreserved system resource.
1777 Intel Haswell and later server platforms offer shared resource monitoring
1809 logical processor to measure specific platform shared resource metric, for
1829 attach: Attach the platform shared resource monitoring service to a domain.
1833 detach: Detach the platform shared resource monitoring service from a domain.
A Dxl.cfg.5.pod.in1638 access to OP-TEE and the resource isolation will be provided directly

Completed in 31 milliseconds