Searched defs:pr (Results 1 - 25 of 29) sorted by relevance

12

/arch/powerpc/kvm/
H A DMakefile49 kvm-pr-y := \
125 obj-$(CONFIG_KVM_BOOK3S_64_PR) += kvm-pr.o
H A De500.c165 int as, int pid, int pr)
171 BUG_ON(pr >= 2);
173 idt->id[as][pid][pr].val = 0;
174 idt->id[as][pid][pr].pentry = NULL;
191 unsigned int pr, int avoid_recursion)
198 BUG_ON(pr >= 2);
200 sid = local_sid_lookup(&idt->id[as][gid][pr]);
204 sid = local_sid_setup_one(&idt->id[as][gid][pr]);
240 unsigned int pr, tid, ts, pid; local
250 for (pr
163 kvmppc_e500_id_table_reset_one( struct kvmppc_vcpu_e500 *vcpu_e500, int as, int pid, int pr) argument
189 kvmppc_e500_get_sid(struct kvmppc_vcpu_e500 *vcpu_e500, unsigned int as, unsigned int gid, unsigned int pr, int avoid_recursion) argument
[all...]
H A De500_mmu_host.c313 u32 pr = vcpu->arch.shared->msr & MSR_PR; local
321 e500_shadow_mas3_attrib(gtlbe->mas7_3, pr);
624 bool pr; local
660 pr = vcpu->arch.shared->msr & MSR_PR;
661 if (unlikely((pr && !(mas3 & MAS3_UX)) ||
662 (!pr && !(mas3 & MAS3_SX)))) {
/arch/powerpc/platforms/pseries/
H A Dhotplug-memory.c186 static int pseries_update_drconf_memory(struct of_prop_reconfig *pr) argument
198 p = (__be32 *) pr->old_prop->value;
210 p = (__be32 *)pr->prop->value;
237 struct of_prop_reconfig *pr; local
248 pr = (struct of_prop_reconfig *)node;
249 if (!strcmp(pr->prop->name, "ibm,dynamic-memory"))
250 err = pseries_update_drconf_memory(pr);
/arch/s390/include/asm/
H A Dnmi.h52 __u32 pr : 1; /* 42 tod programmable register validity */ member in struct:mci
/arch/sh/include/uapi/asm/
H A Dptrace_32.h47 unsigned long pr; member in struct:pt_regs
/arch/arm/mach-ux500/
H A Dpm.c88 u32 pr; /* Pending register */ local
96 pr = readl_relaxed(dist_base + GIC_DIST_PENDING_SET + i * 4);
99 if (pr & er)
/arch/ia64/kernel/
H A Dtraps.c237 fp_emulate (int fp_fault, void *bundle, long *ipsr, long *fpsr, long *isr, long *pr, long *ifs, argument
269 (unsigned long *) isr, (unsigned long *) pr,
333 exception = fp_emulate(fp_fault, bundle, &regs->cr_ipsr, &regs->ar_fpsr, &isr, &regs->pr,
466 printk("%s[%d]: possible hazard @ ip=%016lx (pr = %016lx)\n",
468 regs.cr_iip + ia64_psr(&regs)->ri, regs.pr);
H A Dptrace.c727 unsigned long ip, sp, pr; local
742 if (unw_get_pr (&prev_info, &pr) < 0) {
750 && (pr & (1UL << PRED_USER_STACK)))
760 unw_get_pr(&prev_info, &pr);
761 pr &= ~((1UL << PRED_SYSCALL) | (1UL << PRED_LEAVE_SYSCALL));
762 pr |= (1UL << PRED_NON_SYSCALL);
763 unw_set_pr(&prev_info, pr);
955 retval |= __put_user(pt->pr, &ppr->pr);
1092 retval |= __get_user(pt->pr,
[all...]
H A Dunwind.c232 "ar.unat", "pr", "ar.lc", "ar.fpsr",
597 addr = &info->sw->pr;
1216 cache_match (struct unw_script *script, unsigned long ip, unsigned long pr)
1219 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0)
1231 unsigned long ip, pr;
1239 pr = info->pr;
1241 if (cache_match(script, ip, pr)) {
1252 if (cache_match(script, ip, pr)) {
1550 sr.pr_val = info->pr;
1213 cache_match(struct unw_script *script, unsigned long ip, unsigned long pr) argument
1228 unsigned long ip, pr; local
1885 unsigned long ip, pr, num_regs; local
1971 unsigned long ip, sp, pr = info->pr; local
[all...]
/arch/mips/include/asm/octeon/
H A Dcvmx-wqe.h74 uint64_t pr:4; member in struct:__anon2105::__anon2106
208 uint64_t pr:4; member in struct:__anon2105::__anon2108
/arch/powerpc/sysdev/
H A Duic.c129 u32 tr, pr, mask; local
156 pr = mfdcr(uic->dcrbase + UIC_PR);
158 pr = (pr & mask) | (polarity << (31-src));
160 mtdcr(uic->dcrbase + UIC_PR, pr);
/arch/s390/mm/
H A Ddump_pagetables.c46 static void print_prot(struct seq_file *m, unsigned int pr, int level) argument
52 if (pr & _PAGE_INVALID) {
56 seq_printf(m, "%s", pr & _PAGE_PROTECT ? "RO " : "RW ");
/arch/sparc/kernel/
H A Dpci_common.c411 const struct linux_prom_pci_ranges *pr = &pbm_ranges[i]; local
417 parent_phys_hi = pr->parent_phys_hi;
418 parent_phys_lo = pr->parent_phys_lo;
422 size_hi = pr->size_hi;
423 size_lo = pr->size_lo;
425 type = (pr->child_phys_hi >> 24) & 0x3;
H A Dsbus.c540 const struct linux_prom64_registers *pr; local
548 pr = of_get_property(dp, "reg", NULL);
549 if (!pr) {
554 regs = pr->phys_addr;
/arch/x86/mm/
H A Ddump_pagetables.c123 pgprotval_t pr = pgprot_val(prot); local
131 if (pr & _PAGE_USER)
135 if (pr & _PAGE_RW)
139 if (pr & _PAGE_PWT)
143 if (pr & _PAGE_PCD)
150 if (pr & _PAGE_PSE)
155 if (pr & _PAGE_PAT)
160 if (pr & _PAGE_GLOBAL)
164 if (pr & _PAGE_NX)
/arch/ia64/include/asm/
H A Dunwind.h63 unsigned long pr; /* current predicate values */ member in struct:unw_frame_info
/arch/ia64/include/uapi/asm/
H A Dptrace.h103 unsigned long pr; /* 64 predicate registers (1 bit each) */ member in struct:pt_regs
203 unsigned long pr; /* 64 predicate registers (1 bit each) */ member in struct:switch_stack
213 unsigned long pr; member in struct:pt_all_user_regs
H A Dkvm.h79 unsigned long pr; member in struct:context::__anon1716
/arch/mips/kernel/
H A Dpm-cps.c202 struct uasm_reloc **pr,
234 uasm_il_bne(pp, pr, t0, t1, lbl);
239 struct uasm_reloc **pr,
323 uasm_il_beqz(pp, pr, t1, lbl);
336 struct uasm_reloc **pr,
344 uasm_il_beqz(pp, pr, t1, lbl);
201 cps_gen_cache_routine(u32 **pp, struct uasm_label **pl, struct uasm_reloc **pr, const struct cache_desc *cache, unsigned op, int lbl) argument
238 cps_gen_flush_fsb(u32 **pp, struct uasm_label **pl, struct uasm_reloc **pr, const struct cpuinfo_mips *cpu_info, int lbl) argument
335 cps_gen_set_top_bit(u32 **pp, struct uasm_label **pl, struct uasm_reloc **pr, unsigned r_addr, int lbl) argument
/arch/ia64/kvm/
H A Dprocess.c433 unsigned long *fpsr, unsigned long *isr, unsigned long *pr,
474 ipsr, fpsr, isr, pr, ifs, &fp_state);
507 &isr, &regs->pr, &regs->cr_ifs, regs);
432 vmm_fp_emulate(int fp_fault, void *bundle, unsigned long *ipsr, unsigned long *fpsr, unsigned long *isr, unsigned long *pr, unsigned long *ifs, struct kvm_pt_regs *regs) argument
/arch/microblaze/pci/
H A Dpci-common.c917 * Reparent resource children of pr that conflict with res
990 struct resource *res, *pr; local
1000 pr = (res->flags & IORESOURCE_IO) ?
1009 pr = pci_find_parent_resource(bus->self, res);
1010 if (pr == res) {
1026 pr, (pr && pr->name) ? pr->name : "nil");
1028 if (pr
1051 struct resource *pr, *r = &dev->resource[idx]; local
[all...]
/arch/mips/alchemy/common/
H A Dclock.c382 long tdv, tpr, pr, nr, br, bpr, diff, lastdiff; local
408 pr = clk_get_rate(pc);
409 if (pr < rate)
413 tdv = alchemy_calc_div(rate, pr, scale, maxdiv, NULL);
414 nr = pr / tdv;
421 bpr = pr;
438 pr = clk_round_rate(free, tpr);
440 tdv = alchemy_calc_div(rate, pr, scale, maxdiv, NULL);
441 nr = pr / tdv;
447 bpr = pr;
[all...]
/arch/powerpc/kernel/
H A Dpci-common.c1078 * Reparent resource children of pr that conflict with res
1151 struct resource *res, *pr; local
1165 pr = (res->flags & IORESOURCE_IO) ?
1168 pr = pci_find_parent_resource(bus->self, res);
1169 if (pr == res) {
1185 pr, (pr && pr->name) ? pr->name : "nil");
1187 if (pr
1218 struct resource *pr, *r = &dev->resource[idx]; local
[all...]
/arch/m68k/include/asm/
H A Dm68360_quicc.h88 unsigned char pr[0x100]; member in union:quicc::__anon1886

Completed in 2849 milliseconds

12