| /kernel/linux/linux-5.10/arch/powerpc/kexec/ |
| D | file_load_64.c | 30 u64 *buf; /* data buffer for usable-memory property */ 35 /* usable memory ranges to look up */ 95 * get_usable_memory_ranges - Get usable memory ranges. This list includes 108 * block?) is not added to usable memory. So, add [0, crashk_res.end] in get_usable_memory_ranges() 128 pr_err("Failed to setup usable memory ranges\n"); in get_usable_memory_ranges() 434 * @um_info: Usable memory buffer and ranges info. 461 * add_usable_mem - Add the usable memory ranges within the given memory range 463 * @um_info: Usable memory buffer and ranges info. 505 * usable memory ranges. 507 * @usm: linux,drconf-usable-memory property value. [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/powerpc/ |
| D | ibm,powerpc-cpu-features.txt | 94 - usable-privilege 179 This property may exist when the usable-privilege property value has PR bit set. 191 features usable by userspace will have a hwcap-bit-nr property. 213 usable-privilege = <1 | 2 | 4>; 219 usable-privilege = <1 | 2>; 226 usable-privilege = <2 | 4>; 233 usable-privilege = <1 | 2 | 4>; 241 usable-privilege = <1 | 2 | 4>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/ |
| D | ibm,powerpc-cpu-features.txt | 94 - usable-privilege 179 This property may exist when the usable-privilege property value has PR bit set. 191 features usable by userspace will have a hwcap-bit-nr property. 213 usable-privilege = <1 | 2 | 4>; 219 usable-privilege = <1 | 2>; 226 usable-privilege = <2 | 4>; 233 usable-privilege = <1 | 2 | 4>; 241 usable-privilege = <1 | 2 | 4>;
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/freescale/fs_enet/ |
| D | Kconfig | 12 bool "Chip has an SCC usable for ethernet" 17 bool "Chip has an FCC usable for ethernet" 22 bool "Chip has an FEC usable for ethernet"
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/ |
| D | Kconfig | 13 bool "Chip has an SCC usable for ethernet" 18 bool "Chip has an FCC usable for ethernet" 23 bool "Chip has an FEC usable for ethernet"
|
| /kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
| D | ptrace.h | 80 * bit 0 -- 1 if W bit is usable. 81 * bit 1 -- 1 if R bit is usable. 82 * bit 2 -- 1 if I bit is usable.
|
| /kernel/linux/linux-4.19/arch/mips/include/uapi/asm/ |
| D | ptrace.h | 80 * bit 0 -- 1 if W bit is usable. 81 * bit 1 -- 1 if R bit is usable. 82 * bit 2 -- 1 if I bit is usable.
|
| /kernel/linux/linux-5.10/arch/powerpc/kvm/ |
| D | Kconfig | 97 that KVM is not usable under PowerVM (pHyp), is only usable 114 machines where hypervisor mode is not available or not usable,
|
| /kernel/linux/linux-5.10/arch/mips/vdso/ |
| D | vgettimeofday.c | 24 * possibility of there being a usable clocksource, because there's nothing we 60 * possibility of there being a usable clocksource, because there's nothing we
|
| /kernel/linux/linux-4.19/arch/powerpc/kvm/ |
| D | Kconfig | 97 that KVM is not usable under PowerVM (pHyp), is only usable 114 machines where hypervisor mode is not available or not usable,
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
| D | chosen.txt | 79 linux,usable-memory-range 94 linux,usable-memory-range = <0x9 0xf0000000 0x0 0x10000000>; 98 The main usage is for crash dump kernel to identify its own usable
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/ |
| D | chosen.txt | 79 linux,usable-memory-range 94 linux,usable-memory-range = <0x9 0xf0000000 0x0 0x10000000>; 98 The main usage is for crash dump kernel to identify its own usable
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | berlin2cd-google-chromecast.dts | 26 * We're using "linux,usable-memory" instead of "reg" here 34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | berlin2cd-google-chromecast.dts | 26 * We're using "linux,usable-memory" instead of "reg" here 34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
|
| /kernel/linux/linux-5.10/Documentation/vm/ |
| D | page_frags.rst | 32 called. The "netdev" prefixed functions are usable in any context as these 34 only usable within the softirq context.
|
| /kernel/linux/linux-4.19/Documentation/vm/ |
| D | page_frags.rst | 32 called. The "netdev" prefixed functions are usable in any context as these 34 only usable within the softirq context.
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/ |
| D | timex.h | 77 return 0; /* no usable counter */ in get_cycles() 97 return 0; /* no usable register */ in random_get_entropy()
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | timex.h | 77 return 0; /* no usable counter */ in get_cycles() 97 return 0; /* no usable register */ in random_get_entropy()
|
| /kernel/linux/linux-4.19/arch/mips/generic/ |
| D | yamon-dt.c | 112 /* allow the user to override the usable memory */ in yamon_dt_append_memory() 151 err = fdt_setprop(fdt, mem_off, "linux,usable-memory", in yamon_dt_append_memory() 154 pr_err("Unable to set linux,usable-memory property: %d\n", err); in yamon_dt_append_memory()
|
| /kernel/linux/linux-5.10/arch/mips/generic/ |
| D | yamon-dt.c | 108 /* allow the user to override the usable memory */ in yamon_dt_append_memory() 147 err = fdt_setprop(fdt, mem_off, "linux,usable-memory", in yamon_dt_append_memory() 150 pr_err("Unable to set linux,usable-memory property: %d\n", err); in yamon_dt_append_memory()
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | padata.txt | 35 cpumasks, submitted by padata_alloc/padata_alloc_possible and the 'usable' 36 cpumasks. The usable cpumasks are always a subset of active CPUs in the 87 The padata cpumask change notifier notifies about changes of the usable
|
| /kernel/linux/linux-4.19/lib/ |
| D | Kconfig.kgdb | 120 kernel is still usable in this situation. 122 No guarantees that the kernel is still usable in this situation.
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | padata.rst | 65 different from the 'usable' cpumask. 68 and the 'usable' cpumasks. (Each pair consists of a parallel and a serial 70 allocation and may be changed as above. The usable cpumasks are always a
|
| D | packing.rst | 34 - Packing a CPU-usable number into a memory buffer (with hardware 37 into a CPU-usable number. 60 That is, the MSByte (7) of the CPU-usable u64 sits at memory offset 0, and the
|
| /kernel/linux/linux-5.10/tools/arch/x86/include/asm/ |
| D | irq_vectors.h | 33 * IDT vectors usable for external interrupt sources start at 0x20. 39 * Reserve the lowest usable vector (and hence lowest priority) 0x20 for
|