Home
last modified time | relevance | path

Searched defs:process (Results 1 – 8 of 8) sorted by relevance

/qemu/docs/devel/
H A Dmulti-process.rst282 primary channel
289 per-device channels
463 initialization
496 MMIO handling
509 interrupt injection
538 DMA operations
547 IOMMU
570 live migration
H A Dbuild-system.rst156 .. [#distlib] The scripts are created based on the package's metadata,
/qemu/gdbstub/
H A Dgdbstub.c252 CPUState *gdb_get_first_cpu_in_process(GDBProcess *process) in gdb_get_first_cpu_in_process()
301 GDBProcess *process = gdb_get_cpu_process(cpu); in gdb_first_attached_cpu() local
312 GDBProcess *process; in gdb_get_cpu() local
354 GDBProcess *process) in get_feature_xml()
733 GDBProcess *process; in gdb_handle_vcont() local
1011 GDBProcess *process; in handle_detach() local
1415 GDBProcess *process; in handle_v_attach() local
1573 GDBProcess *process; in handle_query_curr_tid() local
1708 GDBProcess *process; in handle_query_xfer_features() local
2479 GDBProcess *process; in gdb_create_default_process() local
H A Duser-target.c389 GDBProcess *process = gdb_get_process(pid); in gdb_handle_query_xfer_exec_file() local
H A Dsystem.c286 GDBProcess *process; in find_cpu_clusters() local
/qemu/scripts/
H A Dminikconf.py143 def process(self): member in KconfigData.Clause
153 def process(self): member in KconfigData.AssignmentClause
173 def process(self): member in KconfigData.DefaultClause
186 def process(self): member in KconfigData.DependsOnClause
198 def process(self): member in KconfigData.SelectClause
H A Dcheckpatch.pl1521 sub process { subroutine
H A Dsimpletrace.py272 def process(events, log, analyzer, read_header=True): function