/Linux-v5.4/drivers/net/wireless/mediatek/mt7601u/ |
D | trace.h | 347 TP_PROTO(struct mt7601u_dev *dev, int cnt, bool paged), 348 TP_ARGS(dev, cnt, paged), 352 __field(bool, paged) 357 __entry->paged = paged; 360 DEV_PR_ARG, __entry->cnt, __entry->paged)
|
/Linux-v5.4/drivers/hwmon/pmbus/ |
D | pmbus_core.c | 1161 bool paged; /* true if paged sensor */ member 1221 bool paged) in pmbus_add_sensor_attrs_one() argument 1229 paged ? page + 1 : 0); in pmbus_add_sensor_attrs_one() 1267 if (attr->paged) in pmbus_sensor_is_paged() 1299 bool paged = pmbus_sensor_is_paged(info, attrs); in pmbus_add_sensor_attrs() local 1301 pages = paged ? info->pages : 1; in pmbus_add_sensor_attrs() 1307 attrs, paged); in pmbus_add_sensor_attrs() 1448 .paged = true, 1538 .paged = true, 1623 .paged = true, [all …]
|
/Linux-v5.4/arch/arm/ |
D | Kconfig-nommu | 3 # Kconfig for uClinux(non-paged MM) depend configurations
|
D | Kconfig | 295 support by paged memory management. If unsure, say 'Y'.
|
/Linux-v5.4/fs/verity/ |
D | Kconfig | 27 data each time it is paged back in, which provides better
|
/Linux-v5.4/arch/m68k/ |
D | Kconfig | 83 support by paged memory management. If unsure, say 'Y'.
|
/Linux-v5.4/arch/m68k/ifpsp060/ |
D | iskeleton.S | 184 | from being paged out. This routine is needed by the cas/cas2 197 | Linux/m68k: Make sure the page is properly paged in, so we use
|
/Linux-v5.4/arch/powerpc/boot/dts/fsl/ |
D | gef_sbc610.dts | 57 compatible = "gef,sbc610-paged-flash", "cfi-flash";
|
D | gef_ppc9a.dts | 57 compatible = "gef,ppc9a-paged-flash", "cfi-flash";
|
D | gef_sbc310.dts | 54 compatible = "gef,sbc310-paged-flash", "cfi-flash";
|
D | ge_imp3a.dts | 53 compatible = "ge,imp3a-paged-flash", "cfi-flash";
|
/Linux-v5.4/Documentation/powerpc/ |
D | ultravisor.rst | 296 * U_BUSY if page cannot be currently paged-out. 356 * U_BUSY if page cannot be currently paged-in. 395 #. When an SVM accesses a secure page that has been paged-out, 441 because it is paged-out to disk, Ultravisor needs to know that the 1002 #. Ultravisor uses this hypercall to page-in a paged-out page. This 1003 can happen when the SVM touches a paged-out page.
|
/Linux-v5.4/net/ipv4/ |
D | ip_output.c | 978 bool paged, extra_uref = false; in __ip_append_data() local 985 paged = !!cork->gso_size; in __ip_append_data() 1021 paged = true; in __ip_append_data() 1073 else if (!paged) in __ip_append_data()
|
/Linux-v5.4/net/ipv6/ |
D | ip6_output.c | 1338 bool paged, extra_uref = false; in __ip6_append_data() local 1346 paged = !!cork->gso_size; in __ip6_append_data() 1410 paged = true; in __ip6_append_data() 1478 else if (!paged) in __ip6_append_data()
|
/Linux-v5.4/Documentation/crypto/ |
D | api-intro.txt | 12 so that processing can be applied to paged skb's without the need
|
/Linux-v5.4/Documentation/networking/ |
D | netdev-features.txt | 131 NETIF_F_SG --- paged skbs (skb_shinfo()->frags), NETIF_F_FRAGLIST ---
|
/Linux-v5.4/Documentation/trace/ |
D | kprobetrace.rst | 83 has been paged out. "ustring" type is an alternative of string for user-space.
|
/Linux-v5.4/Documentation/hwmon/ |
D | pmbus-core.rst | 49 which PMBus commands are paged and which commands are replicated across all
|
/Linux-v5.4/drivers/mtd/maps/ |
D | Kconfig | 10 paged mappings of flash chips.
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-probe.txt | 208 …. This means it will fail and store NULL if the string container has been paged out. You can speci…
|
/Linux-v5.4/Documentation/ |
D | nommu-mmap.txt | 113 paged aligned in the backing store.
|
/Linux-v5.4/Documentation/admin-guide/ |
D | README.rst | 35 as long as they have a paged memory management unit (PMMU) and a port of the
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | mmu.txt | 84 memory, file backed memory, and device memory. Memory might be paged by the
|
/Linux-v5.4/Documentation/filesystems/ |
D | fsverity.rst | 64 time it's paged in. This ensures that malicious disk firmware can't
|
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 2039 * it will be paged in from host memory. RETURN_2 stores the address of the
|