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.c806 bool first_stage, bool two_stage, in get_physical_address() argument
844 if (first_stage == true) { in get_physical_address()
894 if (first_stage == true) { in get_physical_address()
918 if (first_stage && two_stage && env->virt_enabled) { in get_physical_address()
943 if (two_stage && first_stage) { in get_physical_address()
1050 if (first_stage || !env->virt_enabled) { in get_physical_address()
1055 if (first_stage && two_stage && !env->virt_enabled) { in get_physical_address()
1176 bool first_stage, bool two_stage, in raise_mmu_exception() argument
1185 } else if (env->virt_enabled && !first_stage) { in raise_mmu_exception()
1194 } else if (two_stage && !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()