/qemu/hw/hyperv/ |
H A D | hv-balloon-page_range_tree.h | 16 uint64_t start; member 22 uint64_t start, PageRange *out) in page_range_part_before() 37 uint64_t start, uint64_t count, in page_range_part_after() 52 uint64_t start, uint64_t count, in page_range_intersect() 64 uint64_t start, uint64_t count) in page_range_intersection_size() 73 uint64_t start, uint64_t count) in page_range_joinable_left() 79 uint64_t start, uint64_t count) in page_range_joinable_right() 85 uint64_t start, uint64_t count) in page_range_joinable()
|
H A D | hv-balloon-page_range_tree.c | 38 uint64_t start, uint64_t count) in page_range_tree_insert_new() 52 uint64_t start, uint64_t count, in hvb_page_range_tree_insert() 167 uint64_t start, uint64_t count) in hvb_page_range_tree_intree_any()
|
/qemu/util/ |
H A D | hbitmap.c | 196 int64_t hbitmap_next_dirty(const HBitmap *hb, int64_t start, int64_t count) in hbitmap_next_dirty() 220 int64_t hbitmap_next_zero(const HBitmap *hb, int64_t start, int64_t count) in hbitmap_next_zero() 273 bool hbitmap_next_dirty_area(const HBitmap *hb, int64_t start, int64_t end, in hbitmap_next_dirty_area() 304 bool hbitmap_status(const HBitmap *hb, int64_t start, int64_t count, in hbitmap_status() 384 static uint64_t hb_count_between(HBitmap *hb, uint64_t start, uint64_t last) in hb_count_between() 414 static inline bool hb_set_elem(unsigned long *elem, uint64_t start, uint64_t last) in hb_set_elem() 431 static bool hb_set_between(HBitmap *hb, int level, uint64_t start, in hb_set_between() 464 void hbitmap_set(HBitmap *hb, uint64_t start, uint64_t count) in hbitmap_set() 492 static inline bool hb_reset_elem(unsigned long *elem, uint64_t start, uint64_t last) in hb_reset_elem() 509 static bool hb_reset_between(HBitmap *hb, int level, uint64_t start, in hb_reset_between() [all …]
|
H A D | bitmap.c | 160 void bitmap_set(unsigned long *map, long start, long nr) in bitmap_set() 182 void bitmap_set_atomic(unsigned long *map, long start, long nr) in bitmap_set_atomic() 221 void bitmap_clear(unsigned long *map, long start, long nr) in bitmap_clear() 243 bool bitmap_test_and_clear(unsigned long *map, long start, long nr) in bitmap_test_and_clear() 288 bool bitmap_test_and_clear_atomic(unsigned long *map, long start, long nr) in bitmap_test_and_clear_atomic() 362 unsigned long start, in bitmap_find_next_zero_area()
|
/qemu/bsd-user/ |
H A D | mmap.c | 66 int target_mprotect(abi_ulong start, abi_ulong len, int prot) in target_mprotect() 189 abi_ulong start, abi_ulong end, in mmap_frag() 258 static abi_ulong mmap_find_vma_reserved(abi_ulong start, abi_ulong size, in mmap_find_vma_reserved() 279 abi_ulong mmap_find_vma(abi_ulong start, abi_ulong size, abi_ulong alignment) in mmap_find_vma() 399 abi_long target_mmap(abi_ulong start, abi_ulong len, int prot, in target_mmap() 669 void mmap_reserve(abi_ulong start, abi_ulong size) in mmap_reserve() 711 int target_munmap(abi_ulong start, abi_ulong len) in target_munmap() 772 int target_msync(abi_ulong start, abi_ulong len, int flags) in target_msync()
|
/qemu/linux-user/ |
H A D | mmap.c | 81 static void shm_region_add(abi_ptr start, abi_ptr last) in shm_region_add() 90 static abi_ptr shm_region_find(abi_ptr start) in shm_region_find() 103 static void shm_region_rm_complete(abi_ptr start, abi_ptr last) in shm_region_rm_complete() 171 int target_mprotect(abi_ulong start, abi_ulong len, int target_prot) in target_mprotect() 334 static bool mmap_frag(abi_ulong real_start, abi_ulong start, abi_ulong last, in mmap_frag() 418 static abi_ulong mmap_find_vma_reserved(abi_ulong start, abi_ulong size, in mmap_find_vma_reserved() 438 abi_ulong mmap_find_vma(abi_ulong start, abi_ulong size, abi_ulong align) in mmap_find_vma() 558 static abi_long mmap_end(abi_ulong start, abi_ulong last, in mmap_end() 596 static abi_long mmap_h_eq_g(abi_ulong start, abi_ulong len, in mmap_h_eq_g() 650 static abi_long mmap_h_lt_g(abi_ulong start, abi_ulong len, int host_prot, in mmap_h_lt_g() [all …]
|
/qemu/include/system/ |
H A D | ram_addr.h | 59 static inline void clear_bmap_set(RAMBlock *rb, uint64_t start, in clear_bmap_set() 159 static inline bool cpu_physical_memory_get_dirty(ram_addr_t start, in cpu_physical_memory_get_dirty() 199 static inline bool cpu_physical_memory_all_dirty(ram_addr_t start, in cpu_physical_memory_all_dirty() 253 static inline uint8_t cpu_physical_memory_range_includes_clean(ram_addr_t start, in cpu_physical_memory_range_includes_clean() 293 static inline void cpu_physical_memory_set_dirty_range(ram_addr_t start, in cpu_physical_memory_set_dirty_range() 355 ram_addr_t start, in cpu_physical_memory_set_dirty_lebitmap() 457 static inline void cpu_physical_memory_dirty_bits_cleared(ram_addr_t start, in cpu_physical_memory_dirty_bits_cleared() 476 static inline void cpu_physical_memory_clear_dirty_range(ram_addr_t start, in cpu_physical_memory_clear_dirty_range() 488 ram_addr_t start, in cpu_physical_memory_sync_dirty_bitmap()
|
/qemu/include/tcg/ |
H A D | perf.h | 35 static inline void perf_report_prologue(const void *start, size_t size) in perf_report_prologue() 40 const void *start) in perf_report_code()
|
/qemu/tests/qtest/migration/i386/ |
H A D | a-b-bootblock.S | 34 .globl start symbol 36 start: # at 0x7c00 ? label
|
/qemu/tcg/ |
H A D | perf.c | 63 const void *start, size_t insn) in get_host_pc_size() 102 static void write_perfmap_entry(const void *start, size_t insn, in write_perfmap_entry() 236 void perf_report_prologue(const void *start, size_t size) in perf_report_prologue() 245 static void write_jr_code_debug_info(const void *start, in write_jr_code_debug_info() 289 static void write_jr_code_load(const void *start, uint16_t host_size, in write_jr_code_load() 313 const void *start) in perf_report_code()
|
/qemu/accel/tcg/ |
H A D | user-exec.c | 165 static PageFlagsNode *pageflags_find(vaddr start, vaddr last) in pageflags_find() 173 static PageFlagsNode *pageflags_next(PageFlagsNode *p, vaddr start, vaddr last) in pageflags_next() 202 static int dump_region(void *opaque, vaddr start, vaddr end, int prot) in dump_region() 257 static void pageflags_create(vaddr start, vaddr last, int flags) in pageflags_create() 268 static bool pageflags_unset(vaddr start, vaddr last) in pageflags_unset() 313 static void pageflags_create_merge(vaddr start, vaddr last, int flags) in pageflags_create_merge() 364 static bool pageflags_set_clear(vaddr start, vaddr last, in pageflags_set_clear() 503 void page_set_flags(vaddr start, vaddr last, int flags) in page_set_flags() 543 bool page_check_range(vaddr start, vaddr len, int flags) in page_check_range() 621 bool page_check_range_empty(vaddr start, vaddr last) in page_check_range_empty() [all …]
|
H A D | tb-maint.c | 126 #define PAGE_FOR_EACH_TB(start, last, pagedesc, T, N) \ argument 134 static PageForEachNext foreach_tb_first(tb_page_addr_t start, in foreach_tb_first() 142 tb_page_addr_t start, in foreach_tb_next() 314 #define PAGE_FOR_EACH_TB(start, last, pagedesc, tb, n) \ argument 602 static struct page_collection *page_collection_lock(tb_page_addr_t start, in page_collection_lock() 1009 void tb_invalidate_phys_range(CPUState *cpu, tb_page_addr_t start, in tb_invalidate_phys_range() 1029 tb_page_addr_t start, last; in tb_invalidate_phys_page() local 1099 PageDesc *p, tb_page_addr_t start, in tb_invalidate_phys_page_range__locked() 1169 void tb_invalidate_phys_range(CPUState *cpu, tb_page_addr_t start, in tb_invalidate_phys_range() 1200 void tb_invalidate_phys_range_fast(CPUState *cpu, ram_addr_t start, in tb_invalidate_phys_range_fast()
|
/qemu/include/qemu/ |
H A D | bitops.h | 515 static inline uint32_t extract32(uint32_t value, int start, int length) in extract32() 534 static inline uint8_t extract8(uint8_t value, int start, int length) in extract8() 553 static inline uint16_t extract16(uint16_t value, int start, int length) in extract16() 572 static inline uint64_t extract64(uint64_t value, int start, int length) in extract64() 594 static inline int32_t sextract32(uint32_t value, int start, int length) in sextract32() 619 static inline int64_t sextract64(uint64_t value, int start, int length) in sextract64() 645 static inline uint32_t deposit32(uint32_t value, int start, int length, in deposit32() 671 static inline uint64_t deposit64(uint64_t value, int start, int length, in deposit64()
|
/qemu/hw/loongarch/ |
H A D | boot.c | 93 void *p, void *start) in init_efi_boot_memmap() 126 void *p, void *start) in init_efi_initrd_table() 151 struct loongarch_boot_info *info, void *p, void *start) in init_systab() 182 static void init_cmdline(struct loongarch_boot_info *info, void *p, void *start) in init_cmdline() 379 void *start = p; in init_boot_rom() local
|
/qemu/chardev/ |
H A D | char-hmp-cmds.c | 148 ChardevBackendInfoList *list, *start; in chardev_add_completion() local 171 ChardevInfoList *list, *start; in chardev_remove_completion() local 194 ChardevInfoList *list, *start; in ringbuf_completion() local
|
/qemu/hw/uefi/ |
H A D | var-service-siglist.c | 90 uint64_t start; in uefi_vars_siglist_parse() local 172 uint64_t pos = 0, start; in uefi_vars_siglist_blob_generate() local
|
/qemu/tests/tcg/multiarch/system/ |
H A D | validate-memory-counts.py | 45 def parse_plugin_output(path, start, end): argument
|
/qemu/tests/qtest/ |
H A D | i440fx-test.c | 159 static gboolean verify_area(uint32_t start, uint32_t end, uint8_t value) in verify_area() 183 static void write_area(uint32_t start, uint32_t end, uint8_t value) in write_area() 202 uint32_t start; in test_i440fx_pam() member
|
/qemu/hw/watchdog/ |
H A D | wdt_imx2.c | 99 static void imx_wdt2_update_itimer(IMX2WdtState *s, bool start) in imx_wdt2_update_itimer() 127 static void imx_wdt2_update_timer(IMX2WdtState *s, bool start) in imx_wdt2_update_timer()
|
/qemu/tests/tcg/mips/user/ase/msa/bit-count/ |
H A D | test_msa_pcnt_w.c | 39 struct timeval start, end; in main() local
|
H A D | test_msa_nlzc_h.c | 39 struct timeval start, end; in main() local
|
H A D | test_msa_nloc_w.c | 39 struct timeval start, end; in main() local
|
/qemu/tests/tcg/mips/user/isa/mips64r6/bit-count/ |
H A D | test_mips64r6_dclz.c | 39 struct timeval start, end; in main() local
|
H A D | test_mips64r6_clz.c | 39 struct timeval start, end; in main() local
|
/qemu/hw/arm/ |
H A D | xen-stubs.c | 24 void xen_hvm_modified_memory(ram_addr_t start, ram_addr_t length) in xen_hvm_modified_memory()
|