| /xen/stubdom/vtpmmgr/ |
| A D | marshal.h | 51 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 D | tpm2_marshal.h | 96 #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/libs/light/ |
| A D | libxl_xshelp.c | 48 int libxl__xs_writev_perms(libxl__gc *gc, xs_transaction_t t, in libxl__xs_writev_perms() 77 int libxl__xs_writev(libxl__gc *gc, xs_transaction_t t, in libxl__xs_writev() 87 xs_transaction_t t = XBT_NULL; in libxl__xs_writev_atonce() local 108 int libxl__xs_vprintf(libxl__gc *gc, xs_transaction_t t, in libxl__xs_vprintf() 126 int libxl__xs_printf(libxl__gc *gc, xs_transaction_t t, in libxl__xs_printf() 161 char **libxl__xs_directory(libxl__gc *gc, xs_transaction_t t, in libxl__xs_directory() 171 int libxl__xs_mknod(libxl__gc *gc, xs_transaction_t t, in libxl__xs_mknod() 201 int libxl__xs_read_mandatory(libxl__gc *gc, xs_transaction_t t, in libxl__xs_read_mandatory() 213 int libxl__xs_read_checked(libxl__gc *gc, xs_transaction_t t, in libxl__xs_read_checked() 225 int libxl__xs_write_checked(libxl__gc *gc, xs_transaction_t t, in libxl__xs_write_checked() [all …]
|
| /xen/xen/common/ |
| A D | tasklet.c | 33 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 *data), void *data) in tasklet_init() 211 void softirq_tasklet_init(struct tasklet *t, in softirq_tasklet_init()
|
| A D | timer.c | 69 struct timer *t = heap[pos]; in down_heap() local 89 struct timer *t = heap[pos]; in up_heap() local 131 static int add_to_heap(struct timer **heap, struct timer *t) in add_to_heap() 182 static int remove_entry(struct timer *t) in remove_entry() 204 static int add_entry(struct timer *t) in add_entry() 267 #define timer_lock_irqsave(t, flags) ({ \ argument 281 #define timer_unlock_irqrestore(t, flags) ({ \ argument 462 struct timer *t, **heap, *next; in timer_softirq_action() local 550 static void dump_timer(struct timer *t, s_time_t now) in dump_timer() 558 struct timer *t; in dump_timerq() local [all …]
|
| /xen/tools/tests/x86_emulator/ |
| A D | opmask.S | 15 # 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/ppc/include/asm/ |
| A D | atomic.h | 172 int t; in atomic_add() local 185 int t; in atomic_add_return() local 202 int t; in atomic_sub() local 215 int t; in atomic_sub_return() local 232 int t; in atomic_inc() local 245 int t; in atomic_inc_return() local 262 int t; in atomic_dec() local 275 int t; in atomic_dec_return() local 296 int t; in atomic_dec_if_positive() local
|
| /xen/xen/arch/arm/include/asm/ |
| A D | grant_table.h | 66 #define gnttab_shared_page(t, i) virt_to_page((t)->shared_raw[i]) argument 68 #define gnttab_status_page(t, i) virt_to_page((t)->status[i]) argument 70 #define gnttab_shared_gfn(d, t, i) \ argument 73 #define gnttab_status_gfn(d, t, i) \ argument
|
| /xen/tools/ocaml/libs/xb/ |
| A D | xs_ring.ml | 18 type t = type 23 type t = Server_feature.t type
|
| /xen/xen/arch/x86/x86_64/ |
| A D | compat.c | 17 #define _XEN_GUEST_HANDLE(t) XEN_GUEST_HANDLE(t) argument 18 #define _XEN_GUEST_HANDLE_PARAM(t) XEN_GUEST_HANDLE_PARAM(t) argument
|
| A D | platform_hypercall.c | 44 #define _XEN_GUEST_HANDLE(t) XEN_GUEST_HANDLE(t) argument 45 #define _XEN_GUEST_HANDLE_PARAM(t) XEN_GUEST_HANDLE_PARAM(t) argument
|
| /xen/tools/ocaml/xenstored/ |
| A D | symbol.ml | 18 type t = string type 23 type t = string type
|
| A D | utils.ml | 120 type t = Unix.file_descr type 124 type t = Unix.file_descr type
|
| A D | trie.ml | 22 type 'a t = { type 57 type 'a t = 'a Node.t StringMap.t type
|
| A D | quota.ml | 27 type t = Xenctrl.domid type 33 type t = { type
|
| A D | connection.ml | 30 type 'a t type 57 type 'a t = type 103 and t = { type 118 type t = watch type
|
| /xen/xen/arch/x86/include/asm/ |
| A D | grant_table.h | 48 #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 D | p2m.h | 186 #define p2m_allows_invalid_mfn(t) (p2m_to_mask(t) & P2M_INVALID_MFN_TYPES) argument 463 struct p2m_domain *p2m, gfn_t gfn, p2m_type_t *t, in _get_gfn_type_access() 489 struct p2m_domain *p2m, unsigned long gfn, p2m_type_t *t, in get_gfn_type_access() 497 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_gfn_type() 504 #define get_gfn(d, g, t) get_gfn_type((d), (g), (t), P2M_ALLOC) argument 505 #define get_gfn_query(d, g, t) get_gfn_type((d), (g), (t), 0) argument 506 #define get_gfn_unshare(d, g, t) get_gfn_type((d), (g), (t), \ argument 538 p2m_type_t *t) in get_gfn_query_unlocked() 557 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_page_from_gfn() 836 static inline p2m_type_t p2m_recalc_type_range(bool recalc, p2m_type_t t, in p2m_recalc_type_range() [all …]
|
| /xen/xen/arch/x86/ |
| A D | flushtlb.c | 50 u32 t, t1, t2; in pre_flush() local 82 static void post_flush(u32 t) in post_flush() 90 u32 t = 0; in do_tlb_flush() local 117 u32 t = 0; in switch_cr3_cr4() local
|
| /xen/tools/tests/cpu-policy/ |
| A D | test-cpu-policy.c | 60 const struct test *t = &tests[i]; in test_vendor_identification() local 206 const struct test *t = &tests[i]; in test_cpuid_serialise_success() local 259 const struct test *t = &tests[i]; in test_msr_serialise_success() local 347 const struct test *t = &tests[i]; in test_cpuid_deserialise_failure() local 400 const struct test *t = &tests[i]; in test_msr_deserialise_failure() local 547 const struct test *t = &tests[i]; in test_cpuid_out_of_range_clearing() local 596 struct test *t = &tests[i]; in test_is_compatible_success() local 638 struct test *t = &tests[i]; in test_is_compatible_failure() local
|
| /xen/xen/common/compat/ |
| A D | multicall.c | 27 #define _XEN_GUEST_HANDLE(t) XEN_GUEST_HANDLE(t) argument 28 #define _XEN_GUEST_HANDLE_PARAM(t) XEN_GUEST_HANDLE(t) argument
|
| /xen/xen/arch/arm/ |
| A D | p2m.c | 41 mfn_t p2m_lookup(struct domain *d, gfn_t gfn, p2m_type_t *t) in p2m_lookup() 54 p2m_type_t *t) in p2m_get_page_from_gfn() 100 mfn_t mfn, p2m_type_t t) in p2m_insert_mapping() 132 p2m_type_t t; in p2m_remove_mapping() local 211 p2m_type_t t) in guest_physmap_add_entry() 317 p2m_type_t t; in p2m_cache_flush_range() local 486 p2m_type_t t; in get_page_from_gva() local
|
| A D | vtimer.c | 36 struct vtimer *t = data; in phys_timer_expired() local 49 struct vtimer *t = data; in virt_timer_expired() local 106 struct vtimer *t = &v->arch.phys_timer; in vcpu_vtimer_init() local
|
| /xen/tools/helpers/ |
| A D | init-dom0less.c | 47 static bool do_xs_write_dom(struct xs_handle *xsh, xs_transaction_t t, in do_xs_write_dom() 68 static bool do_xs_write_libxl(struct xs_handle *xsh, xs_transaction_t t, in do_xs_write_libxl() 81 static bool do_xs_write_vm(struct xs_handle *xsh, xs_transaction_t t, in do_xs_write_vm() 116 xs_transaction_t t; in create_xenstore() local
|
| /xen/tools/tests/xenstore/ |
| A D | test-xenstore.c | 278 xs_transaction_t t; in test_ta1() local 305 xs_transaction_t t; in test_ta2() local 363 xs_transaction_t t; in test_ta3() local 426 xs_transaction_t t; in cleanup() local 450 int opt, t, iters = 1, ret = 0, randtime = 0; in main() local
|