Searched refs:resource (Results 1 – 23 of 23) sorted by relevance
/xen/tools/firmware/hvmloader/ |
A D | pci.c | 89 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 D | access_vectors | 407 # 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 D | security_classes | 16 class resource
|
/xen/tools/libxl/ |
A D | libxl_linux.c | 320 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 D | CODING_STYLE | 89 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 D | xen.if | 177 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 D | dom0.te | 44 allow dom0_t dom0_t:resource { add remove }; 70 allow dom0_t xen_t:resource setup;
|
A D | xen.te | 54 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 D | block-drbd-probe | 35 local drbd_res_list=($(drbdadm sh-resource all))
|
/xen/tools/xl/ |
A D | CODING_STYLE | 41 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 D | README.remus | 19 as the replication protocol. An example resource configuration file can be found
|
A D | glossary.rst | 15 A domain is Xen's unit of resource ownership, and generally has at the
|
/xen/tools/xenstat/xentop/ |
A D | TODO | 28 Capture/Logging of resource information generated during a time interval.
|
/xen/docs/misc/ |
A D | vtd.txt | 125 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 D | xl-psr.pandoc | 76 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 D | grant-tables.txt | 44 finite resource.
|
A D | xsm-flask.txt | 193 The example policy also includes a resource type (nic_dev_t) for device
|
A D | xen-command-line.pandoc | 1707 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 D | smmu.c | 70 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 D | qemu-deprivilege.pandoc | 120 * Launch "fork bombs" or other resource exhaustion attacks
|
/xen/tools/libacpi/ |
A D | dsdt.asl | 32 * - need to report low 640 MB mem as motherboard resource
|
/xen/docs/man/ |
A D | xl.1.pod.in | 1182 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 D | xl.cfg.5.pod.in | 1638 access to OP-TEE and the resource isolation will be provided directly
|
Completed in 31 milliseconds