Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dsstep.h98 #define GETSIZE(w) ((w) >> 12) macro
/Linux-v4.19/arch/powerpc/lib/
Dsstep.c475 nb = GETSIZE(op->type); in do_fp_load()
525 nb = GETSIZE(op->type); in do_fp_store()
669 size = GETSIZE(op->type); in emulate_vsx_load()
754 size = GETSIZE(op->type); in emulate_vsx_store()
827 int size = GETSIZE(op->type); in do_vsx_load()
859 int size = GETSIZE(op->type); in do_vsx_store()
2751 size = GETSIZE(op->type); in emulate_loadstore()
/Linux-v4.19/arch/powerpc/kvm/
Demulate_loadstore.c123 int size = GETSIZE(op.type); in kvmppc_emulate_loadstore()