Searched refs:wfc (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/ |
H A D | workqueue.c | 5642 struct work_for_cpu *wfc = container_of(work, struct work_for_cpu, work); in work_for_cpu_fn() local 5644 wfc->ret = wfc->fn(wfc->arg); in work_for_cpu_fn() 5662 struct work_for_cpu wfc = { .fn = fn, .arg = arg }; in work_on_cpu_key() local 5664 INIT_WORK_ONSTACK_KEY(&wfc.work, work_for_cpu_fn, key); in work_on_cpu_key() 5665 schedule_work_on(cpu, &wfc.work); in work_on_cpu_key() 5666 flush_work(&wfc.work); in work_on_cpu_key() 5667 destroy_work_on_stack(&wfc.work); in work_on_cpu_key() 5668 return wfc.ret; in work_on_cpu_key()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_fpu_helper.c | 404 env->cc_op = wfc##BITS(v1, v2, env, SIGNAL, GETPC()); \ 412 DEF_GVEC_WFC(wfc, false)
|
H A D | insn-data.h.inc | 1286 F(0xe7cb, WFC, VRR_a, V, 0, 0, 0, 0, wfc, 0, IF_VEC) 1288 F(0xe7ca, WFK, VRR_a, V, 0, 0, 0, 0, wfc, 0, IF_VEC)
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 1028 e7cb wfc VRR_VV0UU2
|