/Linux-v6.1/Documentation/mm/ |
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 | 113 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD | 135 | pmd_swp_mksoft_dirty | Creates a soft dirty swapped PMD | 137 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD | 243 | __pte_to_swp_entry | Creates a swapped entry (arch) from a mapped PTE | 245 | __swp_to_pte_entry | Creates a mapped PTE from a swapped entry (arch) | 247 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD | 249 | __swp_to_pmd_entry | Creates a mapped PMD from a swapped entry (arch) | [all …]
|
/Linux-v6.1/Documentation/admin-guide/mm/ |
D | pagemap.rst | 19 * 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).
|
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
|
/Linux-v6.1/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 | 584 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()
|
D | db1300.c | 792 int swapped, cpldirq; in db1300_dev_setup() local 852 swapped = bcsr_read(BCSR_STATUS) & BCSR_STATUS_DB1200_SWAPBOOT; in db1300_dev_setup() 853 db1x_register_norflash(64 << 20, 2, swapped); in db1300_dev_setup()
|
D | db1200.c | 812 int swapped, bid; in db1200_dev_setup() local 941 swapped = bcsr_read(BCSR_STATUS) & BCSR_STATUS_DB1200_SWAPBOOT; in db1200_dev_setup() 942 db1x_register_norflash(64 << 20, 2, swapped); in db1200_dev_setup()
|
/Linux-v6.1/arch/arm64/boot/dts/freescale/ |
D | imx8mq-zii-ultra-rmb3.dts | 128 touchscreen-swapped-x-y; 137 touchscreen-swapped-x-y; 150 touchscreen-swapped-x-y;
|
/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/ |
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 | bu21013.txt | 17 - touchscreen-swapped-x-y : General touchscreen binding, see [1].
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | exynos4412-i9305.dts | 19 /* SCL and SDA pins are swapped */
|
D | imx6qdl-skov-cpu-revc.dtsi | 12 touchscreen-swapped-x-y;
|
/Linux-v6.1/drivers/media/platform/renesas/ |
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() 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-v6.1/mm/ |
D | shmem.c | 353 freed = info->alloced - info->swapped - inode->i_mapping->nrpages; in shmem_recalc_inode() 804 unsigned long swapped = 0; in shmem_partial_swap_usage() local 811 swapped++; in shmem_partial_swap_usage() 821 return swapped << PAGE_SHIFT; in shmem_partial_swap_usage() 836 unsigned long swapped; in shmem_swap_usage() local 839 swapped = READ_ONCE(info->swapped); in shmem_swap_usage() 846 if (!swapped) in shmem_swap_usage() 850 return swapped << PAGE_SHIFT; in shmem_swap_usage() 1038 info->swapped -= nr_swaps_freed; in shmem_undo_range() 1058 if (info->alloced - info->swapped != inode->i_mapping->nrpages) { in shmem_getattr() [all …]
|
/Linux-v6.1/drivers/mtd/nand/ |
D | Kconfig | 36 The original Linux implementation had byte 0 and 1 swapped.
|
/Linux-v6.1/drivers/net/phy/ |
D | adin.c | 673 bool swapped; in adin_mdix_update() local 701 swapped = !!(reg & ADIN1300_PAIR_01_SWAP); in adin_mdix_update() 703 if (mdix_en != swapped) in adin_mdix_update()
|
/Linux-v6.1/include/linux/ |
D | shmem_fs.h | 20 unsigned long swapped; /* subtotal assigned to swap */ member
|
/Linux-v6.1/Documentation/input/devices/ |
D | sentelic.rst | 523 swapped before being sent to FSP:: 546 swapped(refer to the 'Register swapping requirement' section), 551 b. send the swapped register address to FSP and goto step 8; 585 swapped(refer to the 'Register swapping requirement' section), 590 b. send the swapped register address to FSP and goto step 5; 607 swapped(refer to the 'Register swapping requirement' section), 612 b. send the swapped register value to FSP and goto step 9; 680 swapped(refer to the 'Register swapping requirement' section), 685 b. send the swapped page address to FSP and goto step 9;
|
/Linux-v6.1/tools/perf/util/ |
D | evsel.c | 2217 bool swapped = evsel->needs_swap; in perf_evsel__parse_id_sample() local 2230 if (swapped) { in perf_evsel__parse_id_sample() 2257 if (swapped) { in perf_evsel__parse_id_sample() 2360 bool swapped = evsel->needs_swap; in evsel__parse_sample() local 2405 if (swapped) { in evsel__parse_sample() 2440 if (swapped) { in evsel__parse_sample() 2526 if (swapped) { in evsel__parse_sample() 2537 if (swapped) in evsel__parse_sample() 2572 if (swapped) { in evsel__parse_sample() 2693 if (swapped) in evsel__parse_sample()
|