/linux-4.1.27/drivers/tty/serial/ |
D | pmac_zilog.h | 370 #define ZS_IS_CONS(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CONS) argument 371 #define ZS_IS_KGDB(UP) ((UP)->flags & PMACZILOG_FLAG_IS_KGDB) argument 372 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CHANNEL_A) argument 373 #define ZS_REGS_HELD(UP) ((UP)->flags & PMACZILOG_FLAG_REGS_HELD) argument 374 #define ZS_TX_STOPPED(UP) ((UP)->flags & PMACZILOG_FLAG_TX_STOPPED) argument 375 #define ZS_TX_ACTIVE(UP) ((UP)->flags & PMACZILOG_FLAG_TX_ACTIVE) argument 376 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & PMACZILOG_FLAG_MODEM_STATUS) argument 377 #define ZS_IS_IRDA(UP) ((UP)->flags & PMACZILOG_FLAG_IS_IRDA) argument 378 #define ZS_IS_INTMODEM(UP) ((UP)->flags & PMACZILOG_FLAG_IS_INTMODEM) argument 379 #define ZS_HAS_DMA(UP) ((UP)->flags & PMACZILOG_FLAG_HAS_DMA) argument [all …]
|
D | ip22zilog.c | 96 #define ZS_IS_CONS(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CONS) argument 97 #define ZS_IS_KGDB(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_KGDB) argument 98 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & IP22ZILOG_FLAG_MODEM_STATUS) argument 99 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CHANNEL_A) argument 100 #define ZS_REGS_HELD(UP) ((UP)->flags & IP22ZILOG_FLAG_REGS_HELD) argument 101 #define ZS_TX_STOPPED(UP) ((UP)->flags & IP22ZILOG_FLAG_TX_STOPPED) argument 102 #define ZS_TX_ACTIVE(UP) ((UP)->flags & IP22ZILOG_FLAG_TX_ACTIVE) argument
|
D | sunzilog.c | 111 #define ZS_IS_KEYB(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_KEYB) argument 112 #define ZS_IS_MOUSE(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_MOUSE) argument 113 #define ZS_IS_CONS(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CONS) argument 114 #define ZS_IS_KGDB(UP) ((UP)->flags & SUNZILOG_FLAG_IS_KGDB) argument 115 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & SUNZILOG_FLAG_MODEM_STATUS) argument 116 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CHANNEL_A) argument 117 #define ZS_REGS_HELD(UP) ((UP)->flags & SUNZILOG_FLAG_REGS_HELD) argument 118 #define ZS_TX_STOPPED(UP) ((UP)->flags & SUNZILOG_FLAG_TX_STOPPED) argument 119 #define ZS_TX_ACTIVE(UP) ((UP)->flags & SUNZILOG_FLAG_TX_ACTIVE) argument
|
/linux-4.1.27/arch/alpha/kernel/ |
D | machvec_impl.h | 76 #define IO_LITE(UP,low) \ argument 77 .hae_register = (unsigned long *) CAT(UP,_HAE_ADDRESS), \ 78 .iack_sc = CAT(UP,_IACK_SC), \ 99 #define IO(UP,low) \ argument 100 IO_LITE(UP,low), \
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 327 u8 UP = 0; in GetTs() local 339 UP = 0; in GetTs() 353 UP = 0; in GetTs() 358 UP = 2; in GetTs() 363 UP = 5; in GetTs() 368 UP = 7; in GetTs() 376 UP, in GetTs() 385 IEEE80211_DEBUG(IEEE80211_DL_TS, "add new TS failed(tid:%d)\n", UP); in GetTs() 425 … IEEE80211_DEBUG(IEEE80211_DL_TS, "to init current TS, UP:%d, Dir:%d, addr:%pM\n", UP, Dir, Addr); in GetTs() 428 pTSInfo->field.ucTSID = UP; // TSID in GetTs() [all …]
|
D | rtl819x_Qos.h | 85 u8 UP:3; member
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 313 u8 UP = 0; in GetTs() local 326 UP = 0; in GetTs() 338 UP = 0; in GetTs() 342 UP = 2; in GetTs() 346 UP = 5; in GetTs() 350 UP = 7; in GetTs() 355 *ppTS = SearchAdmitTRStream(ieee, Addr, UP, TxRxSelect); in GetTs() 361 "add new TS failed(tid:%d)\n", UP); in GetTs() 398 UP, Dir, Addr, *ppTS); in GetTs() 400 pTSInfo->field.ucTSID = UP; in GetTs() [all …]
|
/linux-4.1.27/Documentation/RCU/ |
D | UP.txt | 4 A common misconception is that, on UP systems, the call_rcu() primitive 85 even on a UP system. So do not do it! Even on a UP system, the RCU 90 immediately on an UP system. It is also safe for synchronize_rcu() 91 to return immediately on UP systems, except when running preemptable 95 UP systems running preemptable RCU? 128 Why can't synchronize_rcu() return immediately on UP systems
|
D | 00-INDEX | 33 UP.txt
|
D | rcu.txt | 50 See the UP.txt file in this directory.
|
/linux-4.1.27/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 46 link :write UP to enable ltsmm DOWN to disable 95 # echo UP >> link 102 wait till it returns UP. 117 # echo UP >> link 121 An application can repetitively read this node till link is found UP. It can
|
/linux-4.1.27/arch/x86/lib/ |
D | cmpxchg8b_emu.S | 26 # Emulate 'cmpxchg8b (%esi)' on UP except we don't
|
/linux-4.1.27/Documentation/devicetree/bindings/serio/ |
D | altera_ps2.txt | 1 Altera UP PS/2 controller
|
/linux-4.1.27/arch/mips/mm/ |
D | mmap.c | 52 enum mmap_allocation_direction {UP, DOWN}; enumerator 130 addr0, len, pgoff, flags, UP); in arch_get_unmapped_area()
|
/linux-4.1.27/Documentation/devicetree/bindings/cpufreq/ |
D | cpufreq-spear.txt | 5 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) systems
|
D | cpufreq-dt.txt | 4 both uniprocessor (UP) and symmetric multiprocessor (SMP) systems which share
|
/linux-4.1.27/drivers/net/fddi/ |
D | Kconfig | 52 - SK-5521 (SK-NET FDDI-UP) 53 - SK-5522 (SK-NET FDDI-UP DAS)
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | gpio-keys-polled.txt | 34 label = "GPIO Key UP";
|
D | gpio-keys.txt | 39 label = "GPIO Key UP";
|
D | cros-ec-keyb.txt | 70 /* UP LEFT */
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | rtas.c | 830 UP, enumerator 862 case UP: in rtas_cpu_state_change_mask() 869 ((state == UP) ? "up" : "down"), in rtas_cpu_state_change_mask() 873 if (state == UP) { in rtas_cpu_state_change_mask() 893 ret = rtas_cpu_state_change_mask(UP, cpus); in rtas_online_cpus_mask()
|
/linux-4.1.27/arch/arm/vfp/ |
D | vfphw.S | 101 @ For UP, checking that this thread owns the hw context is 105 @ On UP, we lazily save the VFP context. As a different
|
/linux-4.1.27/Documentation/networking/ |
D | skfp.txt | 48 - SK-5521 (SK-NET FDDI-UP) 49 - SK-5522 (SK-NET FDDI-UP DAS)
|
D | driver.txt | 93 if device is still UP.
|
D | cops.txt | 43 UP BROADCAST RUNNING NOARP MULTICAST MTU:600 Metric:1
|
D | dns_resolver.txt | 46 SETTING UP
|
D | operstates.txt | 33 Interface is in RFC2863 operational state UP or UNKNOWN. This is for
|
D | decnet.txt | 37 As soon as your network card is brought into the UP state, DECnet should
|
D | rds.txt | 290 Connections may be in UP, DOWN, CONNECTING, DISCONNECTING, and
|
D | can.txt | 1041 2: can0: <NOARP,UP,LOWER_UP,ECHO> mtu 16 qdisc pfifo_fast state UP qlen 10
|
D | arcnet-hardware.txt | 2974 To enable the 8K Boot PROM position SW1 switch 8 on (UP) labeled ROM. 3004 (0 = DOWN, 1 = UP) 3027 switches in the DOWN position are OFF (0) and in the UP position are ON (1)
|
D | bonding.txt | 1674 UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 1680 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 1687 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
|
/linux-4.1.27/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 51 UP 54 +---------> UP ----------+ 66 COMING_UP: The CPU or cluster has committed to moving to the UP state. 70 UP: The CPU or cluster is active and coherent at the hardware 271 CLUSTER_UP/INBOUND_COMING_UP is equivalent to UP in the basic
|
D | kernel_mode_neon.txt | 29 The NEON/VFP register file is managed using lazy preserve (on UP systems) and 30 lazy restore (on both SMP and UP systems). This means that the register file is
|
/linux-4.1.27/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 13 KeyPad-7 Say Previous Line (UP one line)
|
/linux-4.1.27/Documentation/ |
D | local_ops.txt | 41 their UP variant must be kept. It typically means removing LOCK prefix (on 43 not have a different behavior between SMP and UP, including asm-generic/local.h
|
D | memory-barriers.txt | 1656 barriers unnecessarily impose overhead on UP systems. They may, however, be 1669 insert anything more than a compiler barrier in a UP compilation. 1910 Locks and semaphores may not provide any guarantee of ordering on UP compiled 1953 SLEEP AND WAKE-UP FUNCTIONS 2356 On a UP system - where this wouldn't be a problem - the smp_mb() is just a 2867 THE THINGS CPUS GET UP TO
|
D | kernel-parameters.txt | 2474 with UP alternatives 2492 nosmp [SMP] Tells an SMP kernel to act as a UP kernel,
|
/linux-4.1.27/Documentation/locking/ |
D | lglock.txt | 91 on UP this is mapped to DEFINE_SPINLOCK(name) in both cases, note 132 * on UP systems all lg_* primitives are simply spinlocks
|
D | spinlocks.txt | 16 lock. This works well even under UP also, so the code does _not_ need to 17 worry about UP vs SMP issues: the spinlocks work correctly under both.
|
D | rt-mutex-design.txt | 89 algorithm. These locks disable preemption for UP (when
|
/linux-4.1.27/arch/arm/kernel/ |
D | head.S | 489 bne __fixup_smp_on_up @ no, assume UP 502 bne __fixup_smp_on_up @ no, assume UP
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-palmas.txt | 4 the configuration for Pull UP/DOWN, open drain etc.
|
/linux-4.1.27/mm/ |
D | slab.h | 54 UP, /* Slab caches usable but not all extras yet */ enumerator
|
D | slab_common.c | 672 return slab_state >= UP; in slab_is_available() 855 slab_state = UP; in create_kmalloc_caches()
|
D | slob.c | 635 slab_state = UP; in kmem_cache_init()
|
D | Kconfig | 449 # UP and nommu archs use km based percpu allocator
|
D | slab.c | 1479 slab_state = UP; in kmem_cache_init_late()
|
D | slub.c | 3760 if (slab_state <= UP) in __kmem_cache_create()
|
/linux-4.1.27/arch/arm/common/ |
D | mcpm_head.S | 92 @ Signal that this CPU is coming UP:
|
/linux-4.1.27/Documentation/timers/ |
D | hrtimers.txt | 172 i386(UP/SMP), x86_64(UP/SMP), ARM, PPC
|
D | highres.txt | 191 timer and periodic events (jiffies tick, profiling, process accounting) on UP
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | magician.c | 150 INIT_KEY(UP, GPIO93_MAGICIAN_KEY_UP, "Up button"),
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | ac14xx.dts | 372 0x01000067 /* UP */
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 65 between the UP and DOWN case. There is currently no 'just turn on' setting
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos4412-trats2.dts | 1000 PIN_SLP(gpa0-3, INPUT, UP); 1004 PIN_SLP(gpa0-7, INPUT, UP); 1018 PIN_SLP(gpb-5, INPUT, UP);
|
D | am437x-gp-evm.dts | 66 0x01000067 /* UP */
|
D | am43x-epos-evm.dts | 99 0x00030067 /* UP */
|
D | exynos3250-rinato.dts | 719 PIN_SLP(gpe0-3, INPUT, UP);
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | satan.S | 280 movew #0x0000,XDCARE(%a6) | ...CLEAN UP X JUST IN CASE
|
D | ssin.S | 200 |--THE ARGUMENT REDUCTION IS DONE BY TABLE LOOK UP. 555 |--THE ARGUMENT REDUCTION IS DONE BY TABLE LOOK UP.
|
D | stan.S | 188 |--THE ARGUMENT REDUCTION IS DONE BY TABLE LOOK UP.
|
/linux-4.1.27/arch/m32r/platforms/mappi/ |
D | dot.gdbinit.smp | 320 ## Boot UP
|
/linux-4.1.27/drivers/cpufreq/ |
D | Kconfig | 196 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP)
|
/linux-4.1.27/Documentation/metag/ |
D | kernel-ABI.txt | 99 On UP A0.15 is used to store the kernel stack pointer for storing the userland
|
/linux-4.1.27/Documentation/power/ |
D | video.txt | 185 (****) Not with SMP kernel, UP only.
|
/linux-4.1.27/drivers/input/serio/ |
D | Kconfig | 213 tristate "Altera UP PS/2 controller"
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 173 (0) or by PULL{UP,DOWN}_EN bits (1)
|
/linux-4.1.27/arch/arm/mm/ |
D | proc-v7.S | 277 ALT_UP(mov r0, #(1 << 6)) @ fake it for UP
|
/linux-4.1.27/Documentation/input/ |
D | atarikbd.txt | 257 deltay ; distance in Y clicks to return (UP) or (DOWN) 677 48 UP ARROW
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 238 on UP kernel when processor has no s32c1i support.
|
/linux-4.1.27/arch/sh/ |
D | Kconfig | 717 This is the default implementation for both UP and non-ll/sc
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 401 dump. Hence generally it is useful either to build a UP dump-capture
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 449 but they can only be taken to be meaningful for UP or single node systems.
|
/linux-4.1.27/init/ |
D | Kconfig | 494 bool "UP-only small-memory-footprint RCU" 498 designed for UP systems from which real-time response
|
/linux-4.1.27/drivers/staging/comedi/ |
D | Kconfig | 780 PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U,
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 251 4: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
|
/linux-4.1.27/arch/mips/ |
D | Kconfig | 2157 comment "MIPS R2-to-R6 emulator is only available for UP kernels"
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 465 0x1015 0x14 VOLUME UP Internal mixer volume up. This
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.lpfc | 1012 LINK_[UP|DOWN] and RSCN events.
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 2062 UP BROADCAST RUNNING MULTICAST MTU:2000 Metric:1
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 5046 #--THE ARGUMENT REDUCTION IS DONE BY TABLE LOOK UP. 5776 #--THE ARGUMENT REDUCTION IS DONE BY TABLE LOOK UP.
|
D | fpsp.S | 5363 #--THE ARGUMENT REDUCTION IS DONE BY TABLE LOOK UP.
|