Searched refs:highest (Results 1 – 11 of 11) sorted by relevance
| /arch/mips/sgi-ip27/ |
| A D | ip27-smp.c | 29 static int node_scan_cpus(nasid_t nasid, int highest) in node_scan_cpus() argument 45 if (cpuid > highest) in node_scan_cpus() 46 highest = cpuid; in node_scan_cpus() 64 return highest; in node_scan_cpus() 69 int i, highest = 0; in cpu_node_probe() local 80 highest = node_scan_cpus(nasid, highest); in cpu_node_probe() 83 printk("Discovered %d cpus on %d nodes\n", highest + 1, num_online_nodes()); in cpu_node_probe()
|
| /arch/powerpc/platforms/powernv/ |
| A D | subcore-asm.S | 56 li r5, (HID0_POWER8_4LPARMODE | HID0_POWER8_2LPARMODE)@highest
|
| /arch/arm64/boot/dts/freescale/ |
| A D | imx8mq-phanbell.dts | 98 <&A53_0 0 1>; /* Exclude highest OPP */ 104 <&A53_0 0 2>; /* Exclude two highest OPPs */
|
| /arch/mips/include/asm/ |
| A D | stackframe.h | 123 lui k1, %highest(kernelsp) 172 lui k1, %highest(kernelsp)
|
| /arch/mips/kernel/ |
| A D | genex.S | 211 lui k1, %highest(irq_stack) 322 lui k1, %highest(irq_stack)
|
| /arch/arm64/boot/dts/qcom/ |
| A D | sdm660.dtsi | 20 * 775MHz is only available on the highest speed bin
|
| /arch/m68k/ifpsp060/src/ |
| A 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
|
| A 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/ |
| A D | ppc_asm.h | 378 lis tmp, (expr)@highest; \
|
| /arch/powerpc/kernel/ |
| A D | exceptions-64e.S | 1476 lis r3,PAGE_OFFSET@highest
|
| /arch/x86/ |
| A D | Kconfig | 985 # ( If MAXSMP is enabled we just use the highest possible value and disable
|
Completed in 763 milliseconds