Home
last modified time | relevance | path

Searched defs:rec (Results 1 – 21 of 21) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_sr_common_x86.c7 struct xc_sr_record rec = in write_tsc_info() local
24 int handle_tsc_info(struct xc_sr_context *ctx, struct xc_sr_record *rec) in handle_tsc_info()
A Dxc_sr_restore_x86_hvm.c10 struct xc_sr_record *rec) in handle_hvm_context()
34 struct xc_sr_record *rec) in handle_hvm_params()
168 struct xc_sr_record *rec) in x86_hvm_process_record()
A Dxc_sr_common.c55 int write_split_record(struct xc_sr_context *ctx, struct xc_sr_record *rec, in write_split_record()
94 int read_record(struct xc_sr_context *ctx, int fd, struct xc_sr_record *rec) in read_record()
A Dxc_sr_save_x86_pv.c493 struct xc_sr_record rec = in write_one_vcpu_basic() local
593 struct xc_sr_record rec = in write_one_vcpu_extended() local
633 struct xc_sr_record rec = in write_one_vcpu_xsave() local
702 struct xc_sr_record rec = in write_one_vcpu_msrs() local
813 struct xc_sr_record rec = in write_x86_pv_info() local
838 struct xc_sr_record rec = in write_x86_pv_p2m_frames() local
874 struct xc_sr_record rec = in write_shared_info() local
A Dxc_sr_restore.c332 static int handle_page_data(struct xc_sr_context *ctx, struct xc_sr_record *rec) in handle_page_data()
425 struct xc_sr_record rec = in send_checkpoint_dirty_pfn_list() local
602 static int buffer_record(struct xc_sr_context *ctx, struct xc_sr_record *rec) in buffer_record()
629 static int process_record(struct xc_sr_context *ctx, struct xc_sr_record *rec) in process_record()
736 struct xc_sr_record rec; in restore() local
A Dxc_sr_restore_x86_pv.c588 struct xc_sr_record *rec) in handle_x86_pv_info()
663 struct xc_sr_record *rec) in handle_x86_pv_p2m_frames()
721 struct xc_sr_record *rec) in handle_x86_pv_vcpu_blob()
857 struct xc_sr_record *rec) in handle_shared_info()
1059 struct xc_sr_record *rec) in x86_pv_process_record()
A Dxc_sr_save.c93 struct xc_sr_record rec = in write_batch() local
574 struct xc_sr_record rec = { 0, 0, NULL }; in colo_merge_secondary_dirty_bitmap() local
691 struct xc_sr_record rec = in verify_frames() local
A Dxc_sr_save_x86_hvm.c88 struct xc_sr_record rec = { in write_hvm_params() local
A Dxc_sr_common.h373 struct xc_sr_record *rec) in write_record()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_stream_read.c191 static void free_record(libxl__sr_record_buf *rec) in free_record()
431 libxl__sr_record_buf *rec = LIBXL_STAILQ_LAST( in stream_continue() local
478 libxl__sr_record_buf *rec = NULL; in setup_read_record() local
502 libxl__sr_record_buf *rec = stream->incoming_record; in record_header_done() local
534 libxl__sr_record_buf *rec = stream->incoming_record; in record_body_done() local
564 libxl__sr_record_buf *rec; in process_record() local
664 libxl__sr_record_buf *rec) in write_emulator_blob()
797 libxl__sr_record_buf *rec, *trec; in stream_done() local
A Dlibxl_stream_write.c316 struct libxl__sr_rec_hdr rec; in stream_header_done() local
388 struct libxl__sr_rec_hdr rec; in write_emulator_xenstore_record() local
443 struct libxl__sr_rec_hdr *rec = &stream->emu_rec_hdr; in write_emulator_context_record() local
539 struct libxl__sr_rec_hdr rec; in write_end_record() local
551 struct libxl__sr_rec_hdr rec; in write_checkpoint_end_record() local
692 struct libxl__sr_rec_hdr rec; in libxl__stream_write_checkpoint_state() local
A Dlibxlu_vif.c16 regex_t rec; in vif_parse_rate_bytes_per_sec() local
55 regex_t rec; in vif_parse_rate_interval_usecs() local
/xen-4.10.0-shim-comet/tools/xenstore/
A Dtdb.c681 struct list_struct rec; local
815 struct list_struct *rec)
1003 struct list_struct rec; local
1039 struct list_struct rec; local
1063 struct list_struct rec; local
1151 struct list_struct *rec)
1273 struct list_struct rec; local
1333 struct list_struct rec; local
1355 struct list_struct rec; local
1410 struct list_struct rec; local
[all …]
/xen-4.10.0-shim-comet/tools/xentrace/
A Dmread.c33 ssize_t mread64(mread_handle_t h, void *rec, ssize_t len, off_t offset) in mread64()
A Dxentrace.c154 struct cpu_change_record *rec; in membuf_reserve_window() local
390 struct cpu_change_record rec; in write_buffer() local
A Danalyze.h104 struct trace_record rec; member
A Dxenalyze.c8994 struct trace_record rec; in scan_for_new_pcpu() local
9483 static inline ssize_t get_rec_size(struct trace_record *rec) { in get_rec_size()
9571 ssize_t __read_record(struct trace_record *rec, off_t offset) in __read_record()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmcaction.c11 struct mcinfo_recovery *rec; in mci_action_add_pageoffline() local
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c534 struct hvm_hw_hpet *rec = (struct hvm_hw_hpet *)&h->data[h->cur]; in hpet_save() local
577 struct hvm_hw_hpet *rec; in hpet_load() local
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dmm-locks.h68 static inline void _mm_lock(mm_lock_t *l, const char *func, int level, int rec) in _mm_lock()
/xen-4.10.0-shim-comet/xen/common/
A Dtrace.c560 struct t_rec split_rec, *rec; in __insert_record() local

Completed in 61 milliseconds