Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 42) sorted by relevance

12

/xen/stubdom/vtpmmgr/
A Ddisk_crypto.c27 static void aes_encrypt_ecb(void *target, const void *src, const aes_context *key_e) in aes_encrypt_ecb()
32 void aes_encrypt_one(void *target, const void *src, const struct key128 *key) in aes_encrypt_one()
39 void aes_decrypt_one(void *target, const void *src, const struct key128 *key) in aes_decrypt_one()
56 void aes_encrypt_ctr(void *target, size_t target_size, const void *srcv, size_t pt_size, const aes_… in aes_encrypt_ctr()
111 void aes_decrypt_ctr(void *target, size_t pt_size, const void *srcv, size_t src_size, const aes_con… in aes_decrypt_ctr()
166 void aes_cmac(struct mac128 *target, const void *src, size_t size, const aes_context *key) in aes_cmac()
204 int aes_cmac_verify(const struct mac128 *target, const void *src, size_t size, const aes_context *k… in aes_cmac_verify()
220 void sha256(struct hash256 *target, const void *src, size_t size) in sha256()
A Dinit.c248 static int parse_auth_string(char* authstr, BYTE* target) { in parse_auth_string()
/xen/xen/drivers/acpi/tables/
A Dtbfadt.c64 u16 target; member
298 struct acpi_generic_address *target; in acpi_tb_convert_fadt() local
/xen/xen/arch/x86/cpu/mcheck/
A Dmctelem.c434 mctelem_class_t target = MCTE_CLASS(tep) == MCTE_F_CLASS_URGENT ? in mctelem_commit() local
460 mctelem_class_t target = which == MC_URGENT ? in mctelem_append_processing() local
510 mctelem_class_t target = (which == MC_URGENT) ? in mctelem_consume_oldest_begin() local
537 mctelem_class_t target = (which == MC_URGENT) ? in mctelem_ack() local
/xen/tools/libxc/
A Dxc_psr.c252 xc_psr_type type, uint32_t target, in xc_psr_set_domain_data()
290 xc_psr_type type, uint32_t target, in xc_psr_get_domain_data()
/xen/tools/libxl/
A Dlibxl_mem.c100 char *target = NULL, *staticmax = NULL, *endptr = NULL; in libxl__fill_dom0_memory_info() local
181 char *memmax, *endptr, *videoram_s = NULL, *target = NULL; in libxl_set_memory_target() local
353 char *target = NULL, *static_max = NULL, *endptr = NULL; in libxl__get_memory_target() local
A Dlibxl_psr.c335 libxl_psr_cbm_type type, uint32_t target, in libxl_psr_cat_get_cbm()
458 libxl_psr_type type, unsigned int target, in libxl_psr_get_val()
/xen/xen/arch/x86/hvm/
A Dvlapic.c149 struct vcpu *target = vlapic_vcpu(vlapic); in vlapic_set_irq() local
239 const struct vlapic *target, const struct vlapic *source, in vlapic_match_dest()
271 static void vlapic_init_sipi_one(struct vcpu *target, uint32_t icr) in vlapic_init_sipi_one()
391 struct vlapic *vlapic, *target = NULL; in vlapic_lowest_prio() local
522 struct vlapic *target = vlapic_lowest_prio( in vlapic_ipi() local
A Dvioapic.c380 struct vlapic *target, in ioapic_inj_irq()
407 struct vlapic *target; in vioapic_deliver() local
A Dvmsi.c48 struct vlapic *target, in vmsi_inj_irq()
72 struct vlapic *target; in vmsi_deliver() local
/xen/tools/ocaml/xenstored/
A Dperms.ml106 target: elt option; } RecordField
/xen/xen/arch/arm/
A Dalternative.c78 unsigned long target; in get_alt_insn() local
A Dvgic.c238 int target = read_atomic(&rank->vcpu[virq & INTERRUPT_RANK_MASK]); in vgic_get_target_vcpu() local
427 int virq, const struct sgi_target *target) in vgic_to_sgi()
A Dvgic-v2.c381 struct sgi_target target; in vgic_v2_to_sgi() local
A Dp2m.c790 unsigned int level, unsigned int target, in p2m_split_superpage()
882 unsigned int target = 3 - (page_order / LPAE_SHIFT); in __p2m_set_entry() local
A Dvgic-v3.c1485 struct sgi_target target; in vgic_v3_to_sgi() local
/xen/xen/arch/x86/mm/
A Dp2m-ept.c254 unsigned int level, unsigned int target) in ept_split_super_page()
419 unsigned int target, in ept_invalidate_emt_range()
675 unsigned int i, target = order / EPT_TABLE_ORDER; in ept_set_entry() local
A Dp2m-pod.c330 p2m_pod_set_mem_target(struct domain *d, unsigned long target) in p2m_pod_set_mem_target()
/xen/tools/xenstore/
A Dxenstored_core.h104 struct connection *target; member
/xen/xen/drivers/passthrough/amd/
A Dpci_amd_iommu.c324 static int reassign_device(struct domain *source, struct domain *target, in reassign_device()
/xen/xen/include/acpi/cpufreq/
A Dcpufreq.h161 int (*target)(struct cpufreq_policy *policy, member
/xen/xen/include/asm-x86/hvm/
A Ddomain.h50 struct domain *target, *emulator; member
/xen/xen/include/acpi/
A Dacmacros.h55 #define ACPI_SET_BIT(target,bit) ((target) |= (bit)) argument
56 #define ACPI_CLEAR_BIT(target,bit) ((target) &= ~(bit)) argument
350 #define ACPI_INSERT_BITS(target, mask, source) target = ((target & (~(mask))) | (source & … argument
/xen/xen/tools/kconfig/
A Dexpr.h281 struct menu *target; member
/xen/xen/arch/x86/
A Dtime.c379 uint32_t count, target; in init_hpet() local
460 u32 count, target, mask; in init_pmtimer() local

Completed in 45 milliseconds

12