/linux/Documentation/vm/ |
A 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 …]
|
/linux/Documentation/admin-guide/mm/ |
A 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).
|
A 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
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
A D | eeti,exc3000.yaml | 31 touchscreen-swapped-x-y: true 56 touchscreen-swapped-x-y;
|
A D | ad7879.txt | 13 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
|
A D | touchscreen.yaml | 66 touchscreen-swapped-x-y: 67 description: X and Y axis are swapped
|
A D | raspberrypi,firmware-ts.txt | 13 - touchscreen-swapped-x-y: See touchscreen.txt
|
A D | ektf2127.txt | 23 touchscreen-swapped-x-y;
|
A D | zet6223.txt | 17 - touchscreen-swapped-x-y : See touchscreen.txt
|
A D | eeti.txt | 18 - touchscreen-swapped-x-y
|
A D | chipone,icn8318.yaml | 58 touchscreen-swapped-x-y;
|
A D | azoteq,iqs5xx.yaml | 44 touchscreen-swapped-x-y: true
|
A D | cypress,cy8ctma140.yaml | 40 touchscreen-swapped-x-y: true
|
A D | elan,elants_i2c.yaml | 45 touchscreen-swapped-x-y: true
|
/linux/arch/mips/alchemy/devboards/ |
A 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()
|
A 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()
|
A D | platform.h | 20 int swapped);
|
A D | db1300.c | 801 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 D | imx8mq-zii-ultra-rmb3.dts | 128 touchscreen-swapped-x-y; 137 touchscreen-swapped-x-y; 150 touchscreen-swapped-x-y;
|
/linux/drivers/media/platform/ |
A 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/arch/arm/boot/dts/ |
A D | exynos4412-i9305.dts | 19 /* SCL and SDA pins are swapped */
|
A D | imx6qdl-skov-cpu-revc.dtsi | 31 touchscreen-swapped-x-y;
|
/linux/Documentation/devicetree/bindings/net/dsa/ |
A 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
|
/linux/Documentation/devicetree/bindings/serial/ |
A D | serial.yaml | 74 description: RX and TX pins are swapped. 78 description: CTS and RTS pins are swapped.
|
/linux/mm/ |
A D | shmem.c | 809 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 …]
|