/kernel/linux/linux-5.10/Documentation/vm/ |
D | arch_pgtable_helpers.rst | 41 | 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 …]
|
D | swap_numa.rst | 19 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
|
D | zswap.rst | 11 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/ |
D | imx8mq-zii-ultra-rmb3.dts | 57 touchscreen-swapped-x-y; 64 touchscreen-swapped-x-y; 77 touchscreen-swapped-x-y;
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | chipone_icn8318.txt | 21 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean) 40 touchscreen-swapped-x-y;
|
D | silead_gsl1680.txt | 22 - touchscreen-swapped-x-y : See touchscreen.txt 41 touchscreen-swapped-x-y;
|
D | ad7879.txt | 13 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
|
D | raspberrypi,firmware-ts.txt | 13 - touchscreen-swapped-x-y: See touchscreen.txt
|
D | ektf2127.txt | 23 touchscreen-swapped-x-y;
|
D | zet6223.txt | 17 - touchscreen-swapped-x-y : See touchscreen.txt
|
D | eeti.txt | 18 - touchscreen-swapped-x-y
|
D | mms114.txt | 19 - touchscreen-swapped-x-y: See [1]
|
D | bu21013.txt | 17 - touchscreen-swapped-x-y : General touchscreen binding, see [1].
|
/kernel/linux/linux-5.10/arch/mips/alchemy/devboards/ |
D | platform.c | 153 int swapped) in db1x_register_norflash() argument 190 if (!swapped) { in db1x_register_norflash() 220 if (swapped) { in db1x_register_norflash()
|
D | platform.h | 20 int swapped);
|
D | db1550.c | 583 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()
|
D | db1300.c | 793 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()
|
D | db1200.c | 797 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/ |
D | exynos4412-i9305.dts | 18 /* SCL and SDA pins are swapped */
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/dsa/ |
D | mt7530.txt | 61 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/ |
D | renesas-ceu.c | 133 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/ |
D | adin.c | 568 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/ |
D | pagemap.rst | 19 * 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/ |
D | shmem.c | 367 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/ |
D | shmem_fs.h | 20 unsigned long swapped; /* subtotal assigned to swap */ member
|