Searched refs:lppaca (Results 1 - 12 of 12) sorted by relevance

/arch/powerpc/kernel/
H A Dpaca.c14 #include <asm/lppaca.h>
29 * is now known to fail if the lppaca structure crosses a page
30 * boundary. The lppaca is also used on POWER5 pSeries boxes.
31 * The lppaca is 640 bytes long, and cannot readily
35 struct lppaca lppaca[] = { variable in typeref:struct:lppaca
38 .size = cpu_to_be16(sizeof(struct lppaca)),
46 static struct lppaca *extra_lppacas;
54 lppaca_size = PAGE_ALIGN(sizeof(struct lppaca) *
60 static struct lppaca * __ini
[all...]
H A Dasm-offsets.c42 #include <asm/lppaca.h>
237 DEFINE(LPPACA_PMCINUSE, offsetof(struct lppaca, pmcregs_in_use));
238 DEFINE(LPPACA_DTLIDX, offsetof(struct lppaca, dtl_idx));
239 DEFINE(LPPACA_YIELDCOUNT, offsetof(struct lppaca, yield_count));
H A Dsysfs.c26 #include <asm/lppaca.h>
H A Dtime.c206 struct lppaca *vpa = local_paca->lppaca_ptr;
/arch/powerpc/include/asm/
H A Dpmc.h33 #include <asm/lppaca.h>
H A Dlppaca.h2 * lppaca.h
39 * We only have to have statically allocated lppaca structs on
45 * The Hypervisor barfs if the lppaca crosses a page boundary. A 1k
48 struct lppaca { struct
104 extern struct lppaca lppaca[];
115 static inline bool lppaca_shared_proc(struct lppaca *l)
H A Dpaca.h20 #include <asm/lppaca.h>
62 struct lppaca *lppaca_ptr; /* Pointer to LpPaca for PLIC */
H A Dkvm_host.h83 struct lppaca;
/arch/powerpc/platforms/pseries/
H A Ddtl.c29 #include <asm/lppaca.h>
80 struct lppaca *vpa = local_paca->lppaca_ptr;
167 /* ensure that our updates to the lppaca fields have occurred before
H A Dlparcfg.c29 #include <asm/lppaca.h>
/arch/powerpc/kvm/
H A Dbook3s_hv.c46 #include <asm/lppaca.h>
280 static void init_vpa(struct kvm_vcpu *vcpu, struct lppaca *vpa)
365 if (len < sizeof(struct lppaca))
534 struct lppaca *vpa;
1242 r = set_vpa(vcpu, &vcpu->arch.vpa, addr, sizeof(struct lppaca));
/arch/powerpc/mm/
H A Dnuma.c1361 volatile u8 *hypervisor_counts = lppaca[cpu].vphn_assoc_counts;
1387 volatile u8 *hypervisor_counts = lppaca[cpu].vphn_assoc_counts;

Completed in 510 milliseconds