Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 25 of 45) sorted by relevance

12

/xen/tools/debugger/kdd/
A Dkdd.h380 int64_t rax;
381 int64_t rcx;
382 int64_t rdx;
383 int64_t rbx;
384 int64_t rsp;
385 int64_t rbp;
386 int64_t rsi;
387 int64_t rdi;
388 int64_t r8;
389 int64_t r9;
[all …]
/xen/xen/include/asm-arm/arm64/
A Defibind.h44 typedef long long int64_t __attribute__((aligned (8))); typedef
56 typedef long int64_t; typedef
68 typedef long long int64_t __attribute__((aligned (8))); typedef
87 typedef int64_t INT64;
104 typedef int64_t INTN;
/xen/xen/include/public/io/
A Dfsif.h82 int64_t stat_size;
83 int64_t stat_atime;
84 int64_t stat_mtime;
85 int64_t stat_ctime;
91 int64_t length;
A Dcameraif.h905 int64_t value;
1163 int64_t min;
1164 int64_t max;
1165 int64_t step;
1166 int64_t def_val;
/xen/xen/include/asm-x86/x86_64/
A Defibind.h37 typedef __int64 int64_t; typedef
46 typedef long long int64_t __attribute__((aligned (8))); typedef
58 typedef long int64_t; typedef
70 typedef long long int64_t __attribute__((aligned (8))); typedef
89 typedef int64_t INT64;
106 typedef int64_t INTN;
/xen/tools/xl/
A Dxl_mem.c27 int64_t memorykb; in set_memory_max()
61 int64_t memorykb; in set_memory_target()
A Dxl_parse.h25 int64_t parse_mem_size_kb(const char *mem);
/xen/tools/libxl/
A Dlibxl_colo_proxy.c141 static int64_t colo_proxy_recv(libxl__colo_proxy_state *cps, uint8_t **buff, in colo_proxy_recv()
154 int64_t len = 0; in colo_proxy_recv()
212 int64_t size; in colo_proxy_setup()
379 int64_t size; in colo_proxy_checkpoint()
A Dlibxl_arm_acpi.c28 typedef int64_t s64;
41 #define COMPILER_DEPENDENT_INT64 int64_t
/xen/xen/include/asm-x86/guest/
A Dhyperv.h38 int64_t offset) in hv_scale_tsc()
/xen/xen/include/asm-x86/hvm/
A Dvpt.h63 int64_t count_load_time[3];
139 int64_t stime_offset;
A Dviridian.h56 int64_t off;
A Dvcpu.h203 int64_t stime_offset;
/xen/xen/include/xen/
A Dtypes.h46 typedef __s64 int64_t; typedef
A Dtime.h74 void domain_set_time_offset(struct domain *d, int64_t time_offset_seconds);
/xen/xen/arch/x86/hvm/viridian/
A Dtime.c78 static uint64_t trc_val(const struct domain *d, int64_t offset) in trc_val()
106 trc->off = (int64_t)trc->val - trc_val(d, 0); in time_ref_count_thaw()
145 int64_t now = time_ref_count(v->domain); in start_stimer()
146 int64_t expiration; in start_stimer()
/xen/tools/tests/x86_emulator/
A Dx86-emulate.h68 #define is_canonical_address(x) (((int64_t)(x) >> 47) == ((int64_t)(x) >> 63))
/xen/tools/misc/
A Dxenpm.c443 int64_t diff = (int64_t)cxstat_end[i].residencies[j] - in signal_int_handler()
444 (int64_t)cxstat_start[i].residencies[j]; in signal_int_handler()
474 int64_t diff = (int64_t)cxstat_end[i].residencies[j] - in signal_int_handler()
475 (int64_t)cxstat_start[i].residencies[j]; in signal_int_handler()
/xen/tools/tests/vhpet/
A Demul.h31 typedef int64_t s_time_t;
200 int64_t stime_offset;
/xen/xen/include/public/arch-x86/
A Dxen-x86_32.h104 #define int64_aligned_t int64_t __attribute__((aligned(8)))
/xen/tools/xenstore/
A Dxenstored_domain.c1013 int64_t denom, num; in wrl_credit_update()
1024 denom = (int64_t)msec * wrl_config_rate; in wrl_credit_update()
1025 num = (int64_t)wrl_ndomains * 1000; in wrl_credit_update()
1030 domain->wrl_credit = MIN( (int64_t)domain->wrl_credit + denom / num, in wrl_credit_update()
/xen/xen/arch/x86/
A Dtime.c376 static int64_t __init init_hpet(struct platform_timesource *pts) in init_hpet()
586 static int64_t __init init_xen_timer(struct platform_timesource *pts) in init_xen_timer()
662 static int64_t __init init_hyperv_timer(struct platform_timesource *pts) in init_hyperv_timer()
708 int64_t offset; in read_hyperv_timer()
1369 void domain_set_time_offset(struct domain *d, int64_t time_offset_seconds) in domain_set_time_offset()
1820 int64_t adj; in init_percpu_time()
2368 if ( (int64_t)*elapsed_nsec < 0 ) in tsc_get_info()
A Dhpet.c119 int64_t delta; in reprogram_hpet_evt_channel()
144 delta = min_t(int64_t, delta, MAX_DELTA_NS); in reprogram_hpet_evt_channel()
145 delta = max_t(int64_t, delta, MIN_DELTA_NS); in reprogram_hpet_evt_channel()
/xen/xen/include/public/
A Darch-arm.h168 #define int64_aligned_t int64_t __attribute__((aligned(8)))
/xen/xen/arch/arm/
A Dtime.c354 void domain_set_time_offset(struct domain *d, int64_t time_offset_seconds) in domain_set_time_offset()

Completed in 57 milliseconds

12