2005-04-17 06:20:36 +08:00
|
|
|
/*
|
|
|
|
* pSeries_lpar.c
|
|
|
|
* Copyright (C) 2001 Todd Inglett, IBM Corporation
|
|
|
|
*
|
|
|
|
* pSeries LPAR support.
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
*/
|
|
|
|
|
2008-04-24 13:13:19 +08:00
|
|
|
/* Enables debugging of low-level hash table routines - careful! */
|
|
|
|
#undef DEBUG
|
2018-06-29 16:39:04 +08:00
|
|
|
#define pr_fmt(fmt) "lpar: " fmt
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#include <linux/kernel.h>
|
|
|
|
#include <linux/dma-mapping.h>
|
2005-11-23 14:56:06 +08:00
|
|
|
#include <linux/console.h>
|
2011-05-27 22:46:24 +08:00
|
|
|
#include <linux/export.h>
|
2015-04-09 11:51:32 +08:00
|
|
|
#include <linux/jump_label.h>
|
2016-12-09 08:07:36 +08:00
|
|
|
#include <linux/delay.h>
|
|
|
|
#include <linux/stop_machine.h>
|
2019-07-04 01:04:00 +08:00
|
|
|
#include <linux/spinlock.h>
|
|
|
|
#include <linux/cpuhotplug.h>
|
|
|
|
#include <linux/workqueue.h>
|
|
|
|
#include <linux/proc_fs.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
#include <asm/processor.h>
|
|
|
|
#include <asm/mmu.h>
|
|
|
|
#include <asm/page.h>
|
|
|
|
#include <asm/pgtable.h>
|
|
|
|
#include <asm/machdep.h>
|
|
|
|
#include <asm/mmu_context.h>
|
|
|
|
#include <asm/iommu.h>
|
|
|
|
#include <asm/tlb.h>
|
|
|
|
#include <asm/prom.h>
|
|
|
|
#include <asm/cputable.h>
|
2005-11-07 06:49:43 +08:00
|
|
|
#include <asm/udbg.h>
|
2005-11-07 10:18:13 +08:00
|
|
|
#include <asm/smp.h>
|
2009-10-27 02:50:29 +08:00
|
|
|
#include <asm/trace.h>
|
2012-03-16 02:18:00 +08:00
|
|
|
#include <asm/firmware.h>
|
2013-08-22 17:53:52 +08:00
|
|
|
#include <asm/plpar_wrappers.h>
|
2014-12-19 02:06:55 +08:00
|
|
|
#include <asm/kexec.h>
|
2014-10-01 15:02:30 +08:00
|
|
|
#include <asm/fadump.h>
|
2016-05-18 09:16:50 +08:00
|
|
|
#include <asm/asm-prototypes.h>
|
2018-10-16 19:50:05 +08:00
|
|
|
#include <asm/debugfs.h>
|
2005-11-03 12:33:31 +08:00
|
|
|
|
2008-04-16 11:51:48 +08:00
|
|
|
#include "pseries.h"
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2013-06-20 17:00:27 +08:00
|
|
|
/* Flag bits for H_BULK_REMOVE */
|
|
|
|
#define HBR_REQUEST 0x4000000000000000UL
|
|
|
|
#define HBR_RESPONSE 0x8000000000000000UL
|
|
|
|
#define HBR_END 0xc000000000000000UL
|
|
|
|
#define HBR_AVPN 0x0200000000000000UL
|
|
|
|
#define HBR_ANDCOND 0x0100000000000000UL
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2006-07-19 06:01:28 +08:00
|
|
|
/* in hvCall.S */
|
2005-04-17 06:20:36 +08:00
|
|
|
EXPORT_SYMBOL(plpar_hcall);
|
2006-07-19 06:01:28 +08:00
|
|
|
EXPORT_SYMBOL(plpar_hcall9);
|
2005-04-17 06:20:36 +08:00
|
|
|
EXPORT_SYMBOL(plpar_hcall_norets);
|
2006-07-19 06:01:28 +08:00
|
|
|
|
2019-07-04 01:04:00 +08:00
|
|
|
#ifdef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
|
|
|
|
static u8 dtl_mask = DTL_LOG_PREEMPT;
|
|
|
|
#else
|
|
|
|
static u8 dtl_mask;
|
|
|
|
#endif
|
|
|
|
|
2019-07-04 01:03:56 +08:00
|
|
|
void alloc_dtl_buffers(void)
|
|
|
|
{
|
|
|
|
int cpu;
|
|
|
|
struct paca_struct *pp;
|
|
|
|
struct dtl_entry *dtl;
|
|
|
|
|
|
|
|
for_each_possible_cpu(cpu) {
|
|
|
|
pp = paca_ptrs[cpu];
|
2019-07-04 01:04:00 +08:00
|
|
|
if (pp->dispatch_log)
|
|
|
|
continue;
|
2019-07-04 01:03:56 +08:00
|
|
|
dtl = kmem_cache_alloc(dtl_cache, GFP_KERNEL);
|
|
|
|
if (!dtl) {
|
|
|
|
pr_warn("Failed to allocate dispatch trace log for cpu %d\n",
|
|
|
|
cpu);
|
2019-07-04 01:04:00 +08:00
|
|
|
#ifdef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
|
2019-07-04 01:03:56 +08:00
|
|
|
pr_warn("Stolen time statistics will be unreliable\n");
|
2019-07-04 01:04:00 +08:00
|
|
|
#endif
|
2019-07-04 01:03:56 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
pp->dtl_ridx = 0;
|
|
|
|
pp->dispatch_log = dtl;
|
|
|
|
pp->dispatch_log_end = dtl + N_DISPATCH_LOG;
|
|
|
|
pp->dtl_curr = dtl;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void register_dtl_buffer(int cpu)
|
|
|
|
{
|
|
|
|
long ret;
|
|
|
|
struct paca_struct *pp;
|
|
|
|
struct dtl_entry *dtl;
|
|
|
|
int hwcpu = get_hard_smp_processor_id(cpu);
|
|
|
|
|
|
|
|
pp = paca_ptrs[cpu];
|
|
|
|
dtl = pp->dispatch_log;
|
2019-07-04 01:04:00 +08:00
|
|
|
if (dtl && dtl_mask) {
|
2019-07-04 01:03:56 +08:00
|
|
|
pp->dtl_ridx = 0;
|
|
|
|
pp->dtl_curr = dtl;
|
|
|
|
lppaca_of(cpu).dtl_idx = 0;
|
|
|
|
|
|
|
|
/* hypervisor reads buffer length from this field */
|
|
|
|
dtl->enqueue_to_dispatch_time = cpu_to_be32(DISPATCH_LOG_BYTES);
|
|
|
|
ret = register_dtl(hwcpu, __pa(dtl));
|
|
|
|
if (ret)
|
|
|
|
pr_err("WARNING: DTL registration of cpu %d (hw %d) failed with %ld\n",
|
|
|
|
cpu, hwcpu, ret);
|
|
|
|
|
2019-07-04 01:04:00 +08:00
|
|
|
lppaca_of(cpu).dtl_enable_mask = dtl_mask;
|
2019-07-04 01:03:56 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-04 01:03:57 +08:00
|
|
|
#ifdef CONFIG_PPC_SPLPAR
|
2019-07-04 01:04:00 +08:00
|
|
|
struct dtl_worker {
|
|
|
|
struct delayed_work work;
|
|
|
|
int cpu;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct vcpu_dispatch_data {
|
|
|
|
int last_disp_cpu;
|
|
|
|
|
|
|
|
int total_disp;
|
|
|
|
|
|
|
|
int same_cpu_disp;
|
|
|
|
int same_chip_disp;
|
|
|
|
int diff_chip_disp;
|
|
|
|
int far_chip_disp;
|
|
|
|
|
|
|
|
int numa_home_disp;
|
|
|
|
int numa_remote_disp;
|
|
|
|
int numa_far_disp;
|
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* This represents the number of cpus in the hypervisor. Since there is no
|
|
|
|
* architected way to discover the number of processors in the host, we
|
|
|
|
* provision for dealing with NR_CPUS. This is currently 2048 by default, and
|
|
|
|
* is sufficient for our purposes. This will need to be tweaked if
|
|
|
|
* CONFIG_NR_CPUS is changed.
|
|
|
|
*/
|
|
|
|
#define NR_CPUS_H NR_CPUS
|
|
|
|
|
2019-07-04 01:03:57 +08:00
|
|
|
DEFINE_RWLOCK(dtl_access_lock);
|
2019-07-04 01:04:00 +08:00
|
|
|
static DEFINE_PER_CPU(struct vcpu_dispatch_data, vcpu_disp_data);
|
|
|
|
static DEFINE_PER_CPU(u64, dtl_entry_ridx);
|
|
|
|
static DEFINE_PER_CPU(struct dtl_worker, dtl_workers);
|
|
|
|
static enum cpuhp_state dtl_worker_state;
|
|
|
|
static DEFINE_MUTEX(dtl_enable_mutex);
|
|
|
|
static int vcpudispatch_stats_on __read_mostly;
|
|
|
|
static int vcpudispatch_stats_freq = 50;
|
|
|
|
static __be32 *vcpu_associativity, *pcpu_associativity;
|
|
|
|
|
|
|
|
|
|
|
|
static void free_dtl_buffers(void)
|
|
|
|
{
|
|
|
|
#ifndef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
|
|
|
|
int cpu;
|
|
|
|
struct paca_struct *pp;
|
|
|
|
|
|
|
|
for_each_possible_cpu(cpu) {
|
|
|
|
pp = paca_ptrs[cpu];
|
|
|
|
if (!pp->dispatch_log)
|
|
|
|
continue;
|
|
|
|
kmem_cache_free(dtl_cache, pp->dispatch_log);
|
|
|
|
pp->dtl_ridx = 0;
|
|
|
|
pp->dispatch_log = 0;
|
|
|
|
pp->dispatch_log_end = 0;
|
|
|
|
pp->dtl_curr = 0;
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
static int init_cpu_associativity(void)
|
|
|
|
{
|
|
|
|
vcpu_associativity = kcalloc(num_possible_cpus() / threads_per_core,
|
|
|
|
VPHN_ASSOC_BUFSIZE * sizeof(__be32), GFP_KERNEL);
|
|
|
|
pcpu_associativity = kcalloc(NR_CPUS_H / threads_per_core,
|
|
|
|
VPHN_ASSOC_BUFSIZE * sizeof(__be32), GFP_KERNEL);
|
|
|
|
|
|
|
|
if (!vcpu_associativity || !pcpu_associativity) {
|
|
|
|
pr_err("error allocating memory for associativity information\n");
|
|
|
|
return -ENOMEM;
|
|
|
|
}
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void destroy_cpu_associativity(void)
|
|
|
|
{
|
|
|
|
kfree(vcpu_associativity);
|
|
|
|
kfree(pcpu_associativity);
|
|
|
|
vcpu_associativity = pcpu_associativity = 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static __be32 *__get_cpu_associativity(int cpu, __be32 *cpu_assoc, int flag)
|
|
|
|
{
|
|
|
|
__be32 *assoc;
|
|
|
|
int rc = 0;
|
|
|
|
|
|
|
|
assoc = &cpu_assoc[(int)(cpu / threads_per_core) * VPHN_ASSOC_BUFSIZE];
|
|
|
|
if (!assoc[0]) {
|
|
|
|
rc = hcall_vphn(cpu, flag, &assoc[0]);
|
|
|
|
if (rc)
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
return assoc;
|
|
|
|
}
|
|
|
|
|
|
|
|
static __be32 *get_pcpu_associativity(int cpu)
|
|
|
|
{
|
|
|
|
return __get_cpu_associativity(cpu, pcpu_associativity, VPHN_FLAG_PCPU);
|
|
|
|
}
|
|
|
|
|
|
|
|
static __be32 *get_vcpu_associativity(int cpu)
|
|
|
|
{
|
|
|
|
return __get_cpu_associativity(cpu, vcpu_associativity, VPHN_FLAG_VCPU);
|
|
|
|
}
|
|
|
|
|
|
|
|
static int cpu_relative_dispatch_distance(int last_disp_cpu, int cur_disp_cpu)
|
|
|
|
{
|
|
|
|
__be32 *last_disp_cpu_assoc, *cur_disp_cpu_assoc;
|
|
|
|
|
|
|
|
if (last_disp_cpu >= NR_CPUS_H || cur_disp_cpu >= NR_CPUS_H)
|
|
|
|
return -EINVAL;
|
|
|
|
|
|
|
|
last_disp_cpu_assoc = get_pcpu_associativity(last_disp_cpu);
|
|
|
|
cur_disp_cpu_assoc = get_pcpu_associativity(cur_disp_cpu);
|
|
|
|
|
|
|
|
if (!last_disp_cpu_assoc || !cur_disp_cpu_assoc)
|
|
|
|
return -EIO;
|
|
|
|
|
|
|
|
return cpu_distance(last_disp_cpu_assoc, cur_disp_cpu_assoc);
|
|
|
|
}
|
|
|
|
|
|
|
|
static int cpu_home_node_dispatch_distance(int disp_cpu)
|
|
|
|
{
|
|
|
|
__be32 *disp_cpu_assoc, *vcpu_assoc;
|
|
|
|
int vcpu_id = smp_processor_id();
|
|
|
|
|
|
|
|
if (disp_cpu >= NR_CPUS_H) {
|
|
|
|
pr_debug_ratelimited("vcpu dispatch cpu %d > %d\n",
|
|
|
|
disp_cpu, NR_CPUS_H);
|
|
|
|
return -EINVAL;
|
|
|
|
}
|
|
|
|
|
|
|
|
disp_cpu_assoc = get_pcpu_associativity(disp_cpu);
|
|
|
|
vcpu_assoc = get_vcpu_associativity(vcpu_id);
|
|
|
|
|
|
|
|
if (!disp_cpu_assoc || !vcpu_assoc)
|
|
|
|
return -EIO;
|
|
|
|
|
|
|
|
return cpu_distance(disp_cpu_assoc, vcpu_assoc);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void update_vcpu_disp_stat(int disp_cpu)
|
|
|
|
{
|
|
|
|
struct vcpu_dispatch_data *disp;
|
|
|
|
int distance;
|
|
|
|
|
|
|
|
disp = this_cpu_ptr(&vcpu_disp_data);
|
|
|
|
if (disp->last_disp_cpu == -1) {
|
|
|
|
disp->last_disp_cpu = disp_cpu;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
disp->total_disp++;
|
|
|
|
|
|
|
|
if (disp->last_disp_cpu == disp_cpu ||
|
|
|
|
(cpu_first_thread_sibling(disp->last_disp_cpu) ==
|
|
|
|
cpu_first_thread_sibling(disp_cpu)))
|
|
|
|
disp->same_cpu_disp++;
|
|
|
|
else {
|
|
|
|
distance = cpu_relative_dispatch_distance(disp->last_disp_cpu,
|
|
|
|
disp_cpu);
|
|
|
|
if (distance < 0)
|
|
|
|
pr_debug_ratelimited("vcpudispatch_stats: cpu %d: error determining associativity\n",
|
|
|
|
smp_processor_id());
|
|
|
|
else {
|
|
|
|
switch (distance) {
|
|
|
|
case 0:
|
|
|
|
disp->same_chip_disp++;
|
|
|
|
break;
|
|
|
|
case 1:
|
|
|
|
disp->diff_chip_disp++;
|
|
|
|
break;
|
|
|
|
case 2:
|
|
|
|
disp->far_chip_disp++;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
pr_debug_ratelimited("vcpudispatch_stats: cpu %d (%d -> %d): unexpected relative dispatch distance %d\n",
|
|
|
|
smp_processor_id(),
|
|
|
|
disp->last_disp_cpu,
|
|
|
|
disp_cpu,
|
|
|
|
distance);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
distance = cpu_home_node_dispatch_distance(disp_cpu);
|
|
|
|
if (distance < 0)
|
|
|
|
pr_debug_ratelimited("vcpudispatch_stats: cpu %d: error determining associativity\n",
|
|
|
|
smp_processor_id());
|
|
|
|
else {
|
|
|
|
switch (distance) {
|
|
|
|
case 0:
|
|
|
|
disp->numa_home_disp++;
|
|
|
|
break;
|
|
|
|
case 1:
|
|
|
|
disp->numa_remote_disp++;
|
|
|
|
break;
|
|
|
|
case 2:
|
|
|
|
disp->numa_far_disp++;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
pr_debug_ratelimited("vcpudispatch_stats: cpu %d on %d: unexpected numa dispatch distance %d\n",
|
|
|
|
smp_processor_id(),
|
|
|
|
disp_cpu,
|
|
|
|
distance);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
disp->last_disp_cpu = disp_cpu;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void process_dtl_buffer(struct work_struct *work)
|
|
|
|
{
|
|
|
|
struct dtl_entry dtle;
|
|
|
|
u64 i = __this_cpu_read(dtl_entry_ridx);
|
|
|
|
struct dtl_entry *dtl = local_paca->dispatch_log + (i % N_DISPATCH_LOG);
|
|
|
|
struct dtl_entry *dtl_end = local_paca->dispatch_log_end;
|
|
|
|
struct lppaca *vpa = local_paca->lppaca_ptr;
|
|
|
|
struct dtl_worker *d = container_of(work, struct dtl_worker, work.work);
|
|
|
|
|
|
|
|
if (!local_paca->dispatch_log)
|
|
|
|
return;
|
|
|
|
|
|
|
|
/* if we have been migrated away, we cancel ourself */
|
|
|
|
if (d->cpu != smp_processor_id()) {
|
|
|
|
pr_debug("vcpudispatch_stats: cpu %d worker migrated -- canceling worker\n",
|
|
|
|
smp_processor_id());
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (i == be64_to_cpu(vpa->dtl_idx))
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
while (i < be64_to_cpu(vpa->dtl_idx)) {
|
|
|
|
dtle = *dtl;
|
|
|
|
barrier();
|
|
|
|
if (i + N_DISPATCH_LOG < be64_to_cpu(vpa->dtl_idx)) {
|
|
|
|
/* buffer has overflowed */
|
|
|
|
pr_debug_ratelimited("vcpudispatch_stats: cpu %d lost %lld DTL samples\n",
|
|
|
|
d->cpu,
|
|
|
|
be64_to_cpu(vpa->dtl_idx) - N_DISPATCH_LOG - i);
|
|
|
|
i = be64_to_cpu(vpa->dtl_idx) - N_DISPATCH_LOG;
|
|
|
|
dtl = local_paca->dispatch_log + (i % N_DISPATCH_LOG);
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
update_vcpu_disp_stat(be16_to_cpu(dtle.processor_id));
|
|
|
|
++i;
|
|
|
|
++dtl;
|
|
|
|
if (dtl == dtl_end)
|
|
|
|
dtl = local_paca->dispatch_log;
|
|
|
|
}
|
|
|
|
|
|
|
|
__this_cpu_write(dtl_entry_ridx, i);
|
|
|
|
|
|
|
|
out:
|
|
|
|
schedule_delayed_work_on(d->cpu, to_delayed_work(work),
|
|
|
|
HZ / vcpudispatch_stats_freq);
|
|
|
|
}
|
|
|
|
|
|
|
|
static int dtl_worker_online(unsigned int cpu)
|
|
|
|
{
|
|
|
|
struct dtl_worker *d = &per_cpu(dtl_workers, cpu);
|
|
|
|
|
|
|
|
memset(d, 0, sizeof(*d));
|
|
|
|
INIT_DELAYED_WORK(&d->work, process_dtl_buffer);
|
|
|
|
d->cpu = cpu;
|
|
|
|
|
|
|
|
#ifndef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
|
|
|
|
per_cpu(dtl_entry_ridx, cpu) = 0;
|
|
|
|
register_dtl_buffer(cpu);
|
|
|
|
#else
|
|
|
|
per_cpu(dtl_entry_ridx, cpu) = be64_to_cpu(lppaca_of(cpu).dtl_idx);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
schedule_delayed_work_on(cpu, &d->work, HZ / vcpudispatch_stats_freq);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int dtl_worker_offline(unsigned int cpu)
|
|
|
|
{
|
|
|
|
struct dtl_worker *d = &per_cpu(dtl_workers, cpu);
|
|
|
|
|
|
|
|
cancel_delayed_work_sync(&d->work);
|
|
|
|
|
|
|
|
#ifndef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
|
|
|
|
unregister_dtl(get_hard_smp_processor_id(cpu));
|
|
|
|
#endif
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void set_global_dtl_mask(u8 mask)
|
|
|
|
{
|
|
|
|
int cpu;
|
|
|
|
|
|
|
|
dtl_mask = mask;
|
|
|
|
for_each_present_cpu(cpu)
|
|
|
|
lppaca_of(cpu).dtl_enable_mask = dtl_mask;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void reset_global_dtl_mask(void)
|
|
|
|
{
|
|
|
|
int cpu;
|
|
|
|
|
|
|
|
#ifdef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
|
|
|
|
dtl_mask = DTL_LOG_PREEMPT;
|
|
|
|
#else
|
|
|
|
dtl_mask = 0;
|
|
|
|
#endif
|
|
|
|
for_each_present_cpu(cpu)
|
|
|
|
lppaca_of(cpu).dtl_enable_mask = dtl_mask;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int dtl_worker_enable(void)
|
|
|
|
{
|
|
|
|
int rc = 0, state;
|
|
|
|
|
|
|
|
if (!write_trylock(&dtl_access_lock)) {
|
|
|
|
rc = -EBUSY;
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
|
|
|
|
set_global_dtl_mask(DTL_LOG_ALL);
|
|
|
|
|
|
|
|
/* Setup dtl buffers and register those */
|
|
|
|
alloc_dtl_buffers();
|
|
|
|
|
|
|
|
state = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "powerpc/dtl:online",
|
|
|
|
dtl_worker_online, dtl_worker_offline);
|
|
|
|
if (state < 0) {
|
|
|
|
pr_err("vcpudispatch_stats: unable to setup workqueue for DTL processing\n");
|
|
|
|
free_dtl_buffers();
|
|
|
|
reset_global_dtl_mask();
|
|
|
|
write_unlock(&dtl_access_lock);
|
|
|
|
rc = -EINVAL;
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
dtl_worker_state = state;
|
|
|
|
|
|
|
|
out:
|
|
|
|
return rc;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void dtl_worker_disable(void)
|
|
|
|
{
|
|
|
|
cpuhp_remove_state(dtl_worker_state);
|
|
|
|
free_dtl_buffers();
|
|
|
|
reset_global_dtl_mask();
|
|
|
|
write_unlock(&dtl_access_lock);
|
|
|
|
}
|
|
|
|
|
|
|
|
static ssize_t vcpudispatch_stats_write(struct file *file, const char __user *p,
|
|
|
|
size_t count, loff_t *ppos)
|
|
|
|
{
|
|
|
|
struct vcpu_dispatch_data *disp;
|
|
|
|
int rc, cmd, cpu;
|
|
|
|
char buf[16];
|
|
|
|
|
|
|
|
if (count > 15)
|
|
|
|
return -EINVAL;
|
|
|
|
|
|
|
|
if (copy_from_user(buf, p, count))
|
|
|
|
return -EFAULT;
|
|
|
|
|
|
|
|
buf[count] = 0;
|
|
|
|
rc = kstrtoint(buf, 0, &cmd);
|
|
|
|
if (rc || cmd < 0 || cmd > 1) {
|
|
|
|
pr_err("vcpudispatch_stats: please use 0 to disable or 1 to enable dispatch statistics\n");
|
|
|
|
return rc ? rc : -EINVAL;
|
|
|
|
}
|
|
|
|
|
|
|
|
mutex_lock(&dtl_enable_mutex);
|
|
|
|
|
|
|
|
if ((cmd == 0 && !vcpudispatch_stats_on) ||
|
|
|
|
(cmd == 1 && vcpudispatch_stats_on))
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
if (cmd) {
|
|
|
|
rc = init_cpu_associativity();
|
|
|
|
if (rc)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
for_each_possible_cpu(cpu) {
|
|
|
|
disp = per_cpu_ptr(&vcpu_disp_data, cpu);
|
|
|
|
memset(disp, 0, sizeof(*disp));
|
|
|
|
disp->last_disp_cpu = -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
rc = dtl_worker_enable();
|
|
|
|
if (rc) {
|
|
|
|
destroy_cpu_associativity();
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
dtl_worker_disable();
|
|
|
|
destroy_cpu_associativity();
|
|
|
|
}
|
|
|
|
|
|
|
|
vcpudispatch_stats_on = cmd;
|
|
|
|
|
|
|
|
out:
|
|
|
|
mutex_unlock(&dtl_enable_mutex);
|
|
|
|
if (rc)
|
|
|
|
return rc;
|
|
|
|
return count;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int vcpudispatch_stats_display(struct seq_file *p, void *v)
|
|
|
|
{
|
|
|
|
int cpu;
|
|
|
|
struct vcpu_dispatch_data *disp;
|
|
|
|
|
|
|
|
if (!vcpudispatch_stats_on) {
|
|
|
|
seq_puts(p, "off\n");
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
for_each_online_cpu(cpu) {
|
|
|
|
disp = per_cpu_ptr(&vcpu_disp_data, cpu);
|
|
|
|
seq_printf(p, "cpu%d", cpu);
|
|
|
|
seq_put_decimal_ull(p, " ", disp->total_disp);
|
|
|
|
seq_put_decimal_ull(p, " ", disp->same_cpu_disp);
|
|
|
|
seq_put_decimal_ull(p, " ", disp->same_chip_disp);
|
|
|
|
seq_put_decimal_ull(p, " ", disp->diff_chip_disp);
|
|
|
|
seq_put_decimal_ull(p, " ", disp->far_chip_disp);
|
|
|
|
seq_put_decimal_ull(p, " ", disp->numa_home_disp);
|
|
|
|
seq_put_decimal_ull(p, " ", disp->numa_remote_disp);
|
|
|
|
seq_put_decimal_ull(p, " ", disp->numa_far_disp);
|
|
|
|
seq_puts(p, "\n");
|
|
|
|
}
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int vcpudispatch_stats_open(struct inode *inode, struct file *file)
|
|
|
|
{
|
|
|
|
return single_open(file, vcpudispatch_stats_display, NULL);
|
|
|
|
}
|
|
|
|
|
|
|
|
static const struct file_operations vcpudispatch_stats_proc_ops = {
|
|
|
|
.open = vcpudispatch_stats_open,
|
|
|
|
.read = seq_read,
|
|
|
|
.write = vcpudispatch_stats_write,
|
|
|
|
.llseek = seq_lseek,
|
|
|
|
.release = single_release,
|
|
|
|
};
|
|
|
|
|
|
|
|
static ssize_t vcpudispatch_stats_freq_write(struct file *file,
|
|
|
|
const char __user *p, size_t count, loff_t *ppos)
|
|
|
|
{
|
|
|
|
int rc, freq;
|
|
|
|
char buf[16];
|
|
|
|
|
|
|
|
if (count > 15)
|
|
|
|
return -EINVAL;
|
|
|
|
|
|
|
|
if (copy_from_user(buf, p, count))
|
|
|
|
return -EFAULT;
|
|
|
|
|
|
|
|
buf[count] = 0;
|
|
|
|
rc = kstrtoint(buf, 0, &freq);
|
|
|
|
if (rc || freq < 1 || freq > HZ) {
|
|
|
|
pr_err("vcpudispatch_stats_freq: please specify a frequency between 1 and %d\n",
|
|
|
|
HZ);
|
|
|
|
return rc ? rc : -EINVAL;
|
|
|
|
}
|
|
|
|
|
|
|
|
vcpudispatch_stats_freq = freq;
|
|
|
|
|
|
|
|
return count;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int vcpudispatch_stats_freq_display(struct seq_file *p, void *v)
|
|
|
|
{
|
|
|
|
seq_printf(p, "%d\n", vcpudispatch_stats_freq);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int vcpudispatch_stats_freq_open(struct inode *inode, struct file *file)
|
|
|
|
{
|
|
|
|
return single_open(file, vcpudispatch_stats_freq_display, NULL);
|
|
|
|
}
|
|
|
|
|
|
|
|
static const struct file_operations vcpudispatch_stats_freq_proc_ops = {
|
|
|
|
.open = vcpudispatch_stats_freq_open,
|
|
|
|
.read = seq_read,
|
|
|
|
.write = vcpudispatch_stats_freq_write,
|
|
|
|
.llseek = seq_lseek,
|
|
|
|
.release = single_release,
|
|
|
|
};
|
|
|
|
|
|
|
|
static int __init vcpudispatch_stats_procfs_init(void)
|
|
|
|
{
|
|
|
|
if (!lppaca_shared_proc(get_lppaca()))
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
if (!proc_create("powerpc/vcpudispatch_stats", 0600, NULL,
|
|
|
|
&vcpudispatch_stats_proc_ops))
|
|
|
|
pr_err("vcpudispatch_stats: error creating procfs file\n");
|
|
|
|
else if (!proc_create("powerpc/vcpudispatch_stats_freq", 0600, NULL,
|
|
|
|
&vcpudispatch_stats_freq_proc_ops))
|
|
|
|
pr_err("vcpudispatch_stats_freq: error creating procfs file\n");
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
machine_device_initcall(pseries, vcpudispatch_stats_procfs_init);
|
2019-07-04 01:03:57 +08:00
|
|
|
#endif /* CONFIG_PPC_SPLPAR */
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
void vpa_init(int cpu)
|
|
|
|
{
|
|
|
|
int hwcpu = get_hard_smp_processor_id(cpu);
|
2006-08-07 14:19:19 +08:00
|
|
|
unsigned long addr;
|
2005-04-17 06:20:36 +08:00
|
|
|
long ret;
|
2005-09-04 06:55:59 +08:00
|
|
|
|
2013-08-15 13:22:15 +08:00
|
|
|
/*
|
|
|
|
* The spec says it "may be problematic" if CPU x registers the VPA of
|
|
|
|
* CPU y. We should never do that, but wail if we ever do.
|
|
|
|
*/
|
|
|
|
WARN_ON(cpu != smp_processor_id());
|
|
|
|
|
2005-09-04 06:55:59 +08:00
|
|
|
if (cpu_has_feature(CPU_FTR_ALTIVEC))
|
2010-08-13 04:18:15 +08:00
|
|
|
lppaca_of(cpu).vmxregs_in_use = 1;
|
2005-09-04 06:55:59 +08:00
|
|
|
|
2013-06-28 16:15:18 +08:00
|
|
|
if (cpu_has_feature(CPU_FTR_ARCH_207S))
|
|
|
|
lppaca_of(cpu).ebb_regs_in_use = 1;
|
|
|
|
|
2010-08-13 04:18:15 +08:00
|
|
|
addr = __pa(&lppaca_of(cpu));
|
2006-08-07 14:19:19 +08:00
|
|
|
ret = register_vpa(hwcpu, addr);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2006-08-07 14:19:19 +08:00
|
|
|
if (ret) {
|
2011-07-25 09:46:33 +08:00
|
|
|
pr_err("WARNING: VPA registration for cpu %d (hw %d) of area "
|
|
|
|
"%lx failed with %ld\n", cpu, hwcpu, addr, ret);
|
2006-08-07 14:19:19 +08:00
|
|
|
return;
|
|
|
|
}
|
2016-04-29 21:26:08 +08:00
|
|
|
|
2017-10-19 12:08:43 +08:00
|
|
|
#ifdef CONFIG_PPC_BOOK3S_64
|
2006-08-07 14:19:19 +08:00
|
|
|
/*
|
|
|
|
* PAPR says this feature is SLB-Buffer but firmware never
|
|
|
|
* reports that. All SPLPAR support SLB shadow buffer.
|
|
|
|
*/
|
2016-04-29 21:26:08 +08:00
|
|
|
if (!radix_enabled() && firmware_has_feature(FW_FEATURE_SPLPAR)) {
|
2018-02-13 23:08:12 +08:00
|
|
|
addr = __pa(paca_ptrs[cpu]->slb_shadow_ptr);
|
2006-08-07 14:19:19 +08:00
|
|
|
ret = register_slb_shadow(hwcpu, addr);
|
|
|
|
if (ret)
|
2011-07-25 09:46:33 +08:00
|
|
|
pr_err("WARNING: SLB shadow buffer registration for "
|
|
|
|
"cpu %d (hw %d) of area %lx failed with %ld\n",
|
|
|
|
cpu, hwcpu, addr, ret);
|
2006-08-07 14:19:19 +08:00
|
|
|
}
|
2017-10-19 12:08:43 +08:00
|
|
|
#endif /* CONFIG_PPC_BOOK3S_64 */
|
powerpc: Account time using timebase rather than PURR
Currently, when CONFIG_VIRT_CPU_ACCOUNTING is enabled, we use the
PURR register for measuring the user and system time used by
processes, as well as other related times such as hardirq and
softirq times. This turns out to be quite confusing for users
because it means that a program will often be measured as taking
less time when run on a multi-threaded processor (SMT2 or SMT4 mode)
than it does when run on a single-threaded processor (ST mode), even
though the program takes longer to finish. The discrepancy is
accounted for as stolen time, which is also confusing, particularly
when there are no other partitions running.
This changes the accounting to use the timebase instead, meaning that
the reported user and system times are the actual number of real-time
seconds that the program was executing on the processor thread,
regardless of which SMT mode the processor is in. Thus a program will
generally show greater user and system times when run on a
multi-threaded processor than on a single-threaded processor.
On pSeries systems on POWER5 or later processors, we measure the
stolen time (time when this partition wasn't running) using the
hypervisor dispatch trace log. We check for new entries in the
log on every entry from user mode and on every transition from
kernel process context to soft or hard IRQ context (i.e. when
account_system_vtime() gets called). So that we can correctly
distinguish time stolen from user time and time stolen from system
time, without having to check the log on every exit to user mode,
we store separate timestamps for exit to user mode and entry from
user mode.
On systems that have a SPURR (POWER6 and POWER7), we read the SPURR
in account_system_vtime() (as before), and then apportion the SPURR
ticks since the last time we read it between scaled user time and
scaled system time according to the relative proportions of user
time and system time over the same interval. This avoids having to
read the SPURR on every kernel entry and exit. On systems that have
PURR but not SPURR (i.e., POWER5), we do the same using the PURR
rather than the SPURR.
This disables the DTL user interface in /sys/debug/kernel/powerpc/dtl
for now since it conflicts with the use of the dispatch trace log
by the time accounting code.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2010-08-27 03:56:43 +08:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Register dispatch trace log, if one has been allocated.
|
|
|
|
*/
|
2019-07-04 01:03:56 +08:00
|
|
|
register_dtl_buffer(cpu);
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
|
|
|
|
2017-10-19 12:08:43 +08:00
|
|
|
#ifdef CONFIG_PPC_BOOK3S_64
|
2016-04-29 21:26:08 +08:00
|
|
|
|
2006-10-06 02:35:10 +08:00
|
|
|
static long pSeries_lpar_hpte_insert(unsigned long hpte_group,
|
2012-09-10 10:52:50 +08:00
|
|
|
unsigned long vpn, unsigned long pa,
|
|
|
|
unsigned long rflags, unsigned long vflags,
|
2013-04-28 17:37:35 +08:00
|
|
|
int psize, int apsize, int ssize)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
|
|
|
unsigned long lpar_rc;
|
|
|
|
unsigned long flags;
|
|
|
|
unsigned long slot;
|
2005-07-13 16:11:42 +08:00
|
|
|
unsigned long hpte_v, hpte_r;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2005-11-07 08:06:55 +08:00
|
|
|
if (!(vflags & HPTE_V_BOLTED))
|
2012-09-10 10:52:50 +08:00
|
|
|
pr_devel("hpte_insert(group=%lx, vpn=%016lx, "
|
|
|
|
"pa=%016lx, rflags=%lx, vflags=%lx, psize=%d)\n",
|
|
|
|
hpte_group, vpn, pa, rflags, vflags, psize);
|
2005-11-07 08:06:55 +08:00
|
|
|
|
2013-04-28 17:37:35 +08:00
|
|
|
hpte_v = hpte_encode_v(vpn, psize, apsize, ssize) | vflags | HPTE_V_VALID;
|
2016-11-11 13:55:03 +08:00
|
|
|
hpte_r = hpte_encode_r(pa, psize, apsize) | rflags;
|
2005-11-07 08:06:55 +08:00
|
|
|
|
|
|
|
if (!(vflags & HPTE_V_BOLTED))
|
2009-06-18 02:13:50 +08:00
|
|
|
pr_devel(" hpte_v=%016lx, hpte_r=%016lx\n", hpte_v, hpte_r);
|
2005-11-07 08:06:55 +08:00
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
/* Now fill in the actual HPTE */
|
|
|
|
/* Set CEC cookie to 0 */
|
|
|
|
/* Zero page = 0 */
|
|
|
|
/* I-cache Invalidate = 0 */
|
|
|
|
/* I-cache synchronize = 0 */
|
|
|
|
/* Exact = 0 */
|
|
|
|
flags = 0;
|
|
|
|
|
2011-05-04 14:01:20 +08:00
|
|
|
if (firmware_has_feature(FW_FEATURE_XCMO) && !(hpte_r & HPTE_R_N))
|
|
|
|
flags |= H_COALESCE_CAND;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2006-07-19 06:01:28 +08:00
|
|
|
lpar_rc = plpar_pte_enter(flags, hpte_group, hpte_v, hpte_r, &slot);
|
2006-03-30 20:49:40 +08:00
|
|
|
if (unlikely(lpar_rc == H_PTEG_FULL)) {
|
2018-06-29 16:39:04 +08:00
|
|
|
pr_devel("Hash table group is full\n");
|
2005-04-17 06:20:36 +08:00
|
|
|
return -1;
|
2005-11-07 08:06:55 +08:00
|
|
|
}
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Since we try and ioremap PHBs we don't own, the pte insert
|
|
|
|
* will fail. However we must catch the failure in hash_page
|
|
|
|
* or we will loop forever, so return -2 in this case.
|
|
|
|
*/
|
2006-03-30 20:49:40 +08:00
|
|
|
if (unlikely(lpar_rc != H_SUCCESS)) {
|
2018-06-29 16:39:04 +08:00
|
|
|
pr_err("Failed hash pte insert with error %ld\n", lpar_rc);
|
2005-04-17 06:20:36 +08:00
|
|
|
return -2;
|
2005-11-07 08:06:55 +08:00
|
|
|
}
|
|
|
|
if (!(vflags & HPTE_V_BOLTED))
|
2009-06-18 02:13:50 +08:00
|
|
|
pr_devel(" -> slot: %lu\n", slot & 7);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
/* Because of iSeries, we have to pass down the secondary
|
|
|
|
* bucket bit here as well
|
|
|
|
*/
|
2005-07-13 16:11:42 +08:00
|
|
|
return (slot & 7) | (!!(vflags & HPTE_V_SECONDARY) << 3);
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
static DEFINE_SPINLOCK(pSeries_lpar_tlbie_lock);
|
|
|
|
|
|
|
|
static long pSeries_lpar_hpte_remove(unsigned long hpte_group)
|
|
|
|
{
|
|
|
|
unsigned long slot_offset;
|
|
|
|
unsigned long lpar_rc;
|
|
|
|
int i;
|
|
|
|
unsigned long dummy1, dummy2;
|
|
|
|
|
|
|
|
/* pick a random slot to start at */
|
|
|
|
slot_offset = mftb() & 0x7;
|
|
|
|
|
|
|
|
for (i = 0; i < HPTES_PER_GROUP; i++) {
|
|
|
|
|
|
|
|
/* don't remove a bolted entry */
|
|
|
|
lpar_rc = plpar_pte_remove(H_ANDCOND, hpte_group + slot_offset,
|
|
|
|
(0x1UL << 4), &dummy1, &dummy2);
|
2006-03-30 20:49:40 +08:00
|
|
|
if (lpar_rc == H_SUCCESS)
|
2005-04-17 06:20:36 +08:00
|
|
|
return i;
|
2013-04-05 18:41:40 +08:00
|
|
|
|
|
|
|
/*
|
|
|
|
* The test for adjunct partition is performed before the
|
|
|
|
* ANDCOND test. H_RESOURCE may be returned, so we need to
|
|
|
|
* check for that as well.
|
|
|
|
*/
|
|
|
|
BUG_ON(lpar_rc != H_NOT_FOUND && lpar_rc != H_RESOURCE);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
slot_offset++;
|
|
|
|
slot_offset &= 0x7;
|
|
|
|
}
|
|
|
|
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
|
2016-10-01 18:41:56 +08:00
|
|
|
static void manual_hpte_clear_all(void)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
|
|
|
unsigned long size_bytes = 1UL << ppc64_pft_size;
|
|
|
|
unsigned long hpte_count = size_bytes >> 4;
|
2010-05-11 04:28:26 +08:00
|
|
|
struct {
|
|
|
|
unsigned long pteh;
|
|
|
|
unsigned long ptel;
|
|
|
|
} ptes[4];
|
2007-06-14 13:31:34 +08:00
|
|
|
long lpar_rc;
|
2011-07-27 02:15:03 +08:00
|
|
|
unsigned long i, j;
|
2010-05-11 04:28:26 +08:00
|
|
|
|
|
|
|
/* Read in batches of 4,
|
|
|
|
* invalidate only valid entries not in the VRMA
|
|
|
|
* hpte_count will be a multiple of 4
|
|
|
|
*/
|
|
|
|
for (i = 0; i < hpte_count; i += 4) {
|
|
|
|
lpar_rc = plpar_pte_read_4_raw(0, i, (void *)ptes);
|
2018-06-29 16:39:04 +08:00
|
|
|
if (lpar_rc != H_SUCCESS) {
|
|
|
|
pr_info("Failed to read hash page table at %ld err %ld\n",
|
|
|
|
i, lpar_rc);
|
2010-05-11 04:28:26 +08:00
|
|
|
continue;
|
2018-06-29 16:39:04 +08:00
|
|
|
}
|
2010-05-11 04:28:26 +08:00
|
|
|
for (j = 0; j < 4; j++){
|
|
|
|
if ((ptes[j].pteh & HPTE_V_VRMA_MASK) ==
|
|
|
|
HPTE_V_VRMA_MASK)
|
|
|
|
continue;
|
|
|
|
if (ptes[j].pteh & HPTE_V_VALID)
|
|
|
|
plpar_pte_remove_raw(0, i + j, 0,
|
|
|
|
&(ptes[j].pteh), &(ptes[j].ptel));
|
2007-06-14 13:31:34 +08:00
|
|
|
}
|
|
|
|
}
|
2016-10-01 18:41:56 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
static int hcall_hpte_clear_all(void)
|
|
|
|
{
|
|
|
|
int rc;
|
|
|
|
|
|
|
|
do {
|
|
|
|
rc = plpar_hcall_norets(H_CLEAR_HPT);
|
|
|
|
} while (rc == H_CONTINUE);
|
|
|
|
|
|
|
|
return rc;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void pseries_hpte_clear_all(void)
|
|
|
|
{
|
|
|
|
int rc;
|
|
|
|
|
|
|
|
rc = hcall_hpte_clear_all();
|
|
|
|
if (rc != H_SUCCESS)
|
|
|
|
manual_hpte_clear_all();
|
2013-11-20 19:14:59 +08:00
|
|
|
|
|
|
|
#ifdef __LITTLE_ENDIAN__
|
2014-10-01 15:02:30 +08:00
|
|
|
/*
|
|
|
|
* Reset exceptions to big endian.
|
|
|
|
*
|
|
|
|
* FIXME this is a hack for kexec, we need to reset the exception
|
|
|
|
* endian before starting the new kernel and this is a convenient place
|
|
|
|
* to do it.
|
|
|
|
*
|
|
|
|
* This is also called on boot when a fadump happens. In that case we
|
|
|
|
* must not change the exception endian mode.
|
|
|
|
*/
|
2016-07-05 13:03:49 +08:00
|
|
|
if (firmware_has_feature(FW_FEATURE_SET_MODE) && !is_fadump_active())
|
|
|
|
pseries_big_endian_exceptions();
|
2013-11-20 19:14:59 +08:00
|
|
|
#endif
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* NOTE: for updatepp ops we are fortunate that the linux "newpp" bits and
|
|
|
|
* the low 3 bits of flags happen to line up. So no transform is needed.
|
|
|
|
* We can probably optimize here and assume the high bits of newpp are
|
|
|
|
* already zero. For now I am paranoid.
|
|
|
|
*/
|
2005-11-07 08:06:55 +08:00
|
|
|
static long pSeries_lpar_hpte_updatepp(unsigned long slot,
|
|
|
|
unsigned long newpp,
|
2012-09-10 10:52:50 +08:00
|
|
|
unsigned long vpn,
|
2013-06-20 17:00:13 +08:00
|
|
|
int psize, int apsize,
|
2014-12-04 13:30:14 +08:00
|
|
|
int ssize, unsigned long inv_flags)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
|
|
|
unsigned long lpar_rc;
|
powerpc/pseries: Fix passing of pp0 in updatepp() and updateboltedpp()
Once upon a time there were only two PP (page protection) bits. In ISA
2.03 an additional PP bit was added, but because of the layout of the
HPTE it could not be made contiguous with the existing PP bits.
The result is that we now have three PP bits, named pp0, pp1, pp2,
where pp0 occupies bit 63 of dword 1 of the HPTE and pp1 and pp2
occupy bits 1 and 0 respectively. Until recently Linux hasn't used
pp0, however with the addition of _PAGE_KERNEL_RO we started using it.
The problem arises in the LPAR code, where we need to translate the PP
bits into the argument for the H_PROTECT hypercall. Currently the code
only passes bits 0-2 of newpp, which covers pp1, pp2 and N (no
execute), meaning pp0 is not passed to the hypervisor at all.
We can't simply pass it through in bit 63, as that would collide with a
different field in the flags argument, as defined in PAPR. Instead we
have to shift it down to bit 8 (IBM bit 55).
Fixes: e58e87adc8bf ("powerpc/mm: Update _PAGE_KERNEL_RO")
Cc: stable@vger.kernel.org # v4.7+
Signed-off-by: Balbir Singh <bsingharora@gmail.com>
[mpe: Simplify the test, rework change log]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2017-06-29 01:04:07 +08:00
|
|
|
unsigned long flags;
|
2005-11-07 08:06:55 +08:00
|
|
|
unsigned long want_v;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2012-09-10 10:52:50 +08:00
|
|
|
want_v = hpte_encode_avpn(vpn, psize, ssize);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
powerpc/pseries: Fix passing of pp0 in updatepp() and updateboltedpp()
Once upon a time there were only two PP (page protection) bits. In ISA
2.03 an additional PP bit was added, but because of the layout of the
HPTE it could not be made contiguous with the existing PP bits.
The result is that we now have three PP bits, named pp0, pp1, pp2,
where pp0 occupies bit 63 of dword 1 of the HPTE and pp1 and pp2
occupy bits 1 and 0 respectively. Until recently Linux hasn't used
pp0, however with the addition of _PAGE_KERNEL_RO we started using it.
The problem arises in the LPAR code, where we need to translate the PP
bits into the argument for the H_PROTECT hypercall. Currently the code
only passes bits 0-2 of newpp, which covers pp1, pp2 and N (no
execute), meaning pp0 is not passed to the hypervisor at all.
We can't simply pass it through in bit 63, as that would collide with a
different field in the flags argument, as defined in PAPR. Instead we
have to shift it down to bit 8 (IBM bit 55).
Fixes: e58e87adc8bf ("powerpc/mm: Update _PAGE_KERNEL_RO")
Cc: stable@vger.kernel.org # v4.7+
Signed-off-by: Balbir Singh <bsingharora@gmail.com>
[mpe: Simplify the test, rework change log]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2017-06-29 01:04:07 +08:00
|
|
|
flags = (newpp & 7) | H_AVPN;
|
|
|
|
if (mmu_has_feature(MMU_FTR_KERNEL_RO))
|
|
|
|
/* Move pp0 into bit 8 (IBM 55) */
|
|
|
|
flags |= (newpp & HPTE_R_PP0) >> 55;
|
|
|
|
|
2018-01-09 13:52:14 +08:00
|
|
|
pr_devel(" update: avpnv=%016lx, hash=%016lx, f=%lx, psize: %d ...",
|
|
|
|
want_v, slot, flags, psize);
|
|
|
|
|
2007-10-11 18:37:10 +08:00
|
|
|
lpar_rc = plpar_pte_protect(flags, slot, want_v);
|
2005-11-07 08:06:55 +08:00
|
|
|
|
2006-03-30 20:49:40 +08:00
|
|
|
if (lpar_rc == H_NOT_FOUND) {
|
2009-06-18 02:13:50 +08:00
|
|
|
pr_devel("not found !\n");
|
2005-04-17 06:20:36 +08:00
|
|
|
return -1;
|
2005-11-07 08:06:55 +08:00
|
|
|
}
|
|
|
|
|
2009-06-18 02:13:50 +08:00
|
|
|
pr_devel("ok\n");
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2006-03-30 20:49:40 +08:00
|
|
|
BUG_ON(lpar_rc != H_SUCCESS);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2015-12-01 11:36:59 +08:00
|
|
|
static long __pSeries_lpar_hpte_find(unsigned long want_v, unsigned long hpte_group)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
2015-12-01 11:36:59 +08:00
|
|
|
long lpar_rc;
|
|
|
|
unsigned long i, j;
|
|
|
|
struct {
|
|
|
|
unsigned long pteh;
|
|
|
|
unsigned long ptel;
|
|
|
|
} ptes[4];
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2015-12-01 11:36:59 +08:00
|
|
|
for (i = 0; i < HPTES_PER_GROUP; i += 4, hpte_group += 4) {
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2015-12-01 11:36:59 +08:00
|
|
|
lpar_rc = plpar_pte_read_4(0, hpte_group, (void *)ptes);
|
2018-06-29 16:39:04 +08:00
|
|
|
if (lpar_rc != H_SUCCESS) {
|
|
|
|
pr_info("Failed to read hash page table at %ld err %ld\n",
|
|
|
|
hpte_group, lpar_rc);
|
2015-12-01 11:36:59 +08:00
|
|
|
continue;
|
2018-06-29 16:39:04 +08:00
|
|
|
}
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2015-12-01 11:36:59 +08:00
|
|
|
for (j = 0; j < 4; j++) {
|
|
|
|
if (HPTE_V_COMPARE(ptes[j].pteh, want_v) &&
|
|
|
|
(ptes[j].pteh & HPTE_V_VALID))
|
|
|
|
return i + j;
|
|
|
|
}
|
|
|
|
}
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2015-12-01 11:36:59 +08:00
|
|
|
return -1;
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
|
|
|
|
2012-09-10 10:52:50 +08:00
|
|
|
static long pSeries_lpar_hpte_find(unsigned long vpn, int psize, int ssize)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
|
|
|
long slot;
|
2015-12-01 11:36:59 +08:00
|
|
|
unsigned long hash;
|
|
|
|
unsigned long want_v;
|
|
|
|
unsigned long hpte_group;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2012-09-10 10:52:50 +08:00
|
|
|
hash = hpt_hash(vpn, mmu_psize_defs[psize].shift, ssize);
|
|
|
|
want_v = hpte_encode_avpn(vpn, psize, ssize);
|
2007-10-11 18:37:10 +08:00
|
|
|
|
|
|
|
/* Bolted entries are always in the primary group */
|
2015-12-01 11:36:59 +08:00
|
|
|
hpte_group = (hash & htab_hash_mask) * HPTES_PER_GROUP;
|
|
|
|
slot = __pSeries_lpar_hpte_find(want_v, hpte_group);
|
|
|
|
if (slot < 0)
|
|
|
|
return -1;
|
|
|
|
return hpte_group + slot;
|
|
|
|
}
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
static void pSeries_lpar_hpte_updateboltedpp(unsigned long newpp,
|
2005-11-07 08:06:55 +08:00
|
|
|
unsigned long ea,
|
2007-10-11 18:37:10 +08:00
|
|
|
int psize, int ssize)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
2012-09-10 10:52:50 +08:00
|
|
|
unsigned long vpn;
|
|
|
|
unsigned long lpar_rc, slot, vsid, flags;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2007-10-11 18:37:10 +08:00
|
|
|
vsid = get_kernel_vsid(ea, ssize);
|
2012-09-10 10:52:50 +08:00
|
|
|
vpn = hpt_vpn(ea, vsid, ssize);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2012-09-10 10:52:50 +08:00
|
|
|
slot = pSeries_lpar_hpte_find(vpn, psize, ssize);
|
2005-04-17 06:20:36 +08:00
|
|
|
BUG_ON(slot == -1);
|
|
|
|
|
|
|
|
flags = newpp & 7;
|
powerpc/pseries: Fix passing of pp0 in updatepp() and updateboltedpp()
Once upon a time there were only two PP (page protection) bits. In ISA
2.03 an additional PP bit was added, but because of the layout of the
HPTE it could not be made contiguous with the existing PP bits.
The result is that we now have three PP bits, named pp0, pp1, pp2,
where pp0 occupies bit 63 of dword 1 of the HPTE and pp1 and pp2
occupy bits 1 and 0 respectively. Until recently Linux hasn't used
pp0, however with the addition of _PAGE_KERNEL_RO we started using it.
The problem arises in the LPAR code, where we need to translate the PP
bits into the argument for the H_PROTECT hypercall. Currently the code
only passes bits 0-2 of newpp, which covers pp1, pp2 and N (no
execute), meaning pp0 is not passed to the hypervisor at all.
We can't simply pass it through in bit 63, as that would collide with a
different field in the flags argument, as defined in PAPR. Instead we
have to shift it down to bit 8 (IBM bit 55).
Fixes: e58e87adc8bf ("powerpc/mm: Update _PAGE_KERNEL_RO")
Cc: stable@vger.kernel.org # v4.7+
Signed-off-by: Balbir Singh <bsingharora@gmail.com>
[mpe: Simplify the test, rework change log]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2017-06-29 01:04:07 +08:00
|
|
|
if (mmu_has_feature(MMU_FTR_KERNEL_RO))
|
|
|
|
/* Move pp0 into bit 8 (IBM 55) */
|
|
|
|
flags |= (newpp & HPTE_R_PP0) >> 55;
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
lpar_rc = plpar_pte_protect(flags, slot, 0);
|
|
|
|
|
2006-03-30 20:49:40 +08:00
|
|
|
BUG_ON(lpar_rc != H_SUCCESS);
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
|
|
|
|
2012-09-10 10:52:50 +08:00
|
|
|
static void pSeries_lpar_hpte_invalidate(unsigned long slot, unsigned long vpn,
|
2013-06-20 17:00:13 +08:00
|
|
|
int psize, int apsize,
|
|
|
|
int ssize, int local)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
2005-11-07 08:06:55 +08:00
|
|
|
unsigned long want_v;
|
2005-04-17 06:20:36 +08:00
|
|
|
unsigned long lpar_rc;
|
|
|
|
unsigned long dummy1, dummy2;
|
|
|
|
|
2012-09-10 10:52:50 +08:00
|
|
|
pr_devel(" inval : slot=%lx, vpn=%016lx, psize: %d, local: %d\n",
|
|
|
|
slot, vpn, psize, local);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2012-09-10 10:52:50 +08:00
|
|
|
want_v = hpte_encode_avpn(vpn, psize, ssize);
|
2007-10-11 18:37:10 +08:00
|
|
|
lpar_rc = plpar_pte_remove(H_AVPN, slot, want_v, &dummy1, &dummy2);
|
2006-03-30 20:49:40 +08:00
|
|
|
if (lpar_rc == H_NOT_FOUND)
|
2005-04-17 06:20:36 +08:00
|
|
|
return;
|
|
|
|
|
2006-03-30 20:49:40 +08:00
|
|
|
BUG_ON(lpar_rc != H_SUCCESS);
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
|
|
|
|
2018-08-20 22:29:36 +08:00
|
|
|
|
|
|
|
/*
|
|
|
|
* As defined in the PAPR's section 14.5.4.1.8
|
|
|
|
* The control mask doesn't include the returned reference and change bit from
|
|
|
|
* the processed PTE.
|
|
|
|
*/
|
|
|
|
#define HBLKR_AVPN 0x0100000000000000UL
|
|
|
|
#define HBLKR_CTRL_MASK 0xf800000000000000UL
|
|
|
|
#define HBLKR_CTRL_SUCCESS 0x8000000000000000UL
|
|
|
|
#define HBLKR_CTRL_ERRNOTFOUND 0x8800000000000000UL
|
|
|
|
#define HBLKR_CTRL_ERRBUSY 0xa000000000000000UL
|
|
|
|
|
|
|
|
/**
|
|
|
|
* H_BLOCK_REMOVE caller.
|
|
|
|
* @idx should point to the latest @param entry set with a PTEX.
|
|
|
|
* If PTE cannot be processed because another CPUs has already locked that
|
|
|
|
* group, those entries are put back in @param starting at index 1.
|
|
|
|
* If entries has to be retried and @retry_busy is set to true, these entries
|
|
|
|
* are retried until success. If @retry_busy is set to false, the returned
|
|
|
|
* is the number of entries yet to process.
|
|
|
|
*/
|
|
|
|
static unsigned long call_block_remove(unsigned long idx, unsigned long *param,
|
|
|
|
bool retry_busy)
|
|
|
|
{
|
|
|
|
unsigned long i, rc, new_idx;
|
|
|
|
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
|
|
|
|
|
|
|
|
if (idx < 2) {
|
|
|
|
pr_warn("Unexpected empty call to H_BLOCK_REMOVE");
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
again:
|
|
|
|
new_idx = 0;
|
|
|
|
if (idx > PLPAR_HCALL9_BUFSIZE) {
|
|
|
|
pr_err("Too many PTEs (%lu) for H_BLOCK_REMOVE", idx);
|
|
|
|
idx = PLPAR_HCALL9_BUFSIZE;
|
|
|
|
} else if (idx < PLPAR_HCALL9_BUFSIZE)
|
|
|
|
param[idx] = HBR_END;
|
|
|
|
|
|
|
|
rc = plpar_hcall9(H_BLOCK_REMOVE, retbuf,
|
|
|
|
param[0], /* AVA */
|
|
|
|
param[1], param[2], param[3], param[4], /* TS0-7 */
|
|
|
|
param[5], param[6], param[7], param[8]);
|
|
|
|
if (rc == H_SUCCESS)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
BUG_ON(rc != H_PARTIAL);
|
|
|
|
|
|
|
|
/* Check that the unprocessed entries were 'not found' or 'busy' */
|
|
|
|
for (i = 0; i < idx-1; i++) {
|
|
|
|
unsigned long ctrl = retbuf[i] & HBLKR_CTRL_MASK;
|
|
|
|
|
|
|
|
if (ctrl == HBLKR_CTRL_ERRBUSY) {
|
|
|
|
param[++new_idx] = param[i+1];
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
|
|
|
BUG_ON(ctrl != HBLKR_CTRL_SUCCESS
|
|
|
|
&& ctrl != HBLKR_CTRL_ERRNOTFOUND);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* If there were entries found busy, retry these entries if requested,
|
|
|
|
* of if all the entries have to be retried.
|
|
|
|
*/
|
|
|
|
if (new_idx && (retry_busy || new_idx == (PLPAR_HCALL9_BUFSIZE-1))) {
|
|
|
|
idx = new_idx + 1;
|
|
|
|
goto again;
|
|
|
|
}
|
|
|
|
|
|
|
|
return new_idx;
|
|
|
|
}
|
|
|
|
|
2015-12-01 11:36:53 +08:00
|
|
|
#ifdef CONFIG_TRANSPARENT_HUGEPAGE
|
2013-06-20 17:00:27 +08:00
|
|
|
/*
|
|
|
|
* Limit iterations holding pSeries_lpar_tlbie_lock to 3. We also need
|
|
|
|
* to make sure that we avoid bouncing the hypervisor tlbie lock.
|
|
|
|
*/
|
|
|
|
#define PPC64_HUGE_HPTE_BATCH 12
|
|
|
|
|
2018-08-20 22:29:36 +08:00
|
|
|
static void hugepage_block_invalidate(unsigned long *slot, unsigned long *vpn,
|
|
|
|
int count, int psize, int ssize)
|
2013-06-20 17:00:27 +08:00
|
|
|
{
|
2016-10-06 21:33:21 +08:00
|
|
|
unsigned long param[PLPAR_HCALL9_BUFSIZE];
|
2018-08-20 22:29:36 +08:00
|
|
|
unsigned long shift, current_vpgb, vpgb;
|
|
|
|
int i, pix = 0;
|
2013-06-20 17:00:27 +08:00
|
|
|
|
2018-08-20 22:29:36 +08:00
|
|
|
shift = mmu_psize_defs[psize].shift;
|
|
|
|
|
|
|
|
for (i = 0; i < count; i++) {
|
|
|
|
/*
|
|
|
|
* Shifting 3 bits more on the right to get a
|
|
|
|
* 8 pages aligned virtual addresse.
|
|
|
|
*/
|
|
|
|
vpgb = (vpn[i] >> (shift - VPN_SHIFT + 3));
|
|
|
|
if (!pix || vpgb != current_vpgb) {
|
|
|
|
/*
|
|
|
|
* Need to start a new 8 pages block, flush
|
|
|
|
* the current one if needed.
|
|
|
|
*/
|
|
|
|
if (pix)
|
|
|
|
(void)call_block_remove(pix, param, true);
|
|
|
|
current_vpgb = vpgb;
|
|
|
|
param[0] = hpte_encode_avpn(vpn[i], psize, ssize);
|
|
|
|
pix = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
param[pix++] = HBR_REQUEST | HBLKR_AVPN | slot[i];
|
|
|
|
if (pix == PLPAR_HCALL9_BUFSIZE) {
|
|
|
|
pix = call_block_remove(pix, param, false);
|
|
|
|
/*
|
|
|
|
* pix = 0 means that all the entries were
|
|
|
|
* removed, we can start a new block.
|
|
|
|
* Otherwise, this means that there are entries
|
|
|
|
* to retry, and pix points to latest one, so
|
|
|
|
* we should increment it and try to continue
|
|
|
|
* the same block.
|
|
|
|
*/
|
|
|
|
if (pix)
|
|
|
|
pix++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (pix)
|
|
|
|
(void)call_block_remove(pix, param, true);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void hugepage_bulk_invalidate(unsigned long *slot, unsigned long *vpn,
|
|
|
|
int count, int psize, int ssize)
|
|
|
|
{
|
|
|
|
unsigned long param[PLPAR_HCALL9_BUFSIZE];
|
|
|
|
int i = 0, pix = 0, rc;
|
2013-06-20 17:00:27 +08:00
|
|
|
|
|
|
|
for (i = 0; i < count; i++) {
|
|
|
|
|
|
|
|
if (!firmware_has_feature(FW_FEATURE_BULK_REMOVE)) {
|
|
|
|
pSeries_lpar_hpte_invalidate(slot[i], vpn[i], psize, 0,
|
|
|
|
ssize, 0);
|
|
|
|
} else {
|
|
|
|
param[pix] = HBR_REQUEST | HBR_AVPN | slot[i];
|
|
|
|
param[pix+1] = hpte_encode_avpn(vpn[i], psize, ssize);
|
|
|
|
pix += 2;
|
|
|
|
if (pix == 8) {
|
|
|
|
rc = plpar_hcall9(H_BULK_REMOVE, param,
|
|
|
|
param[0], param[1], param[2],
|
|
|
|
param[3], param[4], param[5],
|
|
|
|
param[6], param[7]);
|
|
|
|
BUG_ON(rc != H_SUCCESS);
|
|
|
|
pix = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (pix) {
|
|
|
|
param[pix] = HBR_END;
|
|
|
|
rc = plpar_hcall9(H_BULK_REMOVE, param, param[0], param[1],
|
|
|
|
param[2], param[3], param[4], param[5],
|
|
|
|
param[6], param[7]);
|
|
|
|
BUG_ON(rc != H_SUCCESS);
|
|
|
|
}
|
2018-08-20 22:29:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline void __pSeries_lpar_hugepage_invalidate(unsigned long *slot,
|
|
|
|
unsigned long *vpn,
|
|
|
|
int count, int psize,
|
|
|
|
int ssize)
|
|
|
|
{
|
|
|
|
unsigned long flags = 0;
|
|
|
|
int lock_tlbie = !mmu_has_feature(MMU_FTR_LOCKLESS_TLBIE);
|
|
|
|
|
|
|
|
if (lock_tlbie)
|
|
|
|
spin_lock_irqsave(&pSeries_lpar_tlbie_lock, flags);
|
|
|
|
|
|
|
|
if (firmware_has_feature(FW_FEATURE_BLOCK_REMOVE))
|
|
|
|
hugepage_block_invalidate(slot, vpn, count, psize, ssize);
|
|
|
|
else
|
|
|
|
hugepage_bulk_invalidate(slot, vpn, count, psize, ssize);
|
2013-06-20 17:00:27 +08:00
|
|
|
|
|
|
|
if (lock_tlbie)
|
|
|
|
spin_unlock_irqrestore(&pSeries_lpar_tlbie_lock, flags);
|
|
|
|
}
|
|
|
|
|
2014-08-13 15:01:58 +08:00
|
|
|
static void pSeries_lpar_hugepage_invalidate(unsigned long vsid,
|
|
|
|
unsigned long addr,
|
|
|
|
unsigned char *hpte_slot_array,
|
2014-11-02 23:45:28 +08:00
|
|
|
int psize, int ssize, int local)
|
2013-06-20 17:00:27 +08:00
|
|
|
{
|
2014-08-13 15:01:58 +08:00
|
|
|
int i, index = 0;
|
2013-06-20 17:00:27 +08:00
|
|
|
unsigned long s_addr = addr;
|
|
|
|
unsigned int max_hpte_count, valid;
|
|
|
|
unsigned long vpn_array[PPC64_HUGE_HPTE_BATCH];
|
|
|
|
unsigned long slot_array[PPC64_HUGE_HPTE_BATCH];
|
2014-08-13 15:01:58 +08:00
|
|
|
unsigned long shift, hidx, vpn = 0, hash, slot;
|
2013-06-20 17:00:27 +08:00
|
|
|
|
|
|
|
shift = mmu_psize_defs[psize].shift;
|
|
|
|
max_hpte_count = 1U << (PMD_SHIFT - shift);
|
|
|
|
|
|
|
|
for (i = 0; i < max_hpte_count; i++) {
|
|
|
|
valid = hpte_valid(hpte_slot_array, i);
|
|
|
|
if (!valid)
|
|
|
|
continue;
|
|
|
|
hidx = hpte_hash_index(hpte_slot_array, i);
|
|
|
|
|
|
|
|
/* get the vpn */
|
|
|
|
addr = s_addr + (i * (1ul << shift));
|
|
|
|
vpn = hpt_vpn(addr, vsid, ssize);
|
|
|
|
hash = hpt_hash(vpn, shift, ssize);
|
|
|
|
if (hidx & _PTEIDX_SECONDARY)
|
|
|
|
hash = ~hash;
|
|
|
|
|
|
|
|
slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
|
|
|
|
slot += hidx & _PTEIDX_GROUP_IX;
|
|
|
|
|
|
|
|
slot_array[index] = slot;
|
|
|
|
vpn_array[index] = vpn;
|
|
|
|
if (index == PPC64_HUGE_HPTE_BATCH - 1) {
|
|
|
|
/*
|
|
|
|
* Now do a bluk invalidate
|
|
|
|
*/
|
|
|
|
__pSeries_lpar_hugepage_invalidate(slot_array,
|
|
|
|
vpn_array,
|
|
|
|
PPC64_HUGE_HPTE_BATCH,
|
|
|
|
psize, ssize);
|
|
|
|
index = 0;
|
|
|
|
} else
|
|
|
|
index++;
|
|
|
|
}
|
|
|
|
if (index)
|
|
|
|
__pSeries_lpar_hugepage_invalidate(slot_array, vpn_array,
|
|
|
|
index, psize, ssize);
|
|
|
|
}
|
2015-12-01 11:36:53 +08:00
|
|
|
#else
|
|
|
|
static void pSeries_lpar_hugepage_invalidate(unsigned long vsid,
|
|
|
|
unsigned long addr,
|
|
|
|
unsigned char *hpte_slot_array,
|
|
|
|
int psize, int ssize, int local)
|
|
|
|
{
|
|
|
|
WARN(1, "%s called without THP support\n", __func__);
|
|
|
|
}
|
|
|
|
#endif
|
2013-06-20 17:00:27 +08:00
|
|
|
|
2016-02-09 11:32:41 +08:00
|
|
|
static int pSeries_lpar_hpte_removebolted(unsigned long ea,
|
|
|
|
int psize, int ssize)
|
2008-01-29 06:19:24 +08:00
|
|
|
{
|
2012-09-10 10:52:50 +08:00
|
|
|
unsigned long vpn;
|
|
|
|
unsigned long slot, vsid;
|
2008-01-29 06:19:24 +08:00
|
|
|
|
|
|
|
vsid = get_kernel_vsid(ea, ssize);
|
2012-09-10 10:52:50 +08:00
|
|
|
vpn = hpt_vpn(ea, vsid, ssize);
|
2008-01-29 06:19:24 +08:00
|
|
|
|
2012-09-10 10:52:50 +08:00
|
|
|
slot = pSeries_lpar_hpte_find(vpn, psize, ssize);
|
2016-02-09 11:32:41 +08:00
|
|
|
if (slot == -1)
|
|
|
|
return -ENOENT;
|
|
|
|
|
2013-06-20 17:00:13 +08:00
|
|
|
/*
|
|
|
|
* lpar doesn't use the passed actual page size
|
|
|
|
*/
|
|
|
|
pSeries_lpar_hpte_invalidate(slot, vpn, psize, 0, ssize, 0);
|
2016-02-09 11:32:41 +08:00
|
|
|
return 0;
|
2008-01-29 06:19:24 +08:00
|
|
|
}
|
|
|
|
|
2018-08-20 22:29:35 +08:00
|
|
|
|
|
|
|
static inline unsigned long compute_slot(real_pte_t pte,
|
|
|
|
unsigned long vpn,
|
|
|
|
unsigned long index,
|
|
|
|
unsigned long shift,
|
|
|
|
int ssize)
|
|
|
|
{
|
|
|
|
unsigned long slot, hash, hidx;
|
|
|
|
|
|
|
|
hash = hpt_hash(vpn, shift, ssize);
|
|
|
|
hidx = __rpte_to_hidx(pte, index);
|
|
|
|
if (hidx & _PTEIDX_SECONDARY)
|
|
|
|
hash = ~hash;
|
|
|
|
slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
|
|
|
|
slot += hidx & _PTEIDX_GROUP_IX;
|
|
|
|
return slot;
|
|
|
|
}
|
|
|
|
|
2018-08-20 22:29:36 +08:00
|
|
|
/**
|
|
|
|
* The hcall H_BLOCK_REMOVE implies that the virtual pages to processed are
|
|
|
|
* "all within the same naturally aligned 8 page virtual address block".
|
|
|
|
*/
|
|
|
|
static void do_block_remove(unsigned long number, struct ppc64_tlb_batch *batch,
|
|
|
|
unsigned long *param)
|
|
|
|
{
|
|
|
|
unsigned long vpn;
|
|
|
|
unsigned long i, pix = 0;
|
|
|
|
unsigned long index, shift, slot, current_vpgb, vpgb;
|
|
|
|
real_pte_t pte;
|
|
|
|
int psize, ssize;
|
|
|
|
|
|
|
|
psize = batch->psize;
|
|
|
|
ssize = batch->ssize;
|
|
|
|
|
|
|
|
for (i = 0; i < number; i++) {
|
|
|
|
vpn = batch->vpn[i];
|
|
|
|
pte = batch->pte[i];
|
|
|
|
pte_iterate_hashed_subpages(pte, psize, vpn, index, shift) {
|
|
|
|
/*
|
|
|
|
* Shifting 3 bits more on the right to get a
|
|
|
|
* 8 pages aligned virtual addresse.
|
|
|
|
*/
|
|
|
|
vpgb = (vpn >> (shift - VPN_SHIFT + 3));
|
|
|
|
if (!pix || vpgb != current_vpgb) {
|
|
|
|
/*
|
|
|
|
* Need to start a new 8 pages block, flush
|
|
|
|
* the current one if needed.
|
|
|
|
*/
|
|
|
|
if (pix)
|
|
|
|
(void)call_block_remove(pix, param,
|
|
|
|
true);
|
|
|
|
current_vpgb = vpgb;
|
|
|
|
param[0] = hpte_encode_avpn(vpn, psize,
|
|
|
|
ssize);
|
|
|
|
pix = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
slot = compute_slot(pte, vpn, index, shift, ssize);
|
|
|
|
param[pix++] = HBR_REQUEST | HBLKR_AVPN | slot;
|
|
|
|
|
|
|
|
if (pix == PLPAR_HCALL9_BUFSIZE) {
|
|
|
|
pix = call_block_remove(pix, param, false);
|
|
|
|
/*
|
|
|
|
* pix = 0 means that all the entries were
|
|
|
|
* removed, we can start a new block.
|
|
|
|
* Otherwise, this means that there are entries
|
|
|
|
* to retry, and pix points to latest one, so
|
|
|
|
* we should increment it and try to continue
|
|
|
|
* the same block.
|
|
|
|
*/
|
|
|
|
if (pix)
|
|
|
|
pix++;
|
|
|
|
}
|
|
|
|
} pte_iterate_hashed_end();
|
|
|
|
}
|
|
|
|
|
|
|
|
if (pix)
|
|
|
|
(void)call_block_remove(pix, param, true);
|
|
|
|
}
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
/*
|
|
|
|
* Take a spinlock around flushes to avoid bouncing the hypervisor tlbie
|
|
|
|
* lock.
|
|
|
|
*/
|
2006-10-06 02:35:10 +08:00
|
|
|
static void pSeries_lpar_flush_hash_range(unsigned long number, int local)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
2012-09-10 10:52:50 +08:00
|
|
|
unsigned long vpn;
|
2007-02-06 18:10:31 +08:00
|
|
|
unsigned long i, pix, rc;
|
2007-02-08 12:02:35 +08:00
|
|
|
unsigned long flags = 0;
|
powerpc: Replace __get_cpu_var uses
This still has not been merged and now powerpc is the only arch that does
not have this change. Sorry about missing linuxppc-dev before.
V2->V2
- Fix up to work against 3.18-rc1
__get_cpu_var() is used for multiple purposes in the kernel source. One of
them is address calculation via the form &__get_cpu_var(x). This calculates
the address for the instance of the percpu variable of the current processor
based on an offset.
Other use cases are for storing and retrieving data from the current
processors percpu area. __get_cpu_var() can be used as an lvalue when
writing data or on the right side of an assignment.
__get_cpu_var() is defined as :
__get_cpu_var() always only does an address determination. However, store
and retrieve operations could use a segment prefix (or global register on
other platforms) to avoid the address calculation.
this_cpu_write() and this_cpu_read() can directly take an offset into a
percpu area and use optimized assembly code to read and write per cpu
variables.
This patch converts __get_cpu_var into either an explicit address
calculation using this_cpu_ptr() or into a use of this_cpu operations that
use the offset. Thereby address calculations are avoided and less registers
are used when code is generated.
At the end of the patch set all uses of __get_cpu_var have been removed so
the macro is removed too.
The patch set includes passes over all arches as well. Once these operations
are used throughout then specialized macros can be defined in non -x86
arches as well in order to optimize per cpu access by f.e. using a global
register that may be set to the per cpu base.
Transformations done to __get_cpu_var()
1. Determine the address of the percpu instance of the current processor.
DEFINE_PER_CPU(int, y);
int *x = &__get_cpu_var(y);
Converts to
int *x = this_cpu_ptr(&y);
2. Same as #1 but this time an array structure is involved.
DEFINE_PER_CPU(int, y[20]);
int *x = __get_cpu_var(y);
Converts to
int *x = this_cpu_ptr(y);
3. Retrieve the content of the current processors instance of a per cpu
variable.
DEFINE_PER_CPU(int, y);
int x = __get_cpu_var(y)
Converts to
int x = __this_cpu_read(y);
4. Retrieve the content of a percpu struct
DEFINE_PER_CPU(struct mystruct, y);
struct mystruct x = __get_cpu_var(y);
Converts to
memcpy(&x, this_cpu_ptr(&y), sizeof(x));
5. Assignment to a per cpu variable
DEFINE_PER_CPU(int, y)
__get_cpu_var(y) = x;
Converts to
__this_cpu_write(y, x);
6. Increment/Decrement etc of a per cpu variable
DEFINE_PER_CPU(int, y);
__get_cpu_var(y)++
Converts to
__this_cpu_inc(y)
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: Paul Mackerras <paulus@samba.org>
Signed-off-by: Christoph Lameter <cl@linux.com>
[mpe: Fix build errors caused by set/or_softirq_pending(), and rework
assignment in __set_breakpoint() to use memcpy().]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2014-10-22 04:23:25 +08:00
|
|
|
struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch);
|
2011-04-07 03:48:50 +08:00
|
|
|
int lock_tlbie = !mmu_has_feature(MMU_FTR_LOCKLESS_TLBIE);
|
2016-10-06 21:33:21 +08:00
|
|
|
unsigned long param[PLPAR_HCALL9_BUFSIZE];
|
2018-08-20 22:29:35 +08:00
|
|
|
unsigned long index, shift, slot;
|
2007-02-06 18:10:31 +08:00
|
|
|
real_pte_t pte;
|
2007-10-11 18:37:10 +08:00
|
|
|
int psize, ssize;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
if (lock_tlbie)
|
|
|
|
spin_lock_irqsave(&pSeries_lpar_tlbie_lock, flags);
|
|
|
|
|
2018-08-20 22:29:36 +08:00
|
|
|
if (firmware_has_feature(FW_FEATURE_BLOCK_REMOVE)) {
|
|
|
|
do_block_remove(number, batch, param);
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
|
2007-02-06 18:10:31 +08:00
|
|
|
psize = batch->psize;
|
2007-10-11 18:37:10 +08:00
|
|
|
ssize = batch->ssize;
|
2007-02-06 18:10:31 +08:00
|
|
|
pix = 0;
|
|
|
|
for (i = 0; i < number; i++) {
|
2012-09-10 10:52:50 +08:00
|
|
|
vpn = batch->vpn[i];
|
2007-02-06 18:10:31 +08:00
|
|
|
pte = batch->pte[i];
|
2012-09-10 10:52:50 +08:00
|
|
|
pte_iterate_hashed_subpages(pte, psize, vpn, index, shift) {
|
2018-08-20 22:29:35 +08:00
|
|
|
slot = compute_slot(pte, vpn, index, shift, ssize);
|
2007-02-08 12:02:35 +08:00
|
|
|
if (!firmware_has_feature(FW_FEATURE_BULK_REMOVE)) {
|
2013-06-20 17:00:13 +08:00
|
|
|
/*
|
|
|
|
* lpar doesn't use the passed actual page size
|
|
|
|
*/
|
2012-09-10 10:52:50 +08:00
|
|
|
pSeries_lpar_hpte_invalidate(slot, vpn, psize,
|
2013-06-20 17:00:13 +08:00
|
|
|
0, ssize, local);
|
2007-02-08 12:02:35 +08:00
|
|
|
} else {
|
|
|
|
param[pix] = HBR_REQUEST | HBR_AVPN | slot;
|
2012-09-10 10:52:50 +08:00
|
|
|
param[pix+1] = hpte_encode_avpn(vpn, psize,
|
2007-10-11 18:37:10 +08:00
|
|
|
ssize);
|
2007-02-08 12:02:35 +08:00
|
|
|
pix += 2;
|
|
|
|
if (pix == 8) {
|
|
|
|
rc = plpar_hcall9(H_BULK_REMOVE, param,
|
2007-02-06 18:10:31 +08:00
|
|
|
param[0], param[1], param[2],
|
|
|
|
param[3], param[4], param[5],
|
|
|
|
param[6], param[7]);
|
2007-02-08 12:02:35 +08:00
|
|
|
BUG_ON(rc != H_SUCCESS);
|
|
|
|
pix = 0;
|
|
|
|
}
|
2007-02-06 18:10:31 +08:00
|
|
|
}
|
|
|
|
} pte_iterate_hashed_end();
|
|
|
|
}
|
|
|
|
if (pix) {
|
|
|
|
param[pix] = HBR_END;
|
|
|
|
rc = plpar_hcall9(H_BULK_REMOVE, param, param[0], param[1],
|
|
|
|
param[2], param[3], param[4], param[5],
|
|
|
|
param[6], param[7]);
|
|
|
|
BUG_ON(rc != H_SUCCESS);
|
|
|
|
}
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2018-08-20 22:29:36 +08:00
|
|
|
out:
|
2005-04-17 06:20:36 +08:00
|
|
|
if (lock_tlbie)
|
|
|
|
spin_unlock_irqrestore(&pSeries_lpar_tlbie_lock, flags);
|
|
|
|
}
|
|
|
|
|
2010-09-28 23:33:12 +08:00
|
|
|
static int __init disable_bulk_remove(char *str)
|
|
|
|
{
|
|
|
|
if (strcmp(str, "off") == 0 &&
|
|
|
|
firmware_has_feature(FW_FEATURE_BULK_REMOVE)) {
|
2018-06-29 16:39:04 +08:00
|
|
|
pr_info("Disabling BULK_REMOVE firmware feature");
|
|
|
|
powerpc_firmware_features &= ~FW_FEATURE_BULK_REMOVE;
|
2010-09-28 23:33:12 +08:00
|
|
|
}
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
__setup("bulk_remove=", disable_bulk_remove);
|
|
|
|
|
2016-12-09 08:07:36 +08:00
|
|
|
#define HPT_RESIZE_TIMEOUT 10000 /* ms */
|
|
|
|
|
|
|
|
struct hpt_resize_state {
|
|
|
|
unsigned long shift;
|
|
|
|
int commit_rc;
|
|
|
|
};
|
|
|
|
|
|
|
|
static int pseries_lpar_resize_hpt_commit(void *data)
|
|
|
|
{
|
|
|
|
struct hpt_resize_state *state = data;
|
|
|
|
|
|
|
|
state->commit_rc = plpar_resize_hpt_commit(0, state->shift);
|
|
|
|
if (state->commit_rc != H_SUCCESS)
|
|
|
|
return -EIO;
|
|
|
|
|
|
|
|
/* Hypervisor has transitioned the HTAB, update our globals */
|
|
|
|
ppc64_pft_size = state->shift;
|
|
|
|
htab_size_bytes = 1UL << ppc64_pft_size;
|
|
|
|
htab_hash_mask = (htab_size_bytes >> 7) - 1;
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Must be called in user context */
|
|
|
|
static int pseries_lpar_resize_hpt(unsigned long shift)
|
|
|
|
{
|
|
|
|
struct hpt_resize_state state = {
|
|
|
|
.shift = shift,
|
|
|
|
.commit_rc = H_FUNCTION,
|
|
|
|
};
|
|
|
|
unsigned int delay, total_delay = 0;
|
|
|
|
int rc;
|
|
|
|
ktime_t t0, t1, t2;
|
|
|
|
|
|
|
|
might_sleep();
|
|
|
|
|
|
|
|
if (!firmware_has_feature(FW_FEATURE_HPT_RESIZE))
|
|
|
|
return -ENODEV;
|
|
|
|
|
2018-06-29 16:39:04 +08:00
|
|
|
pr_info("Attempting to resize HPT to shift %lu\n", shift);
|
2016-12-09 08:07:36 +08:00
|
|
|
|
|
|
|
t0 = ktime_get();
|
|
|
|
|
|
|
|
rc = plpar_resize_hpt_prepare(0, shift);
|
|
|
|
while (H_IS_LONG_BUSY(rc)) {
|
|
|
|
delay = get_longbusy_msecs(rc);
|
|
|
|
total_delay += delay;
|
|
|
|
if (total_delay > HPT_RESIZE_TIMEOUT) {
|
|
|
|
/* prepare with shift==0 cancels an in-progress resize */
|
|
|
|
rc = plpar_resize_hpt_prepare(0, 0);
|
|
|
|
if (rc != H_SUCCESS)
|
2018-06-29 16:39:04 +08:00
|
|
|
pr_warn("Unexpected error %d cancelling timed out HPT resize\n",
|
2016-12-09 08:07:36 +08:00
|
|
|
rc);
|
|
|
|
return -ETIMEDOUT;
|
|
|
|
}
|
|
|
|
msleep(delay);
|
|
|
|
rc = plpar_resize_hpt_prepare(0, shift);
|
|
|
|
};
|
|
|
|
|
|
|
|
switch (rc) {
|
|
|
|
case H_SUCCESS:
|
|
|
|
/* Continue on */
|
|
|
|
break;
|
|
|
|
|
|
|
|
case H_PARAMETER:
|
2019-03-13 18:25:28 +08:00
|
|
|
pr_warn("Invalid argument from H_RESIZE_HPT_PREPARE\n");
|
2016-12-09 08:07:36 +08:00
|
|
|
return -EINVAL;
|
|
|
|
case H_RESOURCE:
|
2019-03-13 18:25:28 +08:00
|
|
|
pr_warn("Operation not permitted from H_RESIZE_HPT_PREPARE\n");
|
2016-12-09 08:07:36 +08:00
|
|
|
return -EPERM;
|
|
|
|
default:
|
2018-06-29 16:39:04 +08:00
|
|
|
pr_warn("Unexpected error %d from H_RESIZE_HPT_PREPARE\n", rc);
|
2016-12-09 08:07:36 +08:00
|
|
|
return -EIO;
|
|
|
|
}
|
|
|
|
|
|
|
|
t1 = ktime_get();
|
|
|
|
|
|
|
|
rc = stop_machine(pseries_lpar_resize_hpt_commit, &state, NULL);
|
|
|
|
|
|
|
|
t2 = ktime_get();
|
|
|
|
|
|
|
|
if (rc != 0) {
|
|
|
|
switch (state.commit_rc) {
|
|
|
|
case H_PTEG_FULL:
|
|
|
|
return -ENOSPC;
|
|
|
|
|
|
|
|
default:
|
2018-06-29 16:39:04 +08:00
|
|
|
pr_warn("Unexpected error %d from H_RESIZE_HPT_COMMIT\n",
|
|
|
|
state.commit_rc);
|
2016-12-09 08:07:36 +08:00
|
|
|
return -EIO;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2018-06-29 16:39:04 +08:00
|
|
|
pr_info("HPT resize to shift %lu complete (%lld ms / %lld ms)\n",
|
|
|
|
shift, (long long) ktime_ms_delta(t1, t0),
|
|
|
|
(long long) ktime_ms_delta(t2, t1));
|
2016-12-09 08:07:36 +08:00
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2017-01-30 18:21:36 +08:00
|
|
|
static int pseries_lpar_register_process_table(unsigned long base,
|
|
|
|
unsigned long page_size, unsigned long table_size)
|
|
|
|
{
|
|
|
|
long rc;
|
2017-02-16 13:03:39 +08:00
|
|
|
unsigned long flags = 0;
|
2017-01-30 18:21:36 +08:00
|
|
|
|
2017-02-16 13:03:39 +08:00
|
|
|
if (table_size)
|
|
|
|
flags |= PROC_TABLE_NEW;
|
2017-01-30 18:21:36 +08:00
|
|
|
if (radix_enabled())
|
|
|
|
flags |= PROC_TABLE_RADIX | PROC_TABLE_GTSE;
|
2017-02-16 13:03:39 +08:00
|
|
|
else
|
|
|
|
flags |= PROC_TABLE_HPT_SLB;
|
2017-01-30 18:21:36 +08:00
|
|
|
for (;;) {
|
|
|
|
rc = plpar_hcall_norets(H_REGISTER_PROC_TBL, flags, base,
|
|
|
|
page_size, table_size);
|
|
|
|
if (!H_IS_LONG_BUSY(rc))
|
|
|
|
break;
|
|
|
|
mdelay(get_longbusy_msecs(rc));
|
|
|
|
}
|
|
|
|
if (rc != H_SUCCESS) {
|
|
|
|
pr_err("Failed to register process table (rc=%ld)\n", rc);
|
|
|
|
BUG();
|
|
|
|
}
|
|
|
|
return rc;
|
|
|
|
}
|
|
|
|
|
2016-07-26 08:33:03 +08:00
|
|
|
void __init hpte_init_pseries(void)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
2016-07-05 13:03:58 +08:00
|
|
|
mmu_hash_ops.hpte_invalidate = pSeries_lpar_hpte_invalidate;
|
|
|
|
mmu_hash_ops.hpte_updatepp = pSeries_lpar_hpte_updatepp;
|
|
|
|
mmu_hash_ops.hpte_updateboltedpp = pSeries_lpar_hpte_updateboltedpp;
|
|
|
|
mmu_hash_ops.hpte_insert = pSeries_lpar_hpte_insert;
|
|
|
|
mmu_hash_ops.hpte_remove = pSeries_lpar_hpte_remove;
|
|
|
|
mmu_hash_ops.hpte_removebolted = pSeries_lpar_hpte_removebolted;
|
|
|
|
mmu_hash_ops.flush_hash_range = pSeries_lpar_flush_hash_range;
|
2016-10-01 18:41:56 +08:00
|
|
|
mmu_hash_ops.hpte_clear_all = pseries_hpte_clear_all;
|
2016-07-05 13:03:58 +08:00
|
|
|
mmu_hash_ops.hugepage_invalidate = pSeries_lpar_hugepage_invalidate;
|
2017-02-16 13:03:39 +08:00
|
|
|
register_process_table = pseries_lpar_register_process_table;
|
2017-03-17 13:02:35 +08:00
|
|
|
|
|
|
|
if (firmware_has_feature(FW_FEATURE_HPT_RESIZE))
|
|
|
|
mmu_hash_ops.resize_hpt = pseries_lpar_resize_hpt;
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
2009-04-15 13:55:32 +08:00
|
|
|
|
2017-01-30 18:21:36 +08:00
|
|
|
void radix_init_pseries(void)
|
|
|
|
{
|
|
|
|
pr_info("Using radix MMU under hypervisor\n");
|
|
|
|
register_process_table = pseries_lpar_register_process_table;
|
|
|
|
}
|
|
|
|
|
2009-04-15 13:55:32 +08:00
|
|
|
#ifdef CONFIG_PPC_SMLPAR
|
|
|
|
#define CMO_FREE_HINT_DEFAULT 1
|
|
|
|
static int cmo_free_hint_flag = CMO_FREE_HINT_DEFAULT;
|
|
|
|
|
|
|
|
static int __init cmo_free_hint(char *str)
|
|
|
|
{
|
|
|
|
char *parm;
|
|
|
|
parm = strstrip(str);
|
|
|
|
|
|
|
|
if (strcasecmp(parm, "no") == 0 || strcasecmp(parm, "off") == 0) {
|
2018-06-29 16:39:04 +08:00
|
|
|
pr_info("%s: CMO free page hinting is not active.\n", __func__);
|
2009-04-15 13:55:32 +08:00
|
|
|
cmo_free_hint_flag = 0;
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
cmo_free_hint_flag = 1;
|
2018-06-29 16:39:04 +08:00
|
|
|
pr_info("%s: CMO free page hinting is active.\n", __func__);
|
2009-04-15 13:55:32 +08:00
|
|
|
|
|
|
|
if (strcasecmp(parm, "yes") == 0 || strcasecmp(parm, "on") == 0)
|
|
|
|
return 1;
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
__setup("cmo_free_hint=", cmo_free_hint);
|
|
|
|
|
|
|
|
static void pSeries_set_page_state(struct page *page, int order,
|
|
|
|
unsigned long state)
|
|
|
|
{
|
|
|
|
int i, j;
|
|
|
|
unsigned long cmo_page_sz, addr;
|
|
|
|
|
|
|
|
cmo_page_sz = cmo_get_page_size();
|
|
|
|
addr = __pa((unsigned long)page_address(page));
|
|
|
|
|
|
|
|
for (i = 0; i < (1 << order); i++, addr += PAGE_SIZE) {
|
|
|
|
for (j = 0; j < PAGE_SIZE; j += cmo_page_sz)
|
|
|
|
plpar_hcall_norets(H_PAGE_INIT, state, addr + j, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void arch_free_page(struct page *page, int order)
|
|
|
|
{
|
2016-04-29 21:26:08 +08:00
|
|
|
if (radix_enabled())
|
|
|
|
return;
|
2009-04-15 13:55:32 +08:00
|
|
|
if (!cmo_free_hint_flag || !firmware_has_feature(FW_FEATURE_CMO))
|
|
|
|
return;
|
|
|
|
|
|
|
|
pSeries_set_page_state(page, order, H_PAGE_SET_UNUSED);
|
|
|
|
}
|
|
|
|
EXPORT_SYMBOL(arch_free_page);
|
|
|
|
|
2016-04-29 21:26:08 +08:00
|
|
|
#endif /* CONFIG_PPC_SMLPAR */
|
2017-10-19 12:08:43 +08:00
|
|
|
#endif /* CONFIG_PPC_BOOK3S_64 */
|
2009-10-27 02:50:29 +08:00
|
|
|
|
|
|
|
#ifdef CONFIG_TRACEPOINTS
|
2018-12-30 23:14:15 +08:00
|
|
|
#ifdef CONFIG_JUMP_LABEL
|
2014-07-03 13:52:03 +08:00
|
|
|
struct static_key hcall_tracepoint_key = STATIC_KEY_INIT;
|
|
|
|
|
2016-11-29 02:03:21 +08:00
|
|
|
int hcall_tracepoint_regfunc(void)
|
2014-07-03 13:52:03 +08:00
|
|
|
{
|
|
|
|
static_key_slow_inc(&hcall_tracepoint_key);
|
2016-11-29 02:03:21 +08:00
|
|
|
return 0;
|
2014-07-03 13:52:03 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
void hcall_tracepoint_unregfunc(void)
|
|
|
|
{
|
|
|
|
static_key_slow_dec(&hcall_tracepoint_key);
|
|
|
|
}
|
|
|
|
#else
|
2009-10-27 02:50:29 +08:00
|
|
|
/*
|
|
|
|
* We optimise our hcall path by placing hcall_tracepoint_refcount
|
|
|
|
* directly in the TOC so we can check if the hcall tracepoints are
|
|
|
|
* enabled via a single load.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* NB: reg/unreg are called while guarded with the tracepoints_mutex */
|
|
|
|
extern long hcall_tracepoint_refcount;
|
|
|
|
|
2016-11-29 02:03:21 +08:00
|
|
|
int hcall_tracepoint_regfunc(void)
|
2009-10-27 02:50:29 +08:00
|
|
|
{
|
|
|
|
hcall_tracepoint_refcount++;
|
2016-11-29 02:03:21 +08:00
|
|
|
return 0;
|
2009-10-27 02:50:29 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
void hcall_tracepoint_unregfunc(void)
|
|
|
|
{
|
|
|
|
hcall_tracepoint_refcount--;
|
|
|
|
}
|
2014-07-03 13:52:03 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Since the tracing code might execute hcalls we need to guard against
|
|
|
|
* recursion. One example of this are spinlocks calling H_YIELD on
|
|
|
|
* shared processor partitions.
|
|
|
|
*/
|
|
|
|
static DEFINE_PER_CPU(unsigned int, hcall_trace_depth);
|
|
|
|
|
2009-10-27 02:50:29 +08:00
|
|
|
|
2009-10-27 02:51:09 +08:00
|
|
|
void __trace_hcall_entry(unsigned long opcode, unsigned long *args)
|
2009-10-27 02:50:29 +08:00
|
|
|
{
|
2010-10-21 08:52:12 +08:00
|
|
|
unsigned long flags;
|
|
|
|
unsigned int *depth;
|
|
|
|
|
2012-01-09 22:29:15 +08:00
|
|
|
/*
|
|
|
|
* We cannot call tracepoints inside RCU idle regions which
|
|
|
|
* means we must not trace H_CEDE.
|
|
|
|
*/
|
|
|
|
if (opcode == H_CEDE)
|
|
|
|
return;
|
|
|
|
|
2010-10-21 08:52:12 +08:00
|
|
|
local_irq_save(flags);
|
|
|
|
|
powerpc: Replace __get_cpu_var uses
This still has not been merged and now powerpc is the only arch that does
not have this change. Sorry about missing linuxppc-dev before.
V2->V2
- Fix up to work against 3.18-rc1
__get_cpu_var() is used for multiple purposes in the kernel source. One of
them is address calculation via the form &__get_cpu_var(x). This calculates
the address for the instance of the percpu variable of the current processor
based on an offset.
Other use cases are for storing and retrieving data from the current
processors percpu area. __get_cpu_var() can be used as an lvalue when
writing data or on the right side of an assignment.
__get_cpu_var() is defined as :
__get_cpu_var() always only does an address determination. However, store
and retrieve operations could use a segment prefix (or global register on
other platforms) to avoid the address calculation.
this_cpu_write() and this_cpu_read() can directly take an offset into a
percpu area and use optimized assembly code to read and write per cpu
variables.
This patch converts __get_cpu_var into either an explicit address
calculation using this_cpu_ptr() or into a use of this_cpu operations that
use the offset. Thereby address calculations are avoided and less registers
are used when code is generated.
At the end of the patch set all uses of __get_cpu_var have been removed so
the macro is removed too.
The patch set includes passes over all arches as well. Once these operations
are used throughout then specialized macros can be defined in non -x86
arches as well in order to optimize per cpu access by f.e. using a global
register that may be set to the per cpu base.
Transformations done to __get_cpu_var()
1. Determine the address of the percpu instance of the current processor.
DEFINE_PER_CPU(int, y);
int *x = &__get_cpu_var(y);
Converts to
int *x = this_cpu_ptr(&y);
2. Same as #1 but this time an array structure is involved.
DEFINE_PER_CPU(int, y[20]);
int *x = __get_cpu_var(y);
Converts to
int *x = this_cpu_ptr(y);
3. Retrieve the content of the current processors instance of a per cpu
variable.
DEFINE_PER_CPU(int, y);
int x = __get_cpu_var(y)
Converts to
int x = __this_cpu_read(y);
4. Retrieve the content of a percpu struct
DEFINE_PER_CPU(struct mystruct, y);
struct mystruct x = __get_cpu_var(y);
Converts to
memcpy(&x, this_cpu_ptr(&y), sizeof(x));
5. Assignment to a per cpu variable
DEFINE_PER_CPU(int, y)
__get_cpu_var(y) = x;
Converts to
__this_cpu_write(y, x);
6. Increment/Decrement etc of a per cpu variable
DEFINE_PER_CPU(int, y);
__get_cpu_var(y)++
Converts to
__this_cpu_inc(y)
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: Paul Mackerras <paulus@samba.org>
Signed-off-by: Christoph Lameter <cl@linux.com>
[mpe: Fix build errors caused by set/or_softirq_pending(), and rework
assignment in __set_breakpoint() to use memcpy().]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2014-10-22 04:23:25 +08:00
|
|
|
depth = this_cpu_ptr(&hcall_trace_depth);
|
2010-10-21 08:52:12 +08:00
|
|
|
|
|
|
|
if (*depth)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
(*depth)++;
|
2011-12-19 00:03:04 +08:00
|
|
|
preempt_disable();
|
2009-10-27 02:51:09 +08:00
|
|
|
trace_hcall_entry(opcode, args);
|
2010-10-21 08:52:12 +08:00
|
|
|
(*depth)--;
|
|
|
|
|
|
|
|
out:
|
|
|
|
local_irq_restore(flags);
|
2009-10-27 02:50:29 +08:00
|
|
|
}
|
|
|
|
|
2018-05-07 21:03:55 +08:00
|
|
|
void __trace_hcall_exit(long opcode, long retval, unsigned long *retbuf)
|
2009-10-27 02:50:29 +08:00
|
|
|
{
|
2010-10-21 08:52:12 +08:00
|
|
|
unsigned long flags;
|
|
|
|
unsigned int *depth;
|
|
|
|
|
2012-01-09 22:29:15 +08:00
|
|
|
if (opcode == H_CEDE)
|
|
|
|
return;
|
|
|
|
|
2010-10-21 08:52:12 +08:00
|
|
|
local_irq_save(flags);
|
|
|
|
|
powerpc: Replace __get_cpu_var uses
This still has not been merged and now powerpc is the only arch that does
not have this change. Sorry about missing linuxppc-dev before.
V2->V2
- Fix up to work against 3.18-rc1
__get_cpu_var() is used for multiple purposes in the kernel source. One of
them is address calculation via the form &__get_cpu_var(x). This calculates
the address for the instance of the percpu variable of the current processor
based on an offset.
Other use cases are for storing and retrieving data from the current
processors percpu area. __get_cpu_var() can be used as an lvalue when
writing data or on the right side of an assignment.
__get_cpu_var() is defined as :
__get_cpu_var() always only does an address determination. However, store
and retrieve operations could use a segment prefix (or global register on
other platforms) to avoid the address calculation.
this_cpu_write() and this_cpu_read() can directly take an offset into a
percpu area and use optimized assembly code to read and write per cpu
variables.
This patch converts __get_cpu_var into either an explicit address
calculation using this_cpu_ptr() or into a use of this_cpu operations that
use the offset. Thereby address calculations are avoided and less registers
are used when code is generated.
At the end of the patch set all uses of __get_cpu_var have been removed so
the macro is removed too.
The patch set includes passes over all arches as well. Once these operations
are used throughout then specialized macros can be defined in non -x86
arches as well in order to optimize per cpu access by f.e. using a global
register that may be set to the per cpu base.
Transformations done to __get_cpu_var()
1. Determine the address of the percpu instance of the current processor.
DEFINE_PER_CPU(int, y);
int *x = &__get_cpu_var(y);
Converts to
int *x = this_cpu_ptr(&y);
2. Same as #1 but this time an array structure is involved.
DEFINE_PER_CPU(int, y[20]);
int *x = __get_cpu_var(y);
Converts to
int *x = this_cpu_ptr(y);
3. Retrieve the content of the current processors instance of a per cpu
variable.
DEFINE_PER_CPU(int, y);
int x = __get_cpu_var(y)
Converts to
int x = __this_cpu_read(y);
4. Retrieve the content of a percpu struct
DEFINE_PER_CPU(struct mystruct, y);
struct mystruct x = __get_cpu_var(y);
Converts to
memcpy(&x, this_cpu_ptr(&y), sizeof(x));
5. Assignment to a per cpu variable
DEFINE_PER_CPU(int, y)
__get_cpu_var(y) = x;
Converts to
__this_cpu_write(y, x);
6. Increment/Decrement etc of a per cpu variable
DEFINE_PER_CPU(int, y);
__get_cpu_var(y)++
Converts to
__this_cpu_inc(y)
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: Paul Mackerras <paulus@samba.org>
Signed-off-by: Christoph Lameter <cl@linux.com>
[mpe: Fix build errors caused by set/or_softirq_pending(), and rework
assignment in __set_breakpoint() to use memcpy().]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2014-10-22 04:23:25 +08:00
|
|
|
depth = this_cpu_ptr(&hcall_trace_depth);
|
2010-10-21 08:52:12 +08:00
|
|
|
|
|
|
|
if (*depth)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
(*depth)++;
|
2009-10-27 02:51:09 +08:00
|
|
|
trace_hcall_exit(opcode, retval, retbuf);
|
2011-12-19 00:03:04 +08:00
|
|
|
preempt_enable();
|
2010-10-21 08:52:12 +08:00
|
|
|
(*depth)--;
|
|
|
|
|
|
|
|
out:
|
|
|
|
local_irq_restore(flags);
|
2009-10-27 02:50:29 +08:00
|
|
|
}
|
|
|
|
#endif
|
2011-05-04 14:01:20 +08:00
|
|
|
|
|
|
|
/**
|
|
|
|
* h_get_mpp
|
|
|
|
* H_GET_MPP hcall returns info in 7 parms
|
|
|
|
*/
|
|
|
|
int h_get_mpp(struct hvcall_mpp_data *mpp_data)
|
|
|
|
{
|
|
|
|
int rc;
|
|
|
|
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
|
|
|
|
|
|
|
|
rc = plpar_hcall9(H_GET_MPP, retbuf);
|
|
|
|
|
|
|
|
mpp_data->entitled_mem = retbuf[0];
|
|
|
|
mpp_data->mapped_mem = retbuf[1];
|
|
|
|
|
|
|
|
mpp_data->group_num = (retbuf[2] >> 2 * 8) & 0xffff;
|
|
|
|
mpp_data->pool_num = retbuf[2] & 0xffff;
|
|
|
|
|
|
|
|
mpp_data->mem_weight = (retbuf[3] >> 7 * 8) & 0xff;
|
|
|
|
mpp_data->unallocated_mem_weight = (retbuf[3] >> 6 * 8) & 0xff;
|
2013-08-07 00:01:24 +08:00
|
|
|
mpp_data->unallocated_entitlement = retbuf[3] & 0xffffffffffffUL;
|
2011-05-04 14:01:20 +08:00
|
|
|
|
|
|
|
mpp_data->pool_size = retbuf[4];
|
|
|
|
mpp_data->loan_request = retbuf[5];
|
|
|
|
mpp_data->backing_mem = retbuf[6];
|
|
|
|
|
|
|
|
return rc;
|
|
|
|
}
|
|
|
|
EXPORT_SYMBOL(h_get_mpp);
|
|
|
|
|
|
|
|
int h_get_mpp_x(struct hvcall_mpp_x_data *mpp_x_data)
|
|
|
|
{
|
|
|
|
int rc;
|
|
|
|
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = { 0 };
|
|
|
|
|
|
|
|
rc = plpar_hcall9(H_GET_MPP_X, retbuf);
|
|
|
|
|
|
|
|
mpp_x_data->coalesced_bytes = retbuf[0];
|
|
|
|
mpp_x_data->pool_coalesced_bytes = retbuf[1];
|
|
|
|
mpp_x_data->pool_purr_cycles = retbuf[2];
|
|
|
|
mpp_x_data->pool_spurr_cycles = retbuf[3];
|
|
|
|
|
|
|
|
return rc;
|
|
|
|
}
|
2017-03-22 11:37:00 +08:00
|
|
|
|
|
|
|
static unsigned long vsid_unscramble(unsigned long vsid, int ssize)
|
|
|
|
{
|
|
|
|
unsigned long protovsid;
|
|
|
|
unsigned long va_bits = VA_BITS;
|
|
|
|
unsigned long modinv, vsid_modulus;
|
|
|
|
unsigned long max_mod_inv, tmp_modinv;
|
|
|
|
|
|
|
|
if (!mmu_has_feature(MMU_FTR_68_BIT_VA))
|
|
|
|
va_bits = 65;
|
|
|
|
|
|
|
|
if (ssize == MMU_SEGSIZE_256M) {
|
|
|
|
modinv = VSID_MULINV_256M;
|
|
|
|
vsid_modulus = ((1UL << (va_bits - SID_SHIFT)) - 1);
|
|
|
|
} else {
|
|
|
|
modinv = VSID_MULINV_1T;
|
|
|
|
vsid_modulus = ((1UL << (va_bits - SID_SHIFT_1T)) - 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* vsid outside our range.
|
|
|
|
*/
|
|
|
|
if (vsid >= vsid_modulus)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* If modinv is the modular multiplicate inverse of (x % vsid_modulus)
|
|
|
|
* and vsid = (protovsid * x) % vsid_modulus, then we say:
|
|
|
|
* protovsid = (vsid * modinv) % vsid_modulus
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Check if (vsid * modinv) overflow (63 bits) */
|
|
|
|
max_mod_inv = 0x7fffffffffffffffull / vsid;
|
|
|
|
if (modinv < max_mod_inv)
|
|
|
|
return (vsid * modinv) % vsid_modulus;
|
|
|
|
|
|
|
|
tmp_modinv = modinv/max_mod_inv;
|
|
|
|
modinv %= max_mod_inv;
|
|
|
|
|
|
|
|
protovsid = (((vsid * max_mod_inv) % vsid_modulus) * tmp_modinv) % vsid_modulus;
|
|
|
|
protovsid = (protovsid + vsid * modinv) % vsid_modulus;
|
|
|
|
|
|
|
|
return protovsid;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int __init reserve_vrma_context_id(void)
|
|
|
|
{
|
|
|
|
unsigned long protovsid;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Reserve context ids which map to reserved virtual addresses. For now
|
|
|
|
* we only reserve the context id which maps to the VRMA VSID. We ignore
|
|
|
|
* the addresses in "ibm,adjunct-virtual-addresses" because we don't
|
|
|
|
* enable adjunct support via the "ibm,client-architecture-support"
|
|
|
|
* interface.
|
|
|
|
*/
|
|
|
|
protovsid = vsid_unscramble(VRMA_VSID, MMU_SEGSIZE_1T);
|
|
|
|
hash__reserve_context_id(protovsid >> ESID_BITS_1T);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
machine_device_initcall(pseries, reserve_vrma_context_id);
|
2018-10-16 19:50:05 +08:00
|
|
|
|
|
|
|
#ifdef CONFIG_DEBUG_FS
|
|
|
|
/* debugfs file interface for vpa data */
|
|
|
|
static ssize_t vpa_file_read(struct file *filp, char __user *buf, size_t len,
|
|
|
|
loff_t *pos)
|
|
|
|
{
|
|
|
|
int cpu = (long)filp->private_data;
|
|
|
|
struct lppaca *lppaca = &lppaca_of(cpu);
|
|
|
|
|
|
|
|
return simple_read_from_buffer(buf, len, pos, lppaca,
|
|
|
|
sizeof(struct lppaca));
|
|
|
|
}
|
|
|
|
|
|
|
|
static const struct file_operations vpa_fops = {
|
|
|
|
.open = simple_open,
|
|
|
|
.read = vpa_file_read,
|
|
|
|
.llseek = default_llseek,
|
|
|
|
};
|
|
|
|
|
|
|
|
static int __init vpa_debugfs_init(void)
|
|
|
|
{
|
|
|
|
char name[16];
|
|
|
|
long i;
|
|
|
|
static struct dentry *vpa_dir;
|
|
|
|
|
|
|
|
if (!firmware_has_feature(FW_FEATURE_SPLPAR))
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
vpa_dir = debugfs_create_dir("vpa", powerpc_debugfs_root);
|
|
|
|
if (!vpa_dir) {
|
|
|
|
pr_warn("%s: can't create vpa root dir\n", __func__);
|
|
|
|
return -ENOMEM;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* set up the per-cpu vpa file*/
|
|
|
|
for_each_possible_cpu(i) {
|
|
|
|
struct dentry *d;
|
|
|
|
|
|
|
|
sprintf(name, "cpu-%ld", i);
|
|
|
|
|
|
|
|
d = debugfs_create_file(name, 0400, vpa_dir, (void *)i,
|
|
|
|
&vpa_fops);
|
|
|
|
if (!d) {
|
|
|
|
pr_warn("%s: can't create per-cpu vpa file\n",
|
|
|
|
__func__);
|
|
|
|
return -ENOMEM;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
machine_arch_initcall(pseries, vpa_debugfs_init);
|
|
|
|
#endif /* CONFIG_DEBUG_FS */
|