Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 23 of 23) sorted by relevance

/arch/arm/boot/compressed/
Dhead-sharpsl.S35 mrc p15, 0, r4, c0, c0 @ Get Processor ID
53 ldr r6, [r1, #0] @ Load Chip ID
96 .word 0x69052d00 @ PXA255 Processor ID
98 .word 0x69054100 @ PXA270 Processor ID
100 .word 0x57411002 @ w100 Chip ID
102 .word 0x08010000 @ w100 Chip ID Reg Address
146 ldrb r2, [r1, #20] @ NAND Manufacturer ID
147 ldrb r3, [r1, #20] @ NAND Chip ID
Dhead-l7200.S29 mov r7, #MACH_TYPE_L7200 @ Set architecture ID
Dhead.S124 1: mov r7, r1 @ save architecture ID
540 mrc p15, 0, r6, c0, c0 @ get processor ID
577 .word 0x00000000 @ old ARM ID
613 @ Everything from here on will be the new ID system.
639 @ These match on the architecture ID
854 teq r3, r6 @ cache ID register present?
/arch/arm/mm/
Dcache-v4.S33 mcr p15, 0, r0, c7, c7, 0 @ flush ID cache
52 mcreq p15, 0, ip, c7, c7, 0 @ flush ID cache
120 mcr p15, 0, r0, c7, c7, 0 @ flush ID cache
Dcache-v3.S45 mcreq p15, 0, ip, c7, c0, 0 @ flush ID cache
109 mcr p15, 0, r0, c7, c0, 0 @ flush ID cache
Dproc-v7.S98 mcr p15, 0, r2, c13, c0, 1 @ set reserved context ID
102 mcr p15, 0, r1, c13, c0, 1 @ set context ID
252 .long 0x000f0000 @ Required ID value
253 .long 0x000f0000 @ Mask for ID
Dproc-v6.S106 mcr p15, 0, r1, c13, c0, 1 @ set context ID
DKconfig355 bool "Accept early Feroceon cores with an ARM926 ID"
360 for which the CPU ID is equal to the ARM926 ID.
/arch/mips/include/asm/pmc-sierra/msp71xx/
Dmsp_pci.h29 #define MSP_HAS_PCI(ID) (((u32)(ID) <= 0x4236) && ((u32)(ID) >= 0x4220)) argument
/arch/arm/
DKconfig-nommu29 hex 'Hard wire the processor ID'
33 If processor has no CP15 register, this processor ID is
/arch/arm/plat-s3c24xx/
Dsleep.S68 mrc p15, 0, r5, c3, c0, 0 @ Domain ID
152 mcr p15, 0, r5, c3, c0, 0 @ Domain ID
/arch/x86/include/asm/
Dio_apic.h34 ID : 8; member
/arch/arm/mach-pxa/
Dsleep.S31 mrc p15, 0, r6, c3, c0, 0 @ domain ID
72 mrc p15, 0, r6, c3, c0, 0 @ domain ID
120 mcr p15, 0, r6, c3, c0, 0 @ domain ID
350 mcr p15, 0, r6, c3, c0, 0 @ domain ID
/arch/arm/mach-sa1100/
Dsleep.S41 mrc p15, 0, r4, c3, c0, 0 @ domain ID
193 mcr p15, 0, r4, c3, c0, 0 @ domain ID
/arch/arm/kernel/
Dhead-common.S55 str r9, [r4] @ Save processor ID
89 mov r4, r1 @ preserve machine ID
/arch/x86/kernel/
Dhead_32.S379 xorl $0x240000,%eax # flip AC and ID bits in EFLAGS
391 testl $0x200000,%eax # check if ID bit changed
395 xorl %eax,%eax # call CPUID with 0 -> return vendor ID
Dio_apic.c1724 printk(KERN_DEBUG "....... : physical APIC id: %02X\n", reg_00.bits.ID); in print_IO_APIC()
2130 reg_00.bits.ID); in setup_ioapic_ids_from_mpc()
2131 mp_ioapics[apic].mp_apicid = reg_00.bits.ID; in setup_ioapic_ids_from_mpc()
2180 reg_00.bits.ID = mp_ioapics[apic].mp_apicid; in setup_ioapic_ids_from_mpc()
2191 if (reg_00.bits.ID != mp_ioapics[apic].mp_apicid) in setup_ioapic_ids_from_mpc()
3121 if (reg_00.bits.ID != mp_ioapics[dev->id].mp_apicid) { in ioapic_resume()
3122 reg_00.bits.ID = mp_ioapics[dev->id].mp_apicid; in ioapic_resume()
3897 "%d\n", ioapic, apic_id, reg_00.bits.ID); in io_apic_get_unique_id()
3898 apic_id = reg_00.bits.ID; in io_apic_get_unique_id()
3924 if (reg_00.bits.ID != apic_id) { in io_apic_get_unique_id()
[all …]
/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h46 # Read the processor ID register
/arch/frv/kernel/
Dentry-table.S37 # table, as indexed by the exception ID from the TBR.
/arch/powerpc/boot/dts/
Dsbc8560.dts341 0x2 0x0 0x5 0x200000 0x1fff // ID reg.
Dsbc8641d.dts118 1 0 5 1 1 // Board ID/Rev
/arch/cris/arch-v32/kernel/
Dhead.S166 ;; Read CPU ID
/arch/x86/
DKconfig1852 to support platforms with CPU's having > 8 bit APIC ID, say Y.