Home
last modified time | relevance | path

Searched refs:first_stage (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_helper.c886 bool first_stage, bool two_stage, in get_physical_address() argument
926 if (first_stage == true) { in get_physical_address()
978 if (first_stage == true) { in get_physical_address()
1002 if (first_stage && two_stage && env->virt_enabled) { in get_physical_address()
1027 if (two_stage && first_stage) { in get_physical_address()
1120 if (cpu_get_bcfien(env) && first_stage) { in get_physical_address()
1156 if (first_stage || !env->virt_enabled) { in get_physical_address()
1161 if (first_stage && two_stage && !env->virt_enabled) { in get_physical_address()
1290 bool first_stage, bool two_stage, in raise_mmu_exception() argument
1299 } else if (env->virt_enabled && !first_stage) { in raise_mmu_exception()
[all …]
/openbmc/linux/drivers/md/
H A Ddm.c856 static void dm_requeue_add_io(struct dm_io *io, bool first_stage) in dm_requeue_add_io() argument
860 if (first_stage) { in dm_requeue_add_io()
870 static void dm_kick_requeue(struct mapped_device *md, bool first_stage) in dm_kick_requeue() argument
872 if (first_stage) in dm_kick_requeue()
882 static bool dm_handle_requeue(struct dm_io *io, bool first_stage) in dm_handle_requeue() argument
910 handle_polled_eagain || first_stage) { in dm_handle_requeue()
911 dm_requeue_add_io(io, first_stage); in dm_handle_requeue()
924 dm_kick_requeue(md, first_stage); in dm_handle_requeue()
929 static void __dm_io_complete(struct dm_io *io, bool first_stage) in __dm_io_complete() argument
936 requeued = dm_handle_requeue(io, first_stage); in __dm_io_complete()
[all …]
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c157 static struct completion first_stage; variable
870 complete(&first_stage); in liquidio_probe()
3255 init_completion(&first_stage); in liquidio_init()
3262 wait_for_completion_timeout(&first_stage, msecs_to_jiffies(1000)); in liquidio_init()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c1168 const struct ia_css_pipeline_stage *first_stage) in ia_css_process_zoom_and_motion() argument
1183 for (stage = first_stage; stage; stage = stage->next) { in ia_css_process_zoom_and_motion()
1216 if (stage == first_stage) { in ia_css_process_zoom_and_motion()