Home
last modified time | relevance | path

Searched refs:cproc (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c1004 uint64_t cproc; in h_register_process_table()
1027 cproc = PATE1_GR | proc_tbl | table_size; in h_register_process_table()
1042 cproc = (proc_tbl << 25) | page_size << 5 | table_size; in h_register_process_table()
1051 cproc = spapr->patb_entry & PATE1_GR; in h_register_process_table()
1058 cproc = spapr->patb_entry; in h_register_process_table()
1062 spapr_check_setup_free_hpt(spapr, spapr->patb_entry, cproc); in h_register_process_table()
1064 spapr->patb_entry = cproc; /* Save new process table */ in h_register_process_table()
1078 flags & FLAG_GTSE, cproc); in h_register_process_table()
1005 uint64_t cproc; h_register_process_table() local
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch23113 + 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)