Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dxenoprof.c27 if ( counter.ind >= OP_MAX_COUNTER ) in xenoprof_arch_counter()
30 counter_config[counter.ind].count = counter.count; in xenoprof_arch_counter()
31 counter_config[counter.ind].enabled = counter.enabled; in xenoprof_arch_counter()
32 counter_config[counter.ind].event = counter.event; in xenoprof_arch_counter()
33 counter_config[counter.ind].kernel = counter.kernel; in xenoprof_arch_counter()
34 counter_config[counter.ind].user = counter.user; in xenoprof_arch_counter()
64 if ( counter.ind >= OP_MAX_COUNTER ) in compat_oprof_arch_counter()
67 counter_config[counter.ind].count = counter.count; in compat_oprof_arch_counter()
69 counter_config[counter.ind].event = counter.event; in compat_oprof_arch_counter()
70 counter_config[counter.ind].kernel = counter.kernel; in compat_oprof_arch_counter()
[all …]
/xen-4.10.0-shim-comet/xen/common/
A Dkimage.c517 kimage_entry_t ind = 0; in kimage_free_all_entries() local
527 if ( ind & IND_INDIRECTION ) in kimage_free_all_entries()
528 kimage_free_entry(ind); in kimage_free_all_entries()
530 ind = entry; in kimage_free_all_entries()
538 if ( ind & IND_INDIRECTION ) in kimage_free_all_entries()
539 kimage_free_entry(ind); in kimage_free_all_entries()
881 unsigned long ind; in kimage_build_ind() local
884 ind = kimage_entry_ind(entry, compat); in kimage_build_ind()
887 switch ( ind ) in kimage_build_ind()
A Dxenoprof.c320 int ind; in set_active() local
323 ind = active_index(d); in set_active()
324 if ( ind < 0 ) in set_active()
333 active_ready[ind] = 1; in set_active()
341 int ind; in reset_active() local
344 ind = active_index(d); in reset_active()
345 if ( ind < 0 ) in reset_active()
354 active_ready[ind] = 0; in reset_active()
355 active_domains[ind] = NULL; in reset_active()
A Dkexec.c950 unsigned long ind; in kexec_segments_from_ind_page() local
952 ind = kimage_entry_ind(entry, compat); in kexec_segments_from_ind_page()
955 switch ( ind ) in kexec_segments_from_ind_page()
/xen-4.10.0-shim-comet/xen/include/public/
A Dxenoprof.h110 uint32_t ind; member
/xen-4.10.0-shim-comet/docs/
A DMakefile85 rm -rf *.ilg *.log *.ind *.toc *.bak *.tmp core

Completed in 12 milliseconds