| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 35 | pte_swp_soft_dirty | Tests a soft dirty swapped PTE | 59 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE | 61 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE | 105 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD | 129 | pmd_swp_mksoft_dirty | Creates a soft dirty swapped PMD | 131 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD | 241 | is_migration_entry | Tests a migration (read or write) swapped entry | 243 | is_writable_migration_entry | Tests a write migration swapped entry | 245 | make_readable_migration_entry | Creates a read migration swapped entry | 247 | make_writable_migration_entry | Creates a write migration swapped entry |
|
| H A D | swap-table.rst | 35 3. shadow: The shadow contains the working set information of the swapped 36 out folio. This is the normal state for a swapped out page.
|
| /linux/drivers/media/platform/rockchip/rkisp1/ |
| H A D | rkisp1-stats.c | 314 u32 swapped[4]; in rkisp1_stats_get_bls_meas() local 316 rkisp1_bls_swap_regs(in_fmt->bayer_pat, regs, swapped); in rkisp1_stats_get_bls_meas() 320 bls_val->meas_r = rkisp1_read(rkisp1, swapped[0]); in rkisp1_stats_get_bls_meas() 321 bls_val->meas_gr = rkisp1_read(rkisp1, swapped[1]); in rkisp1_stats_get_bls_meas() 322 bls_val->meas_gb = rkisp1_read(rkisp1, swapped[2]); in rkisp1_stats_get_bls_meas() 323 bls_val->meas_b = rkisp1_read(rkisp1, swapped[3]); in rkisp1_stats_get_bls_meas()
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mq-zii-ultra-rmb3.dts | 128 touchscreen-swapped-x-y; 137 touchscreen-swapped-x-y; 150 touchscreen-swapped-x-y;
|
| /linux/arch/mips/alchemy/devboards/ |
| H A D | platform.h | 20 int swapped);
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos4412-i9305.dts | 19 /* SCL and SDA pins are swapped */
|
| /linux/drivers/media/platform/renesas/ |
| H A D | renesas-ceu.c | 132 bool swapped; member 409 if (mbus_fmt->swapped) in ceu_hw_config() 423 if (mbus_fmt->swapped) in ceu_hw_config() 1017 mbus_fmt->swapped = false; in ceu_init_mbus_fmt() 1024 mbus_fmt->swapped = true; in ceu_init_mbus_fmt() 1031 mbus_fmt->swapped = false; in ceu_init_mbus_fmt() 1038 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()
|
| /linux/Documentation/gpu/ |
| H A D | drm-compute.rst | 11 have their memory swapped out from them. Or they simply want their workload 12 not to be preempted or swapped out at all.
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6qdl-skov-cpu-revc.dtsi | 12 touchscreen-swapped-x-y;
|
| H A D | imx6qdl-zii-rdu2.dtsi | 600 touchscreen-swapped-x-y; 609 touchscreen-swapped-x-y; 622 touchscreen-swapped-x-y;
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | zswap.rst | 9 in the process of being swapped out and attempts to compress them into a 41 being swapped out. However, it will _not_ immediately write out or fault 46 fault back into memory all swapped out pages, including those in the
|
| /linux/drivers/phy/apple/ |
| H A D | atc.c | 636 const struct atcphy_mode_configuration swapped; member 649 .swapped = { 669 .swapped = { 694 .swapped = { 714 .swapped = { 734 .swapped = { 754 .swapped = { 774 .swapped = { 872 return &atcphy_modes[mode].swapped; in atcphy_get_mode_config()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | dml2_dc_resource_mgmt.c | 485 bool sorted, swapped; in sort_pipes_for_splitting() local 499 swapped = false; in sort_pipes_for_splitting() 505 swapped = true; in sort_pipes_for_splitting() 513 if (swapped) in sort_pipes_for_splitting() 518 swapped = false; in sort_pipes_for_splitting()
|
| /linux/Documentation/input/devices/ |
| H A 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/drivers/mtd/nand/ |
| H A D | Kconfig | 36 The original Linux implementation had byte 0 and 1 swapped.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | userp.rst | 57 swapped out to disk they are brought back and finally locked in physical 108 We expect that frequently used buffers are typically not swapped out.
|
| /linux/Documentation/trace/ |
| H A D | ring-buffer-design.rst | 131 A sample of how the reader page is swapped: Note this does not 191 It is possible that the page swapped is the commit page and the tail page, 221 of the ring buffer (may be swapped in) 224 - the next page in the ring buffer that will be swapped 338 swapped with the reader page. This is because the head page is always 458 the next page is the next page to be swapped out by the reader.
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-qbuf.rst | 51 memory pages of the buffer in physical memory, so they cannot be swapped
|
| /linux/Documentation/filesystems/ |
| H A D | locks.rst | 18 The old flock(2) emulation in the kernel was swapped for proper BSD
|
| /linux/Documentation/virt/kvm/s390/ |
| H A D | s390-pv-dump.rst | 53 needed. Memory that has been swapped out and hence was exported can be
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | sun6i-a31s-inet-q972.dts | 66 touchscreen-swapped-x-y;
|
| H A D | sun7i-a20-wexler-tab7200.dts | 118 touchscreen-swapped-x-y;
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3326-odroid-go3.dts | 127 /* note that TR2 and TL2 are swapped */
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-gplus-fl8005a.dts | 126 touchscreen-swapped-x-y;
|
| /linux/tools/perf/util/ |
| H A D | evsel.c | 3186 bool swapped = evsel->needs_swap; in __set_offcpu_sample() 3202 if (swapped) { in __set_offcpu_sample() 3236 if (swapped) { in evsel__parse_sample() 3399 bool swapped = needs_swap; in evsel__parse_sample() 3462 if (swapped) { in evsel__parse_sample() 3497 if (swapped) { in evsel__parse_sample() 3596 if (swapped) { in evsel__parse_sample_timestamp() 3607 if (swapped) in evsel__parse_sample_timestamp() 3642 if (swapped) { in evsel__id_hdr_size() 3774 if (swapped) in evsel__taskstate() 3006 bool swapped = evsel->needs_swap; perf_evsel__parse_id_sample() local 3208 bool swapped = evsel->needs_swap; evsel__parse_sample() local [all...] |