diff for duplicates of <568E3A6C.2010404@arm.com> diff --git a/a/1.txt b/N1/1.txt index 591cc4e..1a8b5fd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -35,10 +35,10 @@ On 22/12/15 08:08, Shannon Zhao wrote: > + * PMUSERENR: user enable reg > + */ > +#define ARMV8_USERENR_MASK 0xf /* Mask for writable bits */ -> +#define ARMV8_USERENR_EN (1 << 0) /* PMU regs can be accessed at EL0 */ -> +#define ARMV8_USERENR_SW (1 << 1) /* PMSWINC can be written at EL0 */ -> +#define ARMV8_USERENR_CR (1 << 2) /* Cycle counter can be read at EL0 */ -> +#define ARMV8_USERENR_ER (1 << 3) /* Event counter can be read at EL0 */ +> +#define ARMV8_USERENR_EN (1 << 0) /* PMU regs can be accessed@EL0 */ +> +#define ARMV8_USERENR_SW (1 << 1) /* PMSWINC can be written@EL0 */ +> +#define ARMV8_USERENR_CR (1 << 2) /* Cycle counter can be read@EL0 */ +> +#define ARMV8_USERENR_ER (1 << 3) /* Event counter can be read@EL0 */ > + > #endif /* __ASM_PMU_H */ > diff --git a/arch/arm64/kvm/hyp/switch.c b/arch/arm64/kvm/hyp/switch.c diff --git a/a/content_digest b/N1/content_digest index d26a919..4f52afb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,9 @@ "ref\01450771695-11948-1-git-send-email-zhaoshenglong@huawei.com\0" "ref\01450771695-11948-17-git-send-email-zhaoshenglong@huawei.com\0" - "From\0Marc Zyngier <marc.zyngier@arm.com>\0" - "Subject\0Re: [PATCH v8 16/20] KVM: ARM64: Add access handler for PMUSERENR register\0" + "From\0marc.zyngier@arm.com (Marc Zyngier)\0" + "Subject\0[PATCH v8 16/20] KVM: ARM64: Add access handler for PMUSERENR register\0" "Date\0Thu, 07 Jan 2016 10:14:04 +0000\0" - "To\0Shannon Zhao <zhaoshenglong@huawei.com>" - kvmarm@lists.cs.columbia.edu - " christoffer.dall@linaro.org\0" - "Cc\0kvm@vger.kernel.org" - will.deacon@arm.com - shannon.zhao@linaro.org - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 22/12/15 08:08, Shannon Zhao wrote:\n" @@ -49,10 +43,10 @@ "> + * PMUSERENR: user enable reg\n" "> + */\n" "> +#define ARMV8_USERENR_MASK\t0xf\t\t/* Mask for writable bits */\n" - "> +#define ARMV8_USERENR_EN\t(1 << 0) /* PMU regs can be accessed at EL0 */\n" - "> +#define ARMV8_USERENR_SW\t(1 << 1) /* PMSWINC can be written at EL0 */\n" - "> +#define ARMV8_USERENR_CR\t(1 << 2) /* Cycle counter can be read at EL0 */\n" - "> +#define ARMV8_USERENR_ER\t(1 << 3) /* Event counter can be read at EL0 */\n" + "> +#define ARMV8_USERENR_EN\t(1 << 0) /* PMU regs can be accessed@EL0 */\n" + "> +#define ARMV8_USERENR_SW\t(1 << 1) /* PMSWINC can be written@EL0 */\n" + "> +#define ARMV8_USERENR_CR\t(1 << 2) /* Cycle counter can be read@EL0 */\n" + "> +#define ARMV8_USERENR_ER\t(1 << 3) /* Event counter can be read@EL0 */\n" "> +\n" "> #endif /* __ASM_PMU_H */\n" "> diff --git a/arch/arm64/kvm/hyp/switch.c b/arch/arm64/kvm/hyp/switch.c\n" @@ -149,4 +143,4 @@ "-- \n" Jazz is not dead. It just smells funny... -b92efecf075936249c7ef6300ab5dbe022f66d7a880f5d95e7f322ac323dd4be +5b6bbf0a641e2a6c985812c594edfdf6e0866923174a66174f5f691524d7dd13
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.