Searched refs:number (Results 126 - 150 of 937) sorted by path

1234567891011>>

/linux-master/arch/arc/kernel/
H A Dhead.S134 ; r1 = magic number (always zero as of now)
/linux-master/arch/arm/boot/compressed/
H A Dhead.S219 .word 0x45454545 @ another magic number to indicate
714 * r7 = architecture number
1436 mov r1, r7 @ restore architecture number
/linux-master/arch/arm/crypto/
H A Dpoly1305-armv4.pl593 @ Result of multiplication of n-bit number by m-bit number is
594 @ n+m bits wide. However! Even though 2^n is a n+1-bit number,
595 @ m-bit number multiplied by 2^n is still n+m bits wide.
/linux-master/arch/arm/kernel/
H A Dbios32.c37 if (dev->bus->number == 0 && dev->devfn == 0)
341 bus->number, (features & PCI_COMMAND_FAST_BACK) ? "en" : "dis");
351 * root bus. This will return the slot number of the bridge device on the
H A Dentry-common.S193 * Get the system call number.
214 * Pure EABI user space always put syscall number into scno (r7).
219 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in
238 * If this is an old ABI call, get the syscall number into scno and
249 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number
270 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back
363 @ r0 = syscall number
H A Dentry-header.S421 * r7 is reserved for the system call number for thumb mode.
427 scno .req r7 @ syscall number
H A Dhead.S550 and r0, r0, #0x3 @ number of CPUs
/linux-master/arch/arm/mach-dove/
H A Dpcie.c101 if (pcie_valid_config(pp, bus->number, PCI_SLOT(devfn)) == 0) {
121 if (pcie_valid_config(pp, bus->number, PCI_SLOT(devfn)) == 0)
/linux-master/arch/arm/mach-footbridge/
H A Ddc21285.c41 if (bus->number == 0) {
54 addr = PCICFG1_BASE | (bus->number << 16) | (devfn << 8);
/linux-master/arch/arm/mach-mv78xx0/
H A Dpcie.c69 panic("invalid number of PCIe ports");
145 if (pcie_valid_config(pp, bus->number, PCI_SLOT(devfn)) == 0) {
165 if (pcie_valid_config(pp, bus->number, PCI_SLOT(devfn)) == 0)
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S102 ldr r10, [r12, #IRQ_SIR_FIQ_REG_OFFSET] @ get requested interrupt number
/linux-master/arch/arm/mach-orion5x/
H A Dpci.c25 * Note1: The local PCIe bus number is '0'. The local PCI bus number
79 if (pcie_valid_config(bus->number, PCI_SLOT(devfn)) == 0) {
96 if (pcie_valid_config(bus->number, PCI_SLOT(devfn)) == 0) {
123 if (pcie_valid_config(bus->number, PCI_SLOT(devfn)) == 0)
345 if (!orion5x_pci_valid_config(bus->number, devfn)) {
350 return orion5x_pci_hw_rd_conf(bus->number, PCI_SLOT(devfn),
357 if (!orion5x_pci_valid_config(bus->number, devfn))
360 return orion5x_pci_hw_wr_conf(bus->number, PCI_SLOT(devfn),
592 int bus = dev->bus->number;
[all...]
/linux-master/arch/arm/mach-tegra/
H A Dreset-handler.S33 * r8: CPU part number
130 * R10 = CPU number
182 and r10, r10, #0x3 @ R10 = CPU number
/linux-master/arch/arm/mm/
H A Dcache-v7.S153 ands r4, r4, r1, lsr #3 @ find maximum number on the way size
156 and r1, r6, r1, lsr #13 @ extract max number of the index size
163 mov r5, r9, lsl r2 @ factor set number into r5
164 orr r5, r5, r4 @ factor way number into r5
172 add r10, r10, #2 @ increment cache number
H A Dcache-v7m.S201 ands r4, r4, r1, lsr #3 @ find maximum number on the way size
204 ands r7, r7, r1, lsr #13 @ extract max number of the index size
209 orr r11, r10, r6 @ factor way and cache number into r11
211 orr r11, r11, r6 @ factor index number into r11
218 add r10, r10, #2 @ increment cache number
H A Dpmsa-v7.c46 /* Region number */
316 * We don't support a different number of I/D side regions so if we
318 * whichever side has a smaller number of supported regions.
366 static int __init mpu_setup_region(unsigned int number, phys_addr_t start, argument
373 if (number > mpu_max_regions
374 || number >= MPU_MAX_REGIONS)
391 rgnr_write(number);
408 mpu_rgn_info.rgns[number].dracr = properties;
409 mpu_rgn_info.rgns[number].drbar = start;
410 mpu_rgn_info.rgns[number]
[all...]
H A Dpmsa-v8.c83 static __init bool is_region_fixed(int number) argument
85 switch (number) {
141 static int __init __pmsav8_setup_region(unsigned int number, u32 bar, u32 lar) argument
143 if (number > mpu_max_regions
144 || number >= MPU_MAX_REGIONS)
148 prsel_write(number);
153 mpu_rgn_info.rgns[number].prbar = bar;
154 mpu_rgn_info.rgns[number].prlar = lar;
161 static int __init pmsav8_setup_ram(unsigned int number, phys_addr_t start,phys_addr_t end) argument
165 if (is_region_fixed(number))
177 pmsav8_setup_io(unsigned int number, phys_addr_t start,phys_addr_t end) argument
193 pmsav8_setup_fixed(unsigned int number, phys_addr_t start,phys_addr_t end) argument
222 pmsav8_setup_vector(unsigned int number, phys_addr_t start,phys_addr_t end) argument
[all...]
H A Dproc-v7.S323 * r3: contains MIDR rX number in bits 23-20
324 * r6: contains MIDR rXpY as 8-bit XY number
498 ubfx r0, r9, #4, #12 @ primary part number
501 ldr r10, =0x00000c08 @ Cortex-A8 primary part number
506 ldr r10, =0x00000c09 @ Cortex-A9 primary part number
511 ldr r10, =0x00000c0d @ Cortex-A12 primary part number
516 ldr r10, =0x00000c0e @ Cortex-A17 primary part number
521 ldr r10, =0x00000c0f @ Cortex-A15 primary part number
/linux-master/arch/arm/nwfpe/
H A Dentry.S140 and r8, r0, #0x00000f00 @ mask out CP number
/linux-master/arch/arm64/kvm/
H A Darm.c195 /* The maximum number of VCPUs is limited by the host's GIC model */
360 * (bump this number if adding more devices)
1286 static int vcpu_interrupt_line(struct kvm_vcpu *vcpu, int number, bool level) argument
1292 if (number == KVM_ARM_IRQ_CPU_IRQ)
2055 * EL2 vectors can be mapped and rerouted in a number of ways,
/linux-master/arch/m68k/coldfire/
H A Dpci.c65 if (bus->number == 0) {
70 addr = mcf_mk_pcicar(bus->number, devfn, where);
97 if (bus->number == 0) {
102 addr = mcf_mk_pcicar(bus->number, devfn, where);
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S97 | version number is not $40.
105 cmpib #VER_40,(%sp) |test version number
395 | d0 - number of bytes to write (maximum count is 12)
434 | to extract the data register number when the 'Dn' addressing mode is
440 | d0 - number of bytes to read (maximum count is 12)
H A Dslogn.S6 | denormalized number. slognp1 computes log(1+X), and slognp1d
/linux-master/arch/m68k/ifpsp060/
H A Dos.S81 | d0 - number of bytes to write
112 | d0 - number of bytes to read
/linux-master/arch/mips/cavium-octeon/
H A Docteon-memcpy.S36 * the number of uncopied bytes due to an exception caused by a read or write.
64 * (2) is met by incrementing src by the number of bytes copied
145 * the number of uncopied bytes.
407 SUB len, AT, t0 # len number of uncopied bytes

Completed in 266 milliseconds

1234567891011>>