Searched refs:cproc (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_hcall.c | 992 uint64_t cproc; in h_register_process_table() local 1015 cproc = PATE1_GR | proc_tbl | table_size; in h_register_process_table() 1030 cproc = (proc_tbl << 25) | page_size << 5 | table_size; in h_register_process_table() 1039 cproc = spapr->patb_entry & PATE1_GR; in h_register_process_table() 1046 cproc = spapr->patb_entry; in h_register_process_table() 1050 spapr_check_setup_free_hpt(spapr, spapr->patb_entry, cproc); in h_register_process_table() 1052 spapr->patb_entry = cproc; /* Save new process table */ in h_register_process_table() 1066 flags & FLAG_GTSE, cproc); in h_register_process_table()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 23113 + cproc = subprocess.Popen([ffmpeg, "-no_cvt_hw", 23117 + pinfo = os.wait4(cproc.pid, 0) 23328 + cproc = subprocess.Popen(["./ffmpeg", "-t", "30", "-i", prefix + name, 23330 + pinfo = os.wait4(cproc.pid, 0)
|