Searched refs:highest (Results 1 – 23 of 23) sorted by relevance
/arch/mips/sgi-ip27/ |
D | ip27-smp.c | 57 static int do_cpumask(cnodeid_t cnode, nasid_t nasid, int highest) in do_cpumask() argument 74 if (cpuid > highest) in do_cpumask() 75 highest = cpuid; in do_cpumask() 94 return highest; in do_cpumask() 99 int i, highest = 0; in cpu_node_probe() local 124 highest = do_cpumask(i, nasid, highest); in cpu_node_probe() 127 printk("Discovered %d cpus on %d nodes\n", highest + 1, num_online_nodes()); in cpu_node_probe()
|
/arch/powerpc/platforms/wsp/ |
D | scom_smp.c | 185 u32 highest = val >> 48; in a2_scom_setgpr() local 193 if (highest) in a2_scom_setgpr() 194 rc |= a2_scom_ram(scom, thread, lis | highest, lext); in a2_scom_setgpr() 197 if (highest) in a2_scom_setgpr() 203 if (highest || higher) in a2_scom_setgpr() 207 if (highest || higher) in a2_scom_setgpr() 213 if (highest || higher || high) in a2_scom_setgpr()
|
/arch/arm/mach-prima2/include/mach/ |
D | entry-macro.S | 19 ldr \irqnr, [\base, #SIRFSOC_INT_ID] @ Get the highest priority irq
|
/arch/blackfin/mach-bf533/ |
D | Kconfig | 89 highest priority number 7 to UART or any other device.
|
/arch/blackfin/mach-bf537/ |
D | Kconfig | 111 highest priority number 7 to UART or any other device.
|
/arch/powerpc/platforms/powernv/ |
D | opal-takeover.S | 68 li r12,(MSR_SF | MSR_ISF)@highest
|
/arch/blackfin/mach-bf538/ |
D | Kconfig | 159 highest priority number 7 to UART or any other device.
|
/arch/powerpc/kernel/ |
D | head_64.S | 396 lis r25,PAGE_OFFSET@highest /* compute virtual base of kernel */ 656 li r12,(MSR_64BIT | MSR_ISF)@highest
|
D | exceptions-64e.S | 1244 lis r3,PAGE_OFFSET@highest
|
/arch/frv/kernel/ |
D | head-uc-fr451.S | 68 # - start with the highest numbered registers
|
D | head-uc-fr401.S | 253 # - start with the highest numbered registers
|
D | head-uc-fr555.S | 241 # - start with the highest numbered registers
|
D | head.S | 577 sub.p gr5,gr6,gr6 ; bit number of highest set bit (1MB=>20)
|
/arch/blackfin/mach-bf561/ |
D | Kconfig | 206 highest priority number 7 to UART or any other device.
|
/arch/mips/include/asm/ |
D | stackframe.h | 106 lui k1, %highest(kernelsp) 146 lui k1, %highest(kernelsp)
|
/arch/blackfin/mach-bf527/ |
D | Kconfig | 318 highest priority number 7 to UART or any other device.
|
/arch/blackfin/mach-bf518/ |
D | Kconfig | 313 highest priority number 7 to UART or any other device.
|
/arch/mn10300/ |
D | Kconfig | 397 comment "[!] NOTE: A lower number/level indicates a higher priority (0 is highest, 6 is lowest)" 428 int "The highest interrupt priority excluded by local_irq_disable() (2-6)"
|
/arch/x86/boot/ |
D | header.S | 342 # The highest safe address for
|
/arch/blackfin/mach-bf548/ |
D | Kconfig | 376 highest priority number 7 to UART or any other device.
|
/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1320 # we determine the highest priority exception(if any) set by the 1347 bfffo %d0{&24:&8},%d0 # find highest priority exception 1865 # we determine the highest priority exception(if any) set by the 1925 bfffo %d0{&24:&8},%d0 # find highest priority exception 2105 # determine the highest priority exception(if any) set by the 2617 # we determine the highest priority exception(if any) set by the
|
D | fpsp.S | 1321 # we determine the highest priority exception(if any) set by the 1348 bfffo %d0{&24:&8},%d0 # find highest priority exception 1866 # we determine the highest priority exception(if any) set by the 1926 bfffo %d0{&24:&8},%d0 # find highest priority exception 2106 # determine the highest priority exception(if any) set by the 2618 # we determine the highest priority exception(if any) set by the 4182 bfffo %d0{&24:&8},%d0 # find highest priority exception
|
/arch/powerpc/include/asm/ |
D | ppc_asm.h | 298 lis (reg),(expr)@highest; \
|