Home
last modified time | relevance | path

Searched refs:swapped (Results 1 – 70 of 70) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dfocaltech-ft6236.txt21 - touchscreen-swapped-x-y: X and Y axis are swapped (boolean)
34 touchscreen-swapped-x-y;
Dchipone_icn8318.txt23 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
42 touchscreen-swapped-x-y;
Dtouchscreen.txt19 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
/linux-4.4.14/arch/arm/mach-gemini/
DKconfig36 bool "Gemini memory is swapped"
38 Say Y here if Gemini memory is swapped by bootloader.
/linux-4.4.14/arch/mips/alchemy/devboards/
Dplatform.c168 int swapped) in db1x_register_norflash() argument
205 if (!swapped) { in db1x_register_norflash()
235 if (swapped) { in db1x_register_norflash()
Dplatform.h19 int swapped);
Ddb1550.c575 int swapped, id; in db1550_dev_setup() local
615 swapped = bcsr_read(BCSR_STATUS) & in db1550_dev_setup()
617 db1x_register_norflash(128 << 20, 4, swapped); in db1550_dev_setup()
Ddb1300.c776 int swapped, cpldirq; in db1300_dev_setup() local
836 swapped = bcsr_read(BCSR_STATUS) & BCSR_STATUS_DB1200_SWAPBOOT; in db1300_dev_setup()
837 db1x_register_norflash(64 << 20, 2, swapped); in db1300_dev_setup()
Ddb1200.c821 int swapped, bid; in db1200_dev_setup() local
950 swapped = bcsr_read(BCSR_STATUS) & BCSR_STATUS_DB1200_SWAPBOOT; in db1200_dev_setup()
951 db1x_register_norflash(64 << 20, 2, swapped); in db1200_dev_setup()
/linux-4.4.14/arch/tile/include/gxio/
Dmpipe.h1141 unsigned int swapped; member
1174 iqueue->swapped -= count; in gxio_mpipe_iqueue_advance()
1276 for (i = iqueue->swapped; i < avail; i++) { in gxio_mpipe_iqueue_try_peek()
1281 iqueue->swapped = avail; in gxio_mpipe_iqueue_try_peek()
/linux-4.4.14/include/linux/
Dshmem_fs.h18 unsigned long swapped; /* subtotal assigned to swap */ member
/linux-4.4.14/drivers/cpuidle/
DKconfig11 governors that can be swapped during runtime.
/linux-4.4.14/tools/perf/util/
Devsel.c1514 bool swapped = evsel->needs_swap; in perf_evsel__parse_id_sample() local
1527 if (swapped) { in perf_evsel__parse_id_sample()
1554 if (swapped) { in perf_evsel__parse_id_sample()
1588 bool swapped = evsel->needs_swap; in perf_evsel__parse_sample() local
1635 if (swapped) { in perf_evsel__parse_sample()
1671 if (swapped) { in perf_evsel__parse_sample()
1744 if (WARN_ONCE(swapped, in perf_evsel__parse_sample()
1959 bool swapped) in perf_event__synthesize_sample() argument
1984 if (swapped) { in perf_event__synthesize_sample()
2019 if (swapped) { in perf_event__synthesize_sample()
[all …]
Devent.h480 bool swapped);
Dintel-pt.c955 bool swapped) in intel_pt_inject_event() argument
958 return perf_event__synthesize_sample(event, type, 0, sample, swapped); in intel_pt_inject_event()
/linux-4.4.14/Documentation/vm/
Dzswap.txt4 in the process of being swapped out and attempts to compress them into a
38 being swapped out. However, it will _not_ immediately write out or fault
43 fault back into memory all swapped out pages, including those in the
Dpagemap.txt16 * Bits 0-4 swap type if swapped
17 * Bits 5-54 swap offset if swapped
22 * Bit 62 page swapped
Dksm.txt20 be swapped out just like other user pages (but sharing is broken when they
21 are swapped back in: ksmd must rediscover their identity and merge again).
Dfrontswap.txt3 swapped pages are saved in RAM (or a RAM-like device) instead of a swap disk.
112 to be swapped to and from hypervisor RAM (if overall host system memory
Dunevictable-lru.txt176 swapped out; the application must touch the pages manually if it wants to
474 swapped out - but major page faults to fault memory in might still happen.
Dhugetlbpage.txt61 be used for other purposes. Huge pages cannot be swapped out under
/linux-4.4.14/Documentation/input/
Dsentelic.txt497 swapped before being sent to FSP:
520 swapped(refer to the 'Register swapping requirement' section),
525 6b. send the swapped register address to FSP and goto step 8;
559 swapped(refer to the 'Register swapping requirement' section),
564 3b. send the swapped register address to FSP and goto step 5;
581 swapped(refer to the 'Register swapping requirement' section),
586 7b. send the swapped register value to FSP and goto step 9;
654 swapped(refer to the 'Register swapping requirement' section),
659 6b. send the swapped page address to FSP and goto step 9;
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt114 A sample of how the reader page is swapped: Note this does not
172 It is possible that the page swapped is the commit page and the tail page,
200 of the ring buffer (may be swapped in)
202 head page - the next page in the ring buffer that will be swapped
313 swapped with the reader page. This is because the head page is always
429 the next page is the next page to be swapped out by the reader.
/linux-4.4.14/Documentation/filesystems/
Dlocks.txt14 The old flock(2) emulation in the kernel was swapped for proper BSD
Dproc.txt874 SwapCached: Memory that once was swapped out, is swapped back in but
876 doesn't need to be swapped out AGAIN because it is already
Dext4.txt585 inodes are swapped. This ioctl might help, when
/linux-4.4.14/Documentation/devicetree/bindings/display/
Darm,pl11x.txt65 - PL110 and PL111 TFT 8:8:8 panel, R & B components swapped:
/linux-4.4.14/Documentation/virtual/kvm/devices/
Ds390_flic.txt66 and swap whether the indicators need to be byte swapped.
/linux-4.4.14/mm/
Dshmem.c241 freed = info->alloced - info->swapped - inode->i_mapping->nrpages; in shmem_recalc_inode()
535 info->swapped -= nr_swaps_freed; in shmem_undo_range()
553 if (info->alloced - info->swapped != inode->i_mapping->nrpages) { in shmem_getattr()
701 info->swapped--; in shmem_unuse_inode()
740 if (info->swapped) in shmem_unuse()
847 info->swapped++; in shmem_writepage()
1166 info->swapped--; in shmem_getpage_gfp()
Dksm.c863 int swapped; in write_protect_page() local
885 swapped = PageSwapCache(page); in write_protect_page()
901 if (page_mapcount(page) + 1 + swapped != page_count(page)) { in write_protect_page()
DKconfig540 pages that are in the process of being swapped out and attempts to
/linux-4.4.14/drivers/isdn/i4l/
Disdn_net.c2067 int swapped; in isdn_net_find_icall() local
2101 ematch = wret = swapped = 0; in isdn_net_find_icall()
2111 switch (swapped) { in isdn_net_find_icall()
2119 swapped = 0; in isdn_net_find_icall()
2186 swapped = 1; in isdn_net_find_icall()
2199 swapped = 2; in isdn_net_find_icall()
/linux-4.4.14/arch/powerpc/boot/dts/
Dmpc8308rdb.dts58 // CS0 and CS1 are swapped when
Dhotfoot.dts95 /* Hotfoot has UART0/UART1 swapped */
Dmpc8313erdb.dts58 // CS0 and CS1 are swapped when
Dmpc8379_rdb.dts57 // CS0 and CS1 are swapped when
Dmpc8315erdb.dts59 // CS0 and CS1 are swapped when
Dmpc8377_rdb.dts59 // CS0 and CS1 are swapped when
Dmpc8378_rdb.dts59 // CS0 and CS1 are swapped when
/linux-4.4.14/arch/arm/boot/dts/
Dsun6i-a31s-primo81.dts86 touchscreen-swapped-x-y;
Dsun5i-a13-utoo-p66.dts103 touchscreen-swapped-x-y;
/linux-4.4.14/Documentation/x86/
Dentry_64.txt56 not switched/swapped yet.
Dexception-tables.txt40 was not swapped in, write protected or something similar. However,
/linux-4.4.14/arch/sh/lib64/
Dcopy_user_memcpy.S24 ! be copied. This could be easily swapped for a signed comparison,
Dmemcpy.S26 ! be copied. This could be easily swapped for a signed comparison,
/linux-4.4.14/arch/tile/gxio/
Dmpipe.c380 iqueue->swapped = 0; in gxio_mpipe_iqueue_init()
/linux-4.4.14/Documentation/virtual/kvm/
Dlocking.txt46 pfn1 is swapped out:
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt182 A swapped-in page is not accounted until it's mapped.
185 This means swapped-in pages may contain pages for other tasks than a task
205 When you do swapoff and make swapped-out pages of shmem(tmpfs) to
211 Swap Extension allows you to record charge for swap. A swapped-in page is
280 different than user memory, since it can't be swapped out, which makes it
Dmemcg_test.txt21 occurs. swap_cgroup is used only when a charged page is swapped-out.
/linux-4.4.14/fs/cramfs/
DREADME6 swapped around (though it does care that directory entries (inodes) in
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dkeystone-netcp.txt135 are swapped. The netcp driver will swap the two DWORDs
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dleds-bcm6328.txt275 Scenario 5 : BCM6362 with EPHY LEDs swapped
/linux-4.4.14/arch/m68k/fpsp040/
Dskeleton.S90 | swapped out before taking the exception, the exception taken on
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt338 order of the planes can be swapped, only the byte order of the second plane
339 can be swapped. This isn't much use for the Y plane, but can be useful for
/linux-4.4.14/fs/affs/
DChanges199 correctly byte-swapped. Since most of the users of the
/linux-4.4.14/ipc/
Dshm.c769 *swp_add += info->swapped; in shm_add_rss_swap()
/linux-4.4.14/arch/
DKconfig533 Architecture has the first two arguments of clone(2) swapped.
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_iba7220.c3449 static u32 swapped; in autoneg_7220_send() local
3465 if (!swapped) { in autoneg_7220_send()
3477 swapped = 1; in autoneg_7220_send()
Dqib_iba7322.c5315 static u32 swapped; in qib_autoneg_7322_send() local
5331 if (!swapped) { in qib_autoneg_7322_send()
5343 swapped = 1; in qib_autoneg_7322_send()
/linux-4.4.14/Documentation/hwmon/
Dw83781d361 that they swapped registers 0x59 and 0x5B when you compare with Winbond
/linux-4.4.14/drivers/mtd/nand/
DKconfig10 The original Linux implementation had byte 0 and 1 swapped.
/linux-4.4.14/Documentation/power/
Dswsusp.txt282 the data from being swapped out. Suspend, however, must write these
/linux-4.4.14/kernel/trace/
DKconfig262 After which, only the tracing buffer for CPU 2 was swapped with
/linux-4.4.14/Documentation/sysctl/
Dvm.txt660 but consecutive on swap space - that means they were swapped out together.
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt941 You are now ready to load your keymap with your swapped key assignments.
953 Your say first and say last characters should now be swapped. Pressing
/linux-4.4.14/init/
DKconfig1051 Memory Controller, which are page-based, and can be swapped. Users of
/linux-4.4.14/Documentation/sound/alsa/
DALSA-Configuration.txt2121 snd-intel8x0. Some hardware have swapped output pins between Master
/linux-4.4.14/Documentation/networking/
Darcnet-hardware.txt991 are swapped (S1 is the nodeaddress, S2 sets IO- and RAM-address).
Dbonding.txt699 swapped with the new curr_active_slave that was
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2386 the removed block device must not be mounted, swapped on, or otherwise