Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 132) sorted by relevance

123456

/xen/xen/arch/arm/arm64/
A Dbpi.S21 .macro ventry target
25 b \target
28 .macro vectors target
29 ventry \target + 0x000
30 ventry \target + 0x080
31 ventry \target + 0x100
32 ventry \target + 0x180
34 ventry \target + 0x200
35 ventry \target + 0x280
36 ventry \target + 0x300
[all …]
/xen/stubdom/vtpmmgr/
A Ddisk_crypto.h5 void aes_encrypt_one(void *target, const void *src, const struct key128 *key);
6 void aes_decrypt_one(void *target, const void *src, const struct key128 *key);
9 void aes_encrypt_ctr(void *target, size_t target_size, const void *srcv, size_t src_size, const aes…
10 void aes_decrypt_ctr(void *target, size_t target_size, const void *srcv, size_t src_size, const aes…
11 void aes_cmac(struct mac128 *target, const void *src, size_t size, const aes_context *key);
12 int aes_cmac_verify(const struct mac128 *target, const void *src, size_t size, const aes_context *k…
14 void sha256(struct hash256 *target, const void *src, size_t size);
A Ddisk_crypto.c29 aes_crypt_ecb((void*)key_e, AES_ENCRYPT, src, target); in aes_encrypt_ecb()
32 void aes_encrypt_one(void *target, const void *src, const struct key128 *key) in aes_encrypt_one() argument
36 aes_crypt_ecb(&ctx, AES_ENCRYPT, src, target); in aes_encrypt_one()
39 void aes_decrypt_one(void *target, const void *src, const struct key128 *key) in aes_decrypt_one() argument
43 aes_crypt_ecb(&ctx, AES_DECRYPT, src, target); in aes_decrypt_one()
60 uint64_t *dst = target; in aes_encrypt_ctr()
115 uint64_t *dst = target; in aes_decrypt_ctr()
192 aes_encrypt_ecb(target, &x, key); in aes_cmac()
208 return verify_128(&mac, target); in aes_cmac_verify()
220 void sha256(struct hash256 *target, const void *src, size_t size) in sha256() argument
[all …]
/xen/xen/scripts/
A DKbuild.include13 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
14 dot-target = $(@D)/.$(@F)
65 # target, or command line has changed
104 # why - tell why a target got built
107 # (1) - due to target is PHONY
108 # (2) - due to target missing
112 # (6) - due to target not in $(targets)
114 # (2) No target, so we better build it
115 # (3) Prerequisite is newer than target
119 # (5) No dir/.target.cmd file (used to store command line)
[all …]
/xen/xen/xsm/flask/policy/
A Daccess_vectors128 # target = the new label of the domain
164 # target = the new target domain
208 # target = the new target domain
273 # target = client domain
304 # target = event channel label
310 # target = event channel label
407 # target = resource's security label
420 # target = xen_t
424 # target = resource's security label
431 # target = resource's security label
[all …]
/xen/xen/arch/x86/cpu/mcheck/
A Dmctelem.c460 mctelem_class_t target = which == MC_URGENT ? in mctelem_append_processing() local
475 mctelem_xchg_head(commlp, &dangling[target], NULL); in mctelem_append_processing()
477 if (dangling[target] == NULL) in mctelem_append_processing()
483 for (tep = dangling[target], ltep = NULL; tep != NULL; in mctelem_append_processing()
497 *procltp = dangling[target]; in mctelem_append_processing()
501 *procltp = dangling[target]; in mctelem_append_processing()
504 dangling[target] = NULL; in mctelem_append_processing()
510 mctelem_class_t target = (which == MC_URGENT) ? in mctelem_consume_oldest_begin() local
515 mctelem_append_processing(target); in mctelem_consume_oldest_begin()
537 mctelem_class_t target = (which == MC_URGENT) ? in mctelem_ack() local
[all …]
/xen/docs/misc/
A Dstubdom.txt34 - Block devices for target domain are connected as PV disks to stubdomain,
36 - Network devices for target domain are connected as PV nics to stubdomain,
41 - other target domain's devices are not connected at this point to stubdomain
44 /vm/<target-uuid>/image/dmargs xenstore path
45 - target domain id is stored in /local/domain/<stubdom-id>/target xenstore path
46 ?? - bios type is stored in /local/domain/<target-id>/hvmloader/bios
86 - Block devices for target domain are connected as PV disks to stubdomain,
88 - Network devices for target domain are connected as PV nics to stubdomain,
99 - target domain id is stored in /local/domain/<stubdom-id>/target xenstore path
100 ?? - bios type is stored in /local/domain/<target-id>/hvmloader/bios
[all …]
A Dlibxl_memory.txt15 | | | | | | target | |
35 libxl_set_memory_target -> actual target
50 | | guest | | | build | target | |
67 libxl_set_memory_target -> actual target
/xen/xen/tools/kconfig/
A DMakefile.host83 $(HOSTCFLAGS_$(target-stem).o)
85 $(HOSTCXXFLAGS_$(target-stem).o)
105 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem))
113 $(addprefix $(obj)/, $($(target-stem)-objs)) \
114 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem))
131 $(addprefix $(obj)/, $($(target-stem)-$(o)))) \
132 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem))
164 $(addprefix $(obj)/, $($(target-stem)-objs)) \
165 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem).so)
174 $(addprefix $(obj)/, $($(target-stem)-objs)) \
[all …]
/xen/tools/libxl/
A Dcheck-xl-disk-parse65 one 0 format=raw vdev=hda access=rw target=/dev/vg/guest-volume
82 one 0 format=raw vdev=hdc access=ro devtype=cdrom target=/root/image.iso
95 one 0 backendtype=phy,vdev=xvdb,access=w,target=/dev/vg/guest-volume
110 one 0 vdev=hdc,access=r,devtype=cdrom,target=
138 one 0 vdev=xvda,access=w,script=block-iscsi,target=iqn.2001-05.com.equallogic:0-8a0906-23fe93404-c8…
165 one 0 discard vdev=hda target=/some/disk/image.raw
166 one 0 discard vdev=hda target=/some/disk/image.raw
179 one 0 cdrom no-discard vdev=hda target=/some/disk/image.iso
A Dlibxl_mem.c111 target = libxl__xs_read(gc, t, target_path); in libxl__fill_dom0_memory_info()
113 if (target && staticmax) { in libxl__fill_dom0_memory_info()
118 if (target) { in libxl__fill_dom0_memory_info()
119 *target_memkb = strtoull(target, &endptr, 10); in libxl__fill_dom0_memory_info()
149 if (target == NULL) { in libxl__fill_dom0_memory_info()
216 if (!target && !domid) { in libxl_set_memory_target()
225 } else if (!target) { in libxl_set_memory_target()
235 target, dompath); in libxl_set_memory_target()
363 if ((!target || !static_max) && !domid) { in libxl__get_memory_target()
368 } else if (!target) { in libxl__get_memory_target()
[all …]
/xen/tools/hotplug/Linux/
A Dblock-tap92 dev=$(tap-ctl create -a $target)
104 target=$(xenstore-read $XENBUS_PATH/params || true)
105 if [ -z "$target" ]; then
109 parse_target "$target"
A Dblock-dummy85 target=$(xenstore-read $XENBUS_PATH/params || true)
86 if [ -z "$target" ]; then
90 parse_target "$target"
A Dblock-iscsi134 target=$(xenstore-read $XENBUS_PATH/params || true)
135 if [ -z "$target" ]; then
139 parse_target "$target"
/xen/xen/drivers/acpi/tables/
A Dtbfadt.c64 u16 target; member
298 struct acpi_generic_address *target; in acpi_tb_convert_fadt() local
335 target = in acpi_tb_convert_fadt()
337 fadt_info_table[i].target); in acpi_tb_convert_fadt()
341 if (!target->address) { in acpi_tb_convert_fadt()
342 acpi_tb_init_generic_address(target, in acpi_tb_convert_fadt()
431 fadt_info_table[i].target); in acpi_tb_validate_fadt()
/xen/xen/arch/x86/hvm/
A Dvlapic.c168 vcpu_kick(target); in vlapic_set_irq()
255 return (target == source); in vlapic_match_dest()
273 vcpu_pause(target); in vlapic_init_sipi_one()
288 hvm_vcpu_down(target); in vlapic_init_sipi_one()
292 rc = vcpu_reset(target); in vlapic_init_sipi_one()
310 hvmemul_cancel(target); in vlapic_init_sipi_one()
312 vcpu_unpause(target); in vlapic_init_sipi_one()
404 target = vlapic; in vlapic_lowest_prio()
409 if ( target != NULL ) in vlapic_lowest_prio()
413 return target; in vlapic_lowest_prio()
[all …]
/xen/tools/console/
A DMakefile40 genpath-target = $(call buildmakevars2header,client/_paths.h)
41 $(eval $(genpath-target))
43 genpath-target = $(call buildmakevars2header,daemon/_paths.h)
44 $(eval $(genpath-target))
/xen/tools/hotplug/Linux/systemd/
A Dxendomains.service.in5 After=network-online.target
6 After=remote-fs.target
19 WantedBy=multi-user.target
/xen/xen/arch/x86/mm/
A Dp2m-ept.c262 if ( level <= target ) in ept_split_super_page()
284 if ( (level - 1) == target ) in ept_split_super_page()
439 if ( i > target ) in ept_invalidate_emt_range()
456 for ( ; i > target; --i ) in ept_invalidate_emt_range()
461 ASSERT(i == target); in ept_invalidate_emt_range()
708 ASSERT((target == 2 && hap_has_1gb) || in ept_set_entry()
710 (target == 0)); in ept_set_entry()
716 for ( i = ept->wl; i > target; i-- ) in ept_set_entry()
744 if ( i == target ) in ept_set_entry()
780 for ( ; i > target; i-- ) in ept_set_entry()
[all …]
/xen/tools/ocaml/xenstored/
A Dperms.ml106 target: elt option; } RecordField
110 target = None }
114 target = None }
117 { connection with target = Some (domid, perms) }
120 match connection.main, connection.target with
125 match connection.target with
126 | Some target -> fst connection.main = id || fst target = id
136 …f.sprintf "%s%s" (elt_to_string connection.main) (default "" (may elt_to_string connection.target))
A DMakefile99 genpath-target = $(call buildmakevars2module,paths.ml)
100 $(eval $(genpath-target))
104 genpath-target = $(call buildmakevars2header,_paths.h)
105 $(eval $(genpath-target))
/xen/xen/arch/arm/
A Dalternative.c78 unsigned long target; in get_alt_insn() local
80 target = (unsigned long)altinsnptr + offset; in get_alt_insn()
87 if ( branch_insn_requires_update(alt, target) ) in get_alt_insn()
89 offset = target - (unsigned long)insnptr; in get_alt_insn()
/xen/xen/tools/
A Dbinfile23 target=$1
27 cat <<EOF >$target
/xen/docs/misc/xen-makefiles/
A Dmakefiles.rst104 target: source(s) FORCE
111 Any target that utilises if_changed must be listed in $(targets),
112 otherwise the command line check will fail, and the target will
122 target: source(s) FORCE
127 if_changed should not be used more than once per target.
130 results when the target is up to date and only the tests on
134 Link target.
152 resulting in the target file being recompiled for no
181 When updating the include/flask.h target, the line:
/xen/tools/libxc/
A Dxc_psr.c252 xc_psr_type type, uint32_t target, in xc_psr_set_domain_data() argument
283 domctl.u.psr_alloc.target = target; in xc_psr_set_domain_data()
290 xc_psr_type type, uint32_t target, in xc_psr_get_domain_data() argument
322 domctl.u.psr_alloc.target = target; in xc_psr_get_domain_data()
345 sysctl.u.psr_alloc.target = socket; in xc_psr_get_hw_info()

Completed in 32 milliseconds

123456