Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/qemu/include/hw/ppc/
A Dxive2_regs.h114 #define xive2_end_is_notify(end) \ argument
117 #define xive2_end_is_precluded_escalation(end) \ argument
119 #define xive2_end_is_escalate(end) \ argument
121 #define xive2_end_is_uncond_escalation(end) \ argument
123 #define xive2_end_is_silent_escalation(end) \ argument
125 #define xive2_end_is_escalate_end(end) \ argument
127 #define xive2_end_is_firmware1(end) \ argument
129 #define xive2_end_is_firmware2(end) \ argument
131 #define xive2_end_is_ignore(end) \ argument
133 #define xive2_end_is_crowd(end) \ argument
[all …]
A Dxive_regs.h259 #define xive_end_is_valid(end) (be32_to_cpu((end)->w0) & END_W0_VALID) argument
260 #define xive_end_is_enqueue(end) (be32_to_cpu((end)->w0) & END_W0_ENQUEUE) argument
261 #define xive_end_is_notify(end) (be32_to_cpu((end)->w0) & END_W0_UCOND_NOTIFY) argument
262 #define xive_end_is_backlog(end) (be32_to_cpu((end)->w0) & END_W0_BACKLOG) argument
263 #define xive_end_is_escalate(end) (be32_to_cpu((end)->w0) & END_W0_ESCALATE_CTL) argument
264 #define xive_end_is_uncond_escalation(end) \ argument
266 #define xive_end_is_silent_escalation(end) \ argument
268 #define xive_end_is_firmware(end) \ argument
271 static inline uint64_t xive_end_qaddr(XiveEND *end) in xive_end_qaddr()
/qemu/bsd-user/
A Dmmap.c66 abi_ulong end, host_start, host_end, addr; in target_mprotect() local
187 abi_ulong start, abi_ulong end, in mmap_frag()
406 abi_ulong ret, end, real_start, real_end, retaddr, host_offset, host_len; in target_mmap() local
679 abi_ulong end; in mmap_reserve() local
718 abi_ulong end, real_start, real_end, addr; in target_munmap() local
779 abi_ulong end; in target_msync() local
/qemu/hw/hyperv/
A Dhv-balloon-page_range_tree.h25 uint64_t end = MIN(endr, start); in page_range_part_before() local
40 uint64_t end = range->start + range->count; in page_range_part_after() local
57 uint64_t end = MIN(end1, end2); in page_range_intersect() local
/qemu/tests/migration/
A Dstress.c57 char *start, *end; in get_command_arg_str() local
107 char *end; in get_command_arg_ull() local
266 char *end; in main() local
/qemu/hw/vfio/
A Dspapr.c60 hwaddr end; in vfio_prereg_listener_region_add() local
119 hwaddr end; in vfio_prereg_listener_region_del() local
199 hwaddr iova, hwaddr end) in vfio_find_hostwin()
347 hwaddr iova, end; in vfio_spapr_container_add_section_window() local
/qemu/tests/tcg/multiarch/system/
A Dvalidate-memory-counts.py45 def parse_plugin_output(path, start, end): argument
/qemu/tests/qtest/
A Di440fx-test.c159 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()
203 uint32_t end; in test_i440fx_pam() member
/qemu/tests/unit/
A Dtest-qht.c44 static void do_rm(int init, int end, bool exist) in do_rm()
60 static void rm(int init, int end) in rm()
65 static void rm_nonexist(int init, int end) in rm_nonexist()
/qemu/target/i386/
A Dmonitor.c252 hwaddr end, int prot) in mem_print()
280 hwaddr start, end; in mem_info_32() local
322 hwaddr start, end; in mem_info_pae32() local
378 uint64_t pml4_addr, pdp_addr, pd_addr, pt_addr, start, end; in mem_info_la48() local
458 uint64_t pml5_addr, pml4_addr, pdp_addr, pd_addr, pt_addr, start, end; in mem_info_la57() local
/qemu/hw/intc/
A Dxive2.c79 void xive2_end_queue_pic_print_info(Xive2End *end, uint32_t width, GString *buf) in xive2_end_queue_pic_print_info()
109 void xive2_end_pic_print_info(Xive2End *end, uint32_t end_idx, GString *buf) in xive2_end_pic_print_info()
157 void xive2_end_eas_pic_print_info(Xive2End *end, uint32_t end_idx, in xive2_end_eas_pic_print_info()
229 static void xive2_end_enqueue(Xive2End *end, uint32_t data) in xive2_end_enqueue()
677 Xive2End *end) in xive2_router_get_end()
685 Xive2End *end, uint8_t word_number) in xive2_router_write_end()
802 uint32_t end_idx, Xive2End *end, in xive2_router_end_es_notify()
825 Xive2End end; in xive2_router_end_notify() local
1074 Xive2End end; in xive2_end_source_read() local
1140 Xive2End end; in xive2_end_source_write() local
/qemu/tests/tcg/mips/user/ase/msa/bit-count/
A Dtest_msa_nloc_b.c39 struct timeval start, end; in main() local
A Dtest_msa_pcnt_b.c39 struct timeval start, end; in main() local
A Dtest_msa_pcnt_d.c39 struct timeval start, end; in main() local
A Dtest_msa_pcnt_h.c39 struct timeval start, end; in main() local
A Dtest_msa_pcnt_w.c39 struct timeval start, end; in main() local
A Dtest_msa_nloc_d.c39 struct timeval start, end; in main() local
A Dtest_msa_nloc_h.c39 struct timeval start, end; in main() local
A Dtest_msa_nloc_w.c39 struct timeval start, end; in main() local
A Dtest_msa_nlzc_b.c39 struct timeval start, end; in main() local
A Dtest_msa_nlzc_d.c39 struct timeval start, end; in main() local
/qemu/tests/tcg/mips/user/ase/msa/move/
A Dtest_msa_move_v.c39 struct timeval start, end; in main() local
/qemu/tests/tcg/mips/user/isa/mips64r6/bit-count/
A Dtest_mips64r6_clo.c39 struct timeval start, end; in main() local
/qemu/tests/tcg/mips/user/isa/mips64r6/bit-swap/
A Dtest_mips64r6_bitswap.c39 struct timeval start, end; in main() local
A Dtest_mips64r6_dbitswap.c39 struct timeval start, end; in main() local

Completed in 64 milliseconds

12345678910>>...18