Home
last modified time | relevance | path

Searched refs:GETSIZE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/powerpc/include/asm/
Dsstep.h94 #define GETSIZE(w) ((w) >> 12) macro
/Linux-v5.4/arch/powerpc/lib/
Dsstep.c471 nb = GETSIZE(op->type); in do_fp_load()
521 nb = GETSIZE(op->type); in do_fp_store()
665 size = GETSIZE(op->type); in emulate_vsx_load()
750 size = GETSIZE(op->type); in emulate_vsx_store()
823 int size = GETSIZE(op->type); in do_vsx_load()
855 int size = GETSIZE(op->type); in do_vsx_store()
2857 size = GETSIZE(op->type); in emulate_loadstore()
/Linux-v5.4/arch/powerpc/kvm/
Demulate_loadstore.c105 int size = GETSIZE(op.type); in kvmppc_emulate_loadstore()