Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/kvm/
Dbookehv_interrupts.S29 #define LONGBYTES (BITS_PER_LONG / 8) macro
31 #define VCPU_GUEST_SPRG(n) (VCPU_GUEST_SPRGS + (n * LONGBYTES))
36 #define HOST_RUN (HOST_CALLEE_LR + LONGBYTES)
41 #define HOST_R2 (HOST_RUN + LONGBYTES)
42 #define HOST_CR (HOST_R2 + LONGBYTES)
43 #define HOST_NV_GPRS (HOST_CR + LONGBYTES)
44 #define __HOST_NV_GPR(n) (HOST_NV_GPRS + ((n - 14) * LONGBYTES))
46 #define HOST_MIN_STACK_SIZE (HOST_NV_GPR(R31) + LONGBYTES)