Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 136) sorted by relevance

123456

/xen/stubdom/vtpmmgr/
A Dmarshal.h51 inline BYTE* pack_BYTE(BYTE* ptr, BYTE t) { in pack_BYTE()
57 inline BYTE* unpack_BYTE(BYTE* ptr, BYTE* t) { in unpack_BYTE()
73 #define pack_BOOL(p, t) pack_BYTE(p, t) argument
74 #define unpack_BOOL(p, t) unpack_BYTE(p, t) argument
76 #define sizeof_BOOL(t) 1 argument
79 inline BYTE* pack_UINT16(void* ptr, UINT16 t) { in pack_UINT16()
103 inline BYTE* pack_UINT32(void* ptr, UINT32 t) { in pack_UINT32()
209 #define sizeof_TPM_RESULT(t) sizeof_UINT32(t) argument
212 #define sizeof_TPM_HANDLE(t) sizeof_UINT32(t) argument
331 #define pack_TPM_TAG(p, t) pack_UINT16(p, t) argument
[all …]
A Dtpm2_marshal.h96 #define pack_TPM_KEY_BITS(ptr, t) pack_UINT16(ptr, *t) argument
97 #define unpack_TPM_KEY_BITS(ptr, t) unpack_UINT16(ptr, t) argument
98 #define pack_TPMI_AES_KEY_BITS(ptr, t) pack_TPM_KEY_BITS(ptr, t) argument
100 #define pack_TPMI_RSA_KEY_BITS(ptr, t) pack_TPM_KEY_BITS(ptr, t) argument
104 #define pack_TPM_ALG_SYM(ptr, t) pack_TPM_ALG_ID(ptr, t) argument
105 #define unpack_TPM_ALG_SYM(ptr, t) unpack_TPM_ALG_ID(ptr, t) argument
108 #define pack_TPMI_ALG_SYM_OBJECT(ptr, t) pack_TPM_ALG_ID(ptr, t) argument
110 #define pack_TPMI_ALG_SYM_MODE(ptr, t) pack_TPM_ALG_ID(ptr, t) argument
112 #define pack_TPMI_ALG_KDF(ptr, t) pack_TPM_ALG_ID(ptr, t) argument
114 #define pack_TPMI_ALG_PUBLIC(ptr, t) pack_TPM_ALG_ID(ptr, t) argument
[all …]
/xen/tools/libxl/
A Dlibxl_xshelp.c48 int libxl__xs_writev_perms(libxl__gc *gc, xs_transaction_t t, in libxl__xs_writev_perms()
72 int libxl__xs_writev(libxl__gc *gc, xs_transaction_t t, in libxl__xs_writev()
82 xs_transaction_t t = XBT_NULL; in libxl__xs_writev_atonce() local
103 int libxl__xs_vprintf(libxl__gc *gc, xs_transaction_t t, in libxl__xs_vprintf()
121 int libxl__xs_printf(libxl__gc *gc, xs_transaction_t t, in libxl__xs_printf()
156 char **libxl__xs_directory(libxl__gc *gc, xs_transaction_t t, in libxl__xs_directory()
166 int libxl__xs_mknod(libxl__gc *gc, xs_transaction_t t, in libxl__xs_mknod()
196 int libxl__xs_read_mandatory(libxl__gc *gc, xs_transaction_t t, in libxl__xs_read_mandatory()
208 int libxl__xs_read_checked(libxl__gc *gc, xs_transaction_t t, in libxl__xs_read_checked()
220 int libxl__xs_write_checked(libxl__gc *gc, xs_transaction_t t, in libxl__xs_write_checked()
[all …]
/xen/xen/common/
A Dtasklet.c33 static void tasklet_enqueue(struct tasklet *t) in tasklet_enqueue()
54 void tasklet_schedule_on_cpu(struct tasklet *t, unsigned int cpu) in tasklet_schedule_on_cpu()
73 void tasklet_schedule(struct tasklet *t) in tasklet_schedule()
80 struct tasklet *t; in do_tasklet_work() local
153 void tasklet_kill(struct tasklet *t) in tasklet_kill()
186 struct tasklet *t; in migrate_tasklets_from_cpu() local
202 void tasklet_init(struct tasklet *t, void (*func)(void *), void *data) in tasklet_init()
211 void softirq_tasklet_init(struct tasklet *t, void (*func)(void *), void *data) in softirq_tasklet_init()
A Dtimer.c70 struct timer *t = heap[pos]; in down_heap() local
90 struct timer *t = heap[pos]; in up_heap() local
132 static int add_to_heap(struct timer **heap, struct timer *t) in add_to_heap()
183 static int remove_entry(struct timer *t) in remove_entry()
205 static int add_entry(struct timer *t) in add_entry()
267 #define timer_lock_irqsave(t, flags) ({ \ argument
280 #define timer_unlock_irqrestore(t, flags) ({ \ argument
455 struct timer *t, **heap, *next; in timer_softirq_action() local
543 static void dump_timer(struct timer *t, s_time_t now) in dump_timer()
551 struct timer *t; in dump_timerq() local
[all …]
A Dsort.c11 u32 t = *(u32 *)a; in u32_swap() local
18 char t; in generic_swap() local
/xen/tools/tests/x86_emulator/
A Dopmask.S15 # define _v(x, t) _v_(x##q, t) argument
18 # define _v(x, t) _v_(x##d, t) argument
22 # define _v(x, t) _v_(x##w, t) argument
26 # define _v(x, t) _v_(x##b, t) argument
30 #define _v_(x, t) v##x##t argument
/xen/xen/arch/x86/
A Dflushtlb.c49 u32 t, t1, t2; in pre_flush() local
81 static void post_flush(u32 t) in post_flush()
89 u32 t = 0; in do_tlb_flush() local
116 u32 t = 0; in switch_cr3_cr4() local
/xen/tools/ocaml/libs/xb/
A Dxs_ring.ml18 type t = type
23 type t = Server_feature.t type
/xen/xen/arch/x86/x86_64/
A Dcompat.c17 #define _XEN_GUEST_HANDLE(t) XEN_GUEST_HANDLE(t) argument
18 #define _XEN_GUEST_HANDLE_PARAM(t) XEN_GUEST_HANDLE_PARAM(t) argument
A Dplatform_hypercall.c41 #define _XEN_GUEST_HANDLE(t) XEN_GUEST_HANDLE(t) argument
42 #define _XEN_GUEST_HANDLE_PARAM(t) XEN_GUEST_HANDLE_PARAM(t) argument
/xen/xen/include/asm-x86/
A Dgrant_table.h48 #define gnttab_shared_mfn(t, i) _mfn(__virt_to_mfn((t)->shared_raw[i])) argument
50 #define gnttab_shared_gfn(d, t, i) mfn_to_gfn(d, gnttab_shared_mfn(t, i)) argument
52 #define gnttab_status_mfn(t, i) _mfn(__virt_to_mfn((t)->status[i])) argument
54 #define gnttab_status_gfn(d, t, i) mfn_to_gfn(d, gnttab_status_mfn(t, i)) argument
A Dp2m.h179 #define p2m_allows_invalid_mfn(t) (p2m_to_mask(t) & P2M_INVALID_MFN_TYPES) argument
433 struct p2m_domain *p2m, unsigned long gfn, p2m_type_t *t, in get_gfn_type_access()
441 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_gfn_type()
448 #define get_gfn(d, g, t) get_gfn_type((d), (g), (t), P2M_ALLOC) argument
449 #define get_gfn_query(d, g, t) get_gfn_type((d), (g), (t), 0) argument
450 #define get_gfn_unshare(d, g, t) get_gfn_type((d), (g), (t), \ argument
474 p2m_type_t *t) in get_gfn_query_unlocked()
490 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_page_from_gfn()
804 static inline p2m_type_t p2m_recalc_type_range(bool recalc, p2m_type_t t, in p2m_recalc_type_range()
819 static inline p2m_type_t p2m_recalc_type(bool recalc, p2m_type_t t, in p2m_recalc_type()
/xen/tools/tests/cpu-policy/
A Dtest-cpu-policy.c60 const struct test *t = &tests[i]; in test_vendor_identification() local
196 const struct test *t = &tests[i]; in test_cpuid_serialise_success() local
249 const struct test *t = &tests[i]; in test_msr_serialise_success() local
330 const struct test *t = &tests[i]; in test_cpuid_deserialise_failure() local
388 const struct test *t = &tests[i]; in test_msr_deserialise_failure() local
535 const struct test *t = &tests[i]; in test_cpuid_out_of_range_clearing() local
587 struct test *t = &tests[i]; in test_is_compatible_success() local
639 struct test *t = &tests[i]; in test_is_compatible_failure() local
/xen/xen/common/compat/
A Dmulticall.c28 #define _XEN_GUEST_HANDLE(t) XEN_GUEST_HANDLE(t) argument
29 #define _XEN_GUEST_HANDLE_PARAM(t) XEN_GUEST_HANDLE(t) argument
/xen/tools/ocaml/xenstored/
A Dtrie.ml18 type ('a,'b) t = { type
53 type ('a,'b) t = ('a,'b) Node.t list type
A Dsymbol.mli23 type t type
A Dperms.ml47 type t = type
104 type t = type
/xen/xen/arch/arm/
A Dvtimer.c44 struct vtimer *t = data; in phys_timer_expired() local
57 struct vtimer *t = data; in virt_timer_expired() local
100 struct vtimer *t = &v->arch.phys_timer; in vcpu_vtimer_init() local
A Dp2m.c351 p2m_type_t *t, p2m_access_t *a, in p2m_get_entry()
439 mfn_t p2m_lookup(struct domain *d, gfn_t gfn, p2m_type_t *t) in p2m_lookup()
452 p2m_type_t *t) in p2m_get_page_from_gfn()
497 static void p2m_set_permission(lpae_t *e, p2m_type_t t, p2m_access_t a) in p2m_set_permission()
878 p2m_type_t t, in __p2m_set_entry()
1082 p2m_type_t t, in p2m_set_entry()
1286 p2m_type_t t) in p2m_insert_mapping()
1372 p2m_type_t t) in guest_physmap_add_entry()
1571 p2m_type_t t; in relinquish_p2m_mapping() local
1633 p2m_type_t t; in p2m_cache_flush_range() local
[all …]
/xen/xen/arch/x86/mm/
A Dp2m-pod.c533 p2m_type_t t; in p2m_pod_decrease_reservation() local
598 p2m_type_t t; in p2m_pod_decrease_reservation() local
821 } t; in p2m_pod_zero_check_superpage() local
987 } t; in p2m_pod_zero_check() local
1020 p2m_type_t t; in p2m_pod_emergency_sweep() local
1215 } t; in p2m_pod_demand_populate() local
1258 } t; in p2m_pod_demand_populate() local
/xen/tools/tests/xenstore/
A Dxs-test.c277 xs_transaction_t t; in test_ta1() local
304 xs_transaction_t t; in test_ta2() local
362 xs_transaction_t t; in test_ta3() local
425 xs_transaction_t t; in cleanup() local
449 int opt, t, iters = 1, ret = 0, randtime = 0; in main() local
/xen/xen/include/asm-arm/
A Dgrant_table.h85 #define gnttab_shared_gfn(d, t, i) \ argument
88 #define gnttab_status_gfn(d, t, i) \ argument
/xen/tools/xenstore/
A Dxs.c488 static void *xs_talkv(struct xs_handle *h, xs_transaction_t t, in xs_talkv()
568 static void *xs_single(struct xs_handle *h, xs_transaction_t t, in xs_single()
611 static char **xs_directory_part(struct xs_handle *h, xs_transaction_t t, in xs_directory_part()
664 char **xs_directory(struct xs_handle *h, xs_transaction_t t, in xs_directory()
685 void *xs_read(struct xs_handle *h, xs_transaction_t t, in xs_read()
694 bool xs_write(struct xs_handle *h, xs_transaction_t t, in xs_write()
711 bool xs_mkdir(struct xs_handle *h, xs_transaction_t t, in xs_mkdir()
720 bool xs_rm(struct xs_handle *h, xs_transaction_t t, in xs_rm()
730 xs_transaction_t t, in xs_get_permissions()
764 xs_transaction_t t, in xs_set_permissions()
[all …]
/xen/xen/drivers/passthrough/arm/
A Diommu_helpers.c37 p2m_type_t t; in arm_iommu_map_page() local

Completed in 45 milliseconds

123456