Searched refs:pr (Results 1 - 25 of 80) sorted by relevance

1234

/arch/ia64/lib/
H A Dxor.S25 .save pr, r29
26 mov r29 = pr
38 mov pr.rot = 1 << 16
51 mov pr = r29, -1
62 .save pr, r29
63 mov r29 = pr
76 mov pr.rot = 1 << 16
91 mov pr = r29, -1
102 .save pr, r29
103 mov r29 = pr
[all...]
H A Dcopy_page.S51 .save pr, saved_pr
52 mov saved_pr=pr
53 mov pr.rot=1<<16
94 mov pr=saved_pr,0xffffffffffff0000 // restore predicates
H A Dstrlen_user.S93 .save pr, saved_pr
94 mov saved_pr=pr // preserve predicates (rotation)
148 mov pr=saved_pr,0xffffffffffff0000
184 mov pr=saved_pr,0xffffffffffff0000
195 mov pr=saved_pr,0xffffffffffff0000
H A Dstrlen.S91 .save pr, saved_pr
92 mov saved_pr=pr // preserve predicates (rotation)
145 mov pr=saved_pr,0xffffffffffff0000
187 mov pr=saved_pr,0xffffffffffff0000
H A Dmemcpy.S56 .save pr, saved_pr
57 mov saved_pr=pr
68 mov pr.rot=1<<16
107 mov pr=saved_pr,-1
150 mov pr=saved_pr,-1
200 mov pr=t4,0x38 // (p5,p4,p3)=(dst & 7)
242 mov pr=cnt,0x38 // set (p5,p4,p3) to # of bytes last-word bytes to copy
269 mov pr=saved_pr,-1
H A Dcopy_user.S92 .save pr, saved_pr
93 mov saved_pr=pr // preserve predicates
99 mov pr.rot=1<<16 // p16=true all others are false
107 ;; // RAW pr.rot/p16 ?
118 mov pr=saved_pr,0xffffffffffff0000
191 mov pr.rot=1<<16 // p16=true all others are false
218 mov pr.rot=1<<16 // p16=true all others are false
302 mov pr.rot=1<<16 // p16=true all others are false
311 mov pr=saved_pr,0xffffffffffff0000
404 mov pr
[all...]
H A Dcopy_page_mck.S109 .save pr, saved_pr
110 mov saved_pr = pr
114 mov pr.rot = 0x10000
183 mov pr = saved_pr, -1
/arch/sh/include/uapi/asm/
H A Dptrace_32.h47 unsigned long pr; member in struct:pt_regs
/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
/arch/sh/lib/
H A Dudivsi3.S49 sts.l pr,@-r15
66 lds.l @r15+,pr
85 lds.l @r15+,pr
H A Dudivsi3_i4i-Os.S48 sts pr,r1
126 sts pr,r1
138 sts pr,r2
/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S69 lds k2, pr
97 sts pr, r0 ! save pr in r0
120 stc r0_bank, k3 ! fetch old pr from r0_bank0
127 lds r0, pr ! restore old pr
135 lds r0, pr ! restore old pr
H A Dentry.S49 * pr
140 sts pr, r10
146 lds r10, pr
159 lds r1, pr
197 lds k2, pr ! restore pr
213 ! - restore spc, pr*, ssr, gbr, mach, macl, skip default tra
214 ! k2 returns original pr
257 lds k2, pr ! restore pr
[all...]
/arch/powerpc/kvm/
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...]
/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/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/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/include/asm/
H A Dasmmacro.h76 #define LOAD_PHYSICAL(pr, reg, obj) \
77 [1:](pr)movl reg = obj; \
/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/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/sh/kernel/
H A Dsignal_32.c128 COPY(macl); COPY(pr);
232 COPY(macl); COPY(pr);
292 regs->pr = (unsigned long) ksig->ka.sa.sa_restorer;
295 regs->pr = VDSO_SYM(&__kernel_sigreturn);
307 regs->pr = (unsigned long) frame->retcode;
308 flush_icache_range(regs->pr, regs->pr + sizeof(frame->retcode));
334 pr_debug("SIG deliver (%s:%d): sp=%p pc=%08lx pr=%08lx\n",
335 current->comm, task_pid_nr(current), frame, regs->pc, regs->pr);
371 regs->pr
[all...]
H A Dprocess_32.c38 print_symbol("PR is at %s\n", regs->pr);
61 regs->mach, regs->macl, regs->gbr, regs->pr);
70 regs->pr = 0;
/arch/sh/kernel/cpu/sh2a/
H A Dentry.S67 sts.l pr,@-r15
72 lds r0,pr ! pr = original SP
106 sts.l pr,@-r8
127 lds r10,pr
135 lds r9,pr
178 lds.l @r15+, pr
204 lds.l @r0+,pr
/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/ia64/kernel/
H A Divt.S80 mov r31=pr; \
118 mov r31=pr // save the predicate registers
242 mov pr=r31,-1 // restore predicate registers
259 mov r31=pr // save predicates
286 mov pr=r31,-1
303 mov r31=pr // save predicates
330 mov pr=r31,-1
343 mov r31=pr
368 mov pr=r31,-1
382 mov r31=pr
[all...]

Completed in 460 milliseconds

1234