Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/Documentation/vm/
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 …]
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
Dzswap.rst11 in the process of being swapped out and attempts to compress them into a
49 being swapped out. However, it will _not_ immediately write out or fault
54 fault back into memory all swapped out pages, including those in the
/kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/
Dimx8mq-zii-ultra-rmb3.dts57 touchscreen-swapped-x-y;
64 touchscreen-swapped-x-y;
77 touchscreen-swapped-x-y;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dchipone_icn8318.txt21 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
40 touchscreen-swapped-x-y;
Dsilead_gsl1680.txt22 - touchscreen-swapped-x-y : See touchscreen.txt
41 touchscreen-swapped-x-y;
Dad7879.txt13 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
Draspberrypi,firmware-ts.txt13 - touchscreen-swapped-x-y: See touchscreen.txt
Dektf2127.txt23 touchscreen-swapped-x-y;
Dzet6223.txt17 - touchscreen-swapped-x-y : See touchscreen.txt
Deeti.txt18 - touchscreen-swapped-x-y
Dmms114.txt19 - touchscreen-swapped-x-y: See [1]
Dbu21013.txt17 - touchscreen-swapped-x-y : General touchscreen binding, see [1].
/kernel/linux/linux-5.10/arch/mips/alchemy/devboards/
Dplatform.c153 int swapped) in db1x_register_norflash() argument
190 if (!swapped) { in db1x_register_norflash()
220 if (swapped) { in db1x_register_norflash()
Dplatform.h20 int swapped);
Ddb1550.c583 int swapped, id; in db1550_dev_setup() local
623 swapped = bcsr_read(BCSR_STATUS) & in db1550_dev_setup()
625 db1x_register_norflash(128 << 20, 4, swapped); in db1550_dev_setup()
Ddb1300.c793 int swapped, cpldirq; in db1300_dev_setup() local
853 swapped = bcsr_read(BCSR_STATUS) & BCSR_STATUS_DB1200_SWAPBOOT; in db1300_dev_setup()
854 db1x_register_norflash(64 << 20, 2, swapped); in db1300_dev_setup()
Ddb1200.c797 int swapped, bid; in db1200_dev_setup() local
926 swapped = bcsr_read(BCSR_STATUS) & BCSR_STATUS_DB1200_SWAPBOOT; in db1200_dev_setup()
927 db1x_register_norflash(64 << 20, 2, swapped); in db1200_dev_setup()
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dexynos4412-i9305.dts18 /* SCL and SDA pins are swapped */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/dsa/
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
/kernel/linux/linux-5.10/drivers/media/platform/
Drenesas-ceu.c133 bool swapped; member
410 if (mbus_fmt->swapped) in ceu_hw_config()
424 if (mbus_fmt->swapped) in ceu_hw_config()
1026 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1033 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()
1040 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1047 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()
/kernel/linux/linux-5.10/drivers/net/phy/
Dadin.c568 bool swapped; in adin_mdix_update() local
596 swapped = !!(reg & ADIN1300_PAIR_01_SWAP); in adin_mdix_update()
598 if (mdix_en != swapped) in adin_mdix_update()
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/
Dpagemap.rst19 * Bits 0-4 swap type if swapped
20 * Bits 5-54 swap offset if swapped
26 * Bit 62 page swapped
/kernel/linux/linux-5.10/mm/
Dshmem.c367 freed = info->alloced - info->swapped - inode->i_mapping->nrpages; in shmem_recalc_inode()
790 unsigned long swapped = 0; in shmem_partial_swap_usage() local
797 swapped++; in shmem_partial_swap_usage()
807 return swapped << PAGE_SHIFT; in shmem_partial_swap_usage()
822 unsigned long swapped; in shmem_swap_usage() local
825 swapped = READ_ONCE(info->swapped); in shmem_swap_usage()
832 if (!swapped) in shmem_swap_usage()
836 return swapped << PAGE_SHIFT; in shmem_swap_usage()
1056 info->swapped -= nr_swaps_freed; in shmem_undo_range()
1075 if (info->alloced - info->swapped != inode->i_mapping->nrpages) { in shmem_getattr()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dshmem_fs.h20 unsigned long swapped; /* subtotal assigned to swap */ member

12345