Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dxive-regs.h58 #define TM_QW1_OS 0x010 /* Ring 0..2 */ macro
/arch/powerpc/kvm/
Dbook3s_xive_template.c261 __x_writeb(xc->cppr, __x_tima + TM_QW1_OS + TM_CPPR); in GLUE()
339 __be64 qw1 = __x_readq(__x_tima + TM_QW1_OS); in GLUE()
491 __x_writeb(cppr, __x_tima + TM_QW1_OS + TM_CPPR); in GLUE()
596 __x_writeb(xc->cppr, __x_tima + TM_QW1_OS + TM_CPPR); in GLUE()
Dbook3s_xive.c99 __raw_writeq(vcpu->arch.xive_saved_state.w01, tima + TM_QW1_OS); in kvmppc_xive_push_vcpu()
100 __raw_writel(vcpu->arch.xive_cam_word, tima + TM_QW1_OS + TM_WORD2); in kvmppc_xive_push_vcpu()
172 vcpu->arch.xive_saved_state.w01 = __raw_readq(tima + TM_QW1_OS); in kvmppc_xive_pull_vcpu()
/arch/powerpc/sysdev/xive/
Dspapr.c648 in_be32(xive_tima + TM_QW1_OS + TM_WORD0), in xive_spapr_setup_cpu()
649 in_be32(xive_tima + TM_QW1_OS + TM_WORD1), in xive_spapr_setup_cpu()
650 in_be32(xive_tima + TM_QW1_OS + TM_WORD2)); in xive_spapr_setup_cpu()
874 if (!xive_core_init(np, &xive_spapr_ops, tima, TM_QW1_OS, max_prio)) in xive_spapr_init()