Home
last modified time | relevance | path

Searched refs:P (Results 1 – 21 of 21) sorted by relevance

/arch/arm/mach-ns9xxx/
DKconfig23 bool "ConnectCore 9P 9360 on an A9M9750 Devboard"
27 Say Y here if you are using the Digi ConnectCore 9P 9360
31 bool "ConnectCore 9P 9360 on a JSCC9P9360 Devboard"
35 Say Y here if you are using the Digi ConnectCore 9P 9360
/arch/sh/lib64/
Dmemcpy.S46 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument
47 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument
48 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument
49 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
Dcopy_user_memcpy.S61 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument
62 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument
63 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument
64 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
/arch/frv/kernel/
Dgdb-stub.c142 unsigned long L, P; member
1243 __debug_mmu.iamr[0].P = __get_IAMPR(0); in gdbstub_get_mmu_state()
1245 __debug_mmu.iamr[1].P = __get_IAMPR(1); in gdbstub_get_mmu_state()
1247 __debug_mmu.iamr[2].P = __get_IAMPR(2); in gdbstub_get_mmu_state()
1249 __debug_mmu.iamr[3].P = __get_IAMPR(3); in gdbstub_get_mmu_state()
1251 __debug_mmu.iamr[4].P = __get_IAMPR(4); in gdbstub_get_mmu_state()
1253 __debug_mmu.iamr[5].P = __get_IAMPR(5); in gdbstub_get_mmu_state()
1255 __debug_mmu.iamr[6].P = __get_IAMPR(6); in gdbstub_get_mmu_state()
1257 __debug_mmu.iamr[7].P = __get_IAMPR(7); in gdbstub_get_mmu_state()
1259 __debug_mmu.iamr[8].P = __get_IAMPR(8); in gdbstub_get_mmu_state()
[all …]
/arch/x86/mm/
Ddump_pagetables.c197 unsigned long P) in walk_pte_level() argument
206 st->current_address = normalize_addr(P + i * PTE_LEVEL_MULT); in walk_pte_level()
215 unsigned long P) in walk_pmd_level() argument
222 st->current_address = normalize_addr(P + i * PMD_LEVEL_MULT); in walk_pmd_level()
230 P + i * PMD_LEVEL_MULT); in walk_pmd_level()
246 unsigned long P) in walk_pud_level() argument
254 st->current_address = normalize_addr(P + i * PUD_LEVEL_MULT); in walk_pud_level()
262 P + i * PUD_LEVEL_MULT); in walk_pud_level()
/arch/ia64/kernel/cpufreq/
DKconfig15 tristate "ACPI Processor P-States driver"
/arch/m68k/fpsp040/
Dstwotox.S61 | 3. Calculate P where 1 + P approximates exp(r):
62 | P = r + r*r*(A1+r*(A2+...+r*A5)).
Dssin.S488 |--we want P+p = W+w but |p| <= half ulp of P
489 |--Then, we need to compute A := R-P and a := r-p
490 faddx %fp5,%fp3 | ...FP3 is P
491 fsubx %fp3,%fp4 | ...W-P
493 fsubx %fp3,%fp0 | ...FP0 is A := R - P
494 faddx %fp5,%fp4 | ...FP4 is p = (W-P)+w
/arch/sparc/
DKconfig.debug14 task has ever had available in the sysrq-T and sysrq-P debug output.
/arch/m32r/
DKconfig.debug17 task has ever had available in the sysrq-T and sysrq-P debug output.
/arch/mips/
DKconfig.debug24 task has ever had available in the sysrq-T and sysrq-P debug output.
/arch/alpha/include/asm/
Dsystem.h134 #define switch_to(P,N,L) \ argument
136 (L) = alpha_switch_to(virt_to_phys(&task_thread_info(N)->pcb), (P)); \
/arch/arm/mach-pxa/
DKconfig17 bool "PXA320 (codename Monahans-P)"
20 bool "PXA930 (codename Tavor-P)"
/arch/m68k/hp300/
Dhp300map.map184 string Pause = "\033[P"
/arch/sh/
DKconfig.debug79 task has ever had available in the sysrq-T and sysrq-P debug output.
/arch/x86/kernel/cpu/cpufreq/
DKconfig14 tristate "ACPI Processor P-States driver"
/arch/powerpc/
DKconfig.debug26 task has ever had available in the sysrq-T and sysrq-P debug output.
/arch/x86/
DKconfig.debug71 task has ever had available in the sysrq-T and sysrq-P debug output.
/arch/alpha/
DKconfig170 Bcache SIMMs. I/O sub-system provides SuperI/O (2S, 1P, FD), KBD,
372 SuperI/O (2S, 1P, FD), RTC/NVRAM. Boot ROM is EPROM. PC-AT size.
/arch/m68k/ifpsp060/src/
Dfplsp.S5572 #--we want P+p = W+w but |p| <= half ulp of P
5573 #--Then, we need to compute A := R-P and a := r-p
5574 fadd.x %fp5,%fp3 # fp3 = P
5575 fsub.x %fp3,%fp4 # fp4 = W-P
5577 fsub.x %fp3,%fp0 # fp0 = A := R - P
5578 fadd.x %fp5,%fp4 # fp4 = p = (W-P)+w
8867 # 3. Calculate P where 1 + P approximates exp(r): #
8868 # P = r + r*r*(A1+r*(A2+...+r*A5)). #
Dfpsp.S6109 #--we want P+p = W+w but |p| <= half ulp of P
6110 #--Then, we need to compute A := R-P and a := r-p
6111 fadd.x %fp5,%fp3 # fp3 = P
6112 fsub.x %fp3,%fp4 # fp4 = W-P
6114 fsub.x %fp3,%fp0 # fp0 = A := R - P
6115 fadd.x %fp5,%fp4 # fp4 = p = (W-P)+w
8977 # AdjFact * ( Fact1 + ((Fact1*P) + Fact2) ). #