Home
last modified time | relevance | path

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

123456

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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()
222 int libxl__xs_write_checked(libxl__gc *gc, xs_transaction_t t, in libxl__xs_write_checked()
[all …]
/xen-4.10.0-shim-comet/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()
181 struct tasklet *t; in migrate_tasklets_from_cpu() local
198 struct tasklet *t, void (*func)(unsigned long), unsigned long data) in tasklet_init()
208 struct tasklet *t, void (*func)(unsigned long), unsigned long data) in softirq_tasklet_init()
A Dtimer.c60 struct timer *t = heap[pos]; in down_heap() local
80 struct timer *t = heap[pos]; in up_heap() local
122 static int add_to_heap(struct timer **heap, struct timer *t) in add_to_heap()
173 static int remove_entry(struct timer *t) in remove_entry()
195 static int add_entry(struct timer *t) in add_entry()
257 #define timer_lock_irqsave(t, flags) ({ \ argument
270 #define timer_unlock_irqrestore(t, flags) ({ \ argument
446 struct timer *t, **heap, *next; in timer_softirq_action() local
526 static void dump_timer(struct timer *t, s_time_t now) in dump_timer()
534 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-4.10.0-shim-comet/xen/arch/x86/
A Dflushtlb.c35 u32 t, t1, t2; in pre_flush() local
67 static void post_flush(u32 t) in post_flush()
75 u32 t; in write_cr3() local
121 u32 t = pre_flush(); in flush_area_local() local
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dgrant_table.h51 #define gnttab_create_shared_page(d, t, i) \ argument
58 #define gnttab_create_status_page(d, t, i) \ argument
66 #define gnttab_shared_mfn(d, t, i) \ argument
69 #define gnttab_shared_gmfn(d, t, i) \ argument
73 #define gnttab_status_mfn(t, i) \ argument
76 #define gnttab_status_gmfn(d, t, i) \ argument
A Dp2m.h180 #define p2m_allows_invalid_mfn(t) (p2m_to_mask(t) & P2M_INVALID_MFN_TYPES) argument
420 struct p2m_domain *p2m, unsigned long gfn, p2m_type_t *t, in get_gfn_type_access()
428 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_gfn_type()
438 #define get_gfn(d, g, t) get_gfn_type((d), (g), (t), P2M_ALLOC) argument
439 #define get_gfn_query(d, g, t) get_gfn_type((d), (g), (t), 0) argument
440 #define get_gfn_unshare(d, g, t) get_gfn_type((d), (g), (t), \ argument
464 p2m_type_t *t) in get_gfn_query_unlocked()
480 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_page_from_gfn()
748 static inline p2m_type_t p2m_recalc_type_range(bool recalc, p2m_type_t t, in p2m_recalc_type_range()
763 static inline p2m_type_t p2m_recalc_type(bool recalc, p2m_type_t t, in p2m_recalc_type()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dgrant_table.h23 #define gnttab_create_status_page(d, t, i) do {} while (0) argument
24 #define gnttab_status_gmfn(d, t, i) (0) argument
60 #define gnttab_create_shared_page(d, t, i) \ argument
67 #define gnttab_shared_gmfn(d, t, i) \ argument
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/
A Dxs_ring.ml18 type t = type
23 type t = Server_feature.t type
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/x86_64/
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
A Dcompat.c17 #define _XEN_GUEST_HANDLE(t) XEN_GUEST_HANDLE(t) argument
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dtrie.ml18 type ('a,'b) t = { type
53 type ('a,'b) t = ('a,'b) Node.t list type
A Dperms.ml46 type t = type
94 type t = type
A Dsymbol.mli23 type t type
A Devent.ml18 type t = { type
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dvtimer.c45 struct vtimer *t = data; in phys_timer_expired() local
58 struct vtimer *t = data; in virt_timer_expired() local
102 struct vtimer *t = &v->arch.phys_timer; in vcpu_vtimer_init() local
A Dp2m.c294 p2m_type_t *t, p2m_access_t *a, in p2m_get_entry()
377 mfn_t p2m_lookup(struct domain *d, gfn_t gfn, p2m_type_t *t) in p2m_lookup()
402 static void p2m_set_permission(lpae_t *e, p2m_type_t t, p2m_access_t a) in p2m_set_permission()
474 static lpae_t mfn_to_p2m_entry(mfn_t mfn, p2m_type_t t, p2m_access_t a) in mfn_to_p2m_entry()
781 p2m_type_t t, in __p2m_set_entry()
980 p2m_type_t t, in p2m_set_entry()
1028 p2m_type_t t) in p2m_insert_mapping()
1114 p2m_type_t t) in guest_physmap_add_entry()
1303 p2m_type_t t; in relinquish_p2m_mapping() local
1364 p2m_type_t t; in p2m_cache_flush() local
/xen-4.10.0-shim-comet/tools/ocaml/libs/eventchn/
A Dxeneventchn.ml22 type t = int type
/xen-4.10.0-shim-comet/tools/tests/xenstore/
A Dxs-test.c276 xs_transaction_t t; in test_ta1() local
303 xs_transaction_t t; in test_ta2() local
361 xs_transaction_t t; in test_ta3() local
424 xs_transaction_t t; in cleanup() local
448 int opt, t, iters = 1, ret = 0, randtime = 0; in main() local
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-pod.c543 p2m_type_t t; in p2m_pod_decrease_reservation() local
612 p2m_type_t t; in p2m_pod_decrease_reservation() local
840 } t; in p2m_pod_zero_check_superpage() local
1007 } t; in p2m_pod_zero_check() local
1042 p2m_type_t t; in p2m_pod_emergency_sweep() local
1237 } t; in p2m_pod_demand_populate() local
1280 } t; in p2m_pod_demand_populate() local
/xen-4.10.0-shim-comet/tools/blktap2/control/
A Dtap-ctl-ipc.c48 struct timeval tv, *t; in tap_ctl_read_message() local
100 struct timeval tv, *t; in tap_ctl_write_message() local
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxs.c482 static void *xs_talkv(struct xs_handle *h, xs_transaction_t t, in xs_talkv()
562 static void *xs_single(struct xs_handle *h, xs_transaction_t t, in xs_single()
605 static char **xs_directory_part(struct xs_handle *h, xs_transaction_t t, in xs_directory_part()
658 char **xs_directory(struct xs_handle *h, xs_transaction_t t, in xs_directory()
678 void *xs_read(struct xs_handle *h, xs_transaction_t t, in xs_read()
687 bool xs_write(struct xs_handle *h, xs_transaction_t t, in xs_write()
704 bool xs_mkdir(struct xs_handle *h, xs_transaction_t t, in xs_mkdir()
713 bool xs_rm(struct xs_handle *h, xs_transaction_t t, in xs_rm()
723 xs_transaction_t t, in xs_get_permissions()
757 xs_transaction_t t, in xs_set_permissions()
[all …]

Completed in 39 milliseconds

123456