/xen/tools/debugger/kdd/ |
A D | kdd.h | 380 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 D | efibind.h | 44 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 D | fsif.h | 82 int64_t stat_size; 83 int64_t stat_atime; 84 int64_t stat_mtime; 85 int64_t stat_ctime; 91 int64_t length;
|
A D | cameraif.h | 905 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 D | efibind.h | 37 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 D | xl_mem.c | 27 int64_t memorykb; in set_memory_max() 61 int64_t memorykb; in set_memory_target()
|
A D | xl_parse.h | 25 int64_t parse_mem_size_kb(const char *mem);
|
/xen/tools/libxl/ |
A D | libxl_colo_proxy.c | 141 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 D | libxl_arm_acpi.c | 28 typedef int64_t s64; 41 #define COMPILER_DEPENDENT_INT64 int64_t
|
/xen/xen/include/asm-x86/guest/ |
A D | hyperv.h | 38 int64_t offset) in hv_scale_tsc()
|
/xen/xen/include/asm-x86/hvm/ |
A D | vpt.h | 63 int64_t count_load_time[3]; 139 int64_t stime_offset;
|
A D | viridian.h | 56 int64_t off;
|
A D | vcpu.h | 203 int64_t stime_offset;
|
/xen/xen/include/xen/ |
A D | types.h | 46 typedef __s64 int64_t; typedef
|
A D | time.h | 74 void domain_set_time_offset(struct domain *d, int64_t time_offset_seconds);
|
/xen/xen/arch/x86/hvm/viridian/ |
A D | time.c | 78 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 D | x86-emulate.h | 68 #define is_canonical_address(x) (((int64_t)(x) >> 47) == ((int64_t)(x) >> 63))
|
/xen/tools/misc/ |
A D | xenpm.c | 443 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 D | emul.h | 31 typedef int64_t s_time_t; 200 int64_t stime_offset;
|
/xen/xen/include/public/arch-x86/ |
A D | xen-x86_32.h | 104 #define int64_aligned_t int64_t __attribute__((aligned(8)))
|
/xen/tools/xenstore/ |
A D | xenstored_domain.c | 1013 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 D | time.c | 376 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 D | hpet.c | 119 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 D | arch-arm.h | 168 #define int64_aligned_t int64_t __attribute__((aligned(8)))
|
/xen/xen/arch/arm/ |
A D | time.c | 354 void domain_set_time_offset(struct domain *d, int64_t time_offset_seconds) in domain_set_time_offset()
|