Home
last modified time | relevance | path

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

12345

/linux/Documentation/vm/
A Darch_pgtable_helpers.rst41 | pte_swp_soft_dirty | Tests a soft dirty swapped PTE |
63 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE |
65 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE |
111 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD |
133 | pmd_swp_mksoft_dirty | Creates a soft dirty swapped PMD |
135 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD |
241 | __pte_to_swp_entry | Creates a swapped entry (arch) from a mapped PTE |
243 | __swp_to_pte_entry | Creates a mapped PTE from a swapped entry (arch) |
245 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD |
247 | __swp_to_pmd_entry | Creates a mapped PMD from a swapped entry (arch) |
[all …]
/linux/Documentation/admin-guide/mm/
A Dpagemap.rst19 * Bits 0-4 swap type if swapped
20 * Bits 5-54 swap offset if swapped
28 * Bit 62 page swapped
204 swapped out. This makes swapped out pages indistinguishable from never-allocated
209 page is swapped out (i.e. SOFT_DIRTY).
211 In user space, whether the page is present, swapped or none can be deduced with
214 lseek() can differentiate between accessed pages (present or swapped out) and
220 cache) and out of memory (swapped out or none/non-allocated).
A Dswap_numa.rst19 to be swapped on. Simply swapping them on by doing::
26 that the order of them being swapped on doesn't matter.
29 be swapped on: swapA and swapB are attached to node 0, swapC is attached to
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Deeti,exc3000.yaml31 touchscreen-swapped-x-y: true
56 touchscreen-swapped-x-y;
A Dad7879.txt13 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
A Dtouchscreen.yaml66 touchscreen-swapped-x-y:
67 description: X and Y axis are swapped
A Draspberrypi,firmware-ts.txt13 - touchscreen-swapped-x-y: See touchscreen.txt
A Dektf2127.txt23 touchscreen-swapped-x-y;
A Dzet6223.txt17 - touchscreen-swapped-x-y : See touchscreen.txt
A Deeti.txt18 - touchscreen-swapped-x-y
A Dchipone,icn8318.yaml58 touchscreen-swapped-x-y;
A Dazoteq,iqs5xx.yaml44 touchscreen-swapped-x-y: true
A Dcypress,cy8ctma140.yaml40 touchscreen-swapped-x-y: true
A Delan,elants_i2c.yaml45 touchscreen-swapped-x-y: true
/linux/arch/mips/alchemy/devboards/
A Dplatform.c153 int swapped) in db1x_register_norflash() argument
190 if (!swapped) { in db1x_register_norflash()
220 if (swapped) { in db1x_register_norflash()
A Ddb1550.c584 int swapped, id; in db1550_dev_setup() local
624 swapped = bcsr_read(BCSR_STATUS) & in db1550_dev_setup()
626 db1x_register_norflash(128 << 20, 4, swapped); in db1550_dev_setup()
A Dplatform.h20 int swapped);
A Ddb1300.c801 int swapped, cpldirq; in db1300_dev_setup() local
861 swapped = bcsr_read(BCSR_STATUS) & BCSR_STATUS_DB1200_SWAPBOOT; in db1300_dev_setup()
862 db1x_register_norflash(64 << 20, 2, swapped); in db1300_dev_setup()
/linux/arch/arm64/boot/dts/freescale/
A Dimx8mq-zii-ultra-rmb3.dts128 touchscreen-swapped-x-y;
137 touchscreen-swapped-x-y;
150 touchscreen-swapped-x-y;
/linux/drivers/media/platform/
A Drenesas-ceu.c133 bool swapped; member
410 if (mbus_fmt->swapped) in ceu_hw_config()
424 if (mbus_fmt->swapped) in ceu_hw_config()
1029 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1036 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()
1043 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1050 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()
/linux/arch/arm/boot/dts/
A Dexynos4412-i9305.dts19 /* SCL and SDA pins are swapped */
A Dimx6qdl-skov-cpu-revc.dtsi31 touchscreen-swapped-x-y;
/linux/Documentation/devicetree/bindings/net/dsa/
A Dmt7530.txt61 Only works on platform where external phy TX<->RX lines are swapped.
68 2. swapped: RGMII TX, RX are swapped; external phy interface with the switch as
/linux/Documentation/devicetree/bindings/serial/
A Dserial.yaml74 description: RX and TX pins are swapped.
78 description: CTS and RTS pins are swapped.
/linux/mm/
A Dshmem.c809 unsigned long swapped = 0; in shmem_partial_swap_usage() local
816 swapped++; in shmem_partial_swap_usage()
826 return swapped << PAGE_SHIFT; in shmem_partial_swap_usage()
841 unsigned long swapped; in shmem_swap_usage() local
844 swapped = READ_ONCE(info->swapped); in shmem_swap_usage()
851 if (!swapped) in shmem_swap_usage()
855 return swapped << PAGE_SHIFT; in shmem_swap_usage()
1303 if (!info->swapped) { in shmem_unuse()
1322 if (!info->swapped) in shmem_unuse()
1433 info->swapped++; in shmem_writepage()
[all …]

Completed in 34 milliseconds

12345