Home
last modified time | relevance | path

Searched full:usable (Results 1 – 25 of 1650) sorted by relevance

12345678910>>...66

/kernel/linux/linux-6.6/arch/arm/boot/compressed/
Dfdt_check_mem_start.c59 * used if it yields a valid address, unless the "linux,usable-memory-range"
68 const fdt32_t *usable, *reg, *endp; in fdt_check_mem_start() local
86 * Usable memory in case of a crash dump kernel in fdt_check_mem_start()
90 usable = get_prop(fdt, "/chosen", "linux,usable-memory-range", in fdt_check_mem_start()
92 if (usable) { in fdt_check_mem_start()
93 size = get_val(usable + addr_cells, size_cells); in fdt_check_mem_start()
97 if (addr_cells > 1 && fdt32_ld(usable)) { in fdt_check_mem_start()
102 usable_base = fdt32_ld(usable + addr_cells - 1); in fdt_check_mem_start()
113 reg = fdt_getprop(fdt, offset, "linux,usable-memory", &len); in fdt_check_mem_start()
133 if (usable) { in fdt_check_mem_start()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/kexec/
Dfile_load_64.c30 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-5.10/arch/loongarch/include/uapi/asm/
Dptrace.h85 * bit 0 -- 1 if W bit is usable.
86 * bit 1 -- 1 if R bit is usable.
87 * bit 2 -- 1 if I bit is usable.
98 * bit 0 -- 1 if W bit is usable.
99 * bit 1 -- 1 if R bit is usable.
100 * bit 2 -- 1 if I bit is usable.
/kernel/linux/linux-6.6/arch/s390/include/asm/
Dphysmem_info.h52 unsigned long usable; member
79 if (respect_usable_limit && physmem_info.usable) { in __get_physmem_range()
80 if (*start >= physmem_info.usable) in __get_physmem_range()
82 if (*end > physmem_info.usable) in __get_physmem_range()
83 *end = physmem_info.usable; in __get_physmem_range()
94 * Walks over detected online memory ranges below usable limit.
99 /* Walks over all detected online memory ranges disregarding usable limit. */
/kernel/linux/linux-6.6/arch/powerpc/kexec/
Dfile_load_64.c35 u64 *buf; /* data buffer for usable-memory property */
40 /* usable memory ranges to look up */
100 * get_usable_memory_ranges - Get usable memory ranges. This list includes
113 * block?) is not added to usable memory. So, add [0, crashk_res.end] in get_usable_memory_ranges()
133 pr_err("Failed to setup usable memory ranges\n"); in get_usable_memory_ranges()
439 * @um_info: Usable memory buffer and ranges info.
466 * add_usable_mem - Add the usable memory ranges within the given memory range
468 * @um_info: Usable memory buffer and ranges info.
510 * usable memory ranges.
512 * @usm: linux,drconf-usable-memory property value.
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/powerpc/
Dibm,powerpc-cpu-features.txt94 - 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/
Dibm,powerpc-cpu-features.txt94 - 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/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/
Dptrace.h94 * bit 0 -- 1 if W bit is usable.
95 * bit 1 -- 1 if R bit is usable.
96 * bit 2 -- 1 if I bit is usable.
107 * bit 0 -- 1 if W bit is usable.
108 * bit 1 -- 1 if R bit is usable.
109 * bit 2 -- 1 if I bit is usable.
/kernel/linux/linux-6.6/arch/powerpc/boot/dts/
Dmicrowatt.dts44 usable-privilege = <2>;
49 usable-privilege = <3>;
55 usable-privilege = <2>;
60 usable-privilege = <3>;
65 usable-privilege = <2>;
71 usable-privilege = <3>;
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/
DKconfig13 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-6.6/drivers/net/ethernet/freescale/fs_enet/
DKconfig13 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-6.6/arch/mips/include/uapi/asm/
Dptrace.h80 * 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/mips/include/uapi/asm/
Dptrace.h80 * 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-6.6/Documentation/images/
DCOPYING-logo4 and is freely usable as long as you acknowledge Larry as the original
15 refined and cleaned up by IFo Hancroft. It is also freely usable
/kernel/linux/linux-5.10/arch/powerpc/kvm/
DKconfig97 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-6.6/arch/mips/vdso/
Dvgettimeofday.c24 * 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-5.10/arch/mips/vdso/
Dvgettimeofday.c24 * 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-6.6/lib/
Dasn1_encoder.c16 * @end_data: end of data pointer, points one beyond last usable byte in @data
134 * @end_data: end of data pointer, points one beyond last usable byte in @data
246 * @end_data: end of data pointer, points one beyond last usable byte in @data
321 * @end_data: end of data pointer, points one beyond last usable byte in @data
362 * @end_data: end of data pointer, points one beyond last usable byte in @data
422 * @end_data: end of data pointer, points one beyond last usable byte in @data
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dchosen.txt79 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-6.6/arch/arm/boot/dts/synaptics/
Dberlin2cd-google-chromecast.dts26 * We're using "linux,usable-memory" instead of "reg" here
34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dberlin2cd-google-chromecast.dts26 * 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/
Dpage_frags.rst32 called. The "netdev" prefixed functions are usable in any context as these
34 only usable within the softirq context.
/kernel/linux/linux-6.6/Documentation/mm/
Dpage_frags.rst30 called. The "netdev" prefixed functions are usable in any context as these
32 only usable within the softirq context.
/kernel/linux/linux-6.6/net/rxrpc/
Dconn_client.c360 * Add a connection to a bundle if there are no usable connections or we have
365 int slot = -1, i, usable; in rxrpc_bundle_has_space() local
371 /* See if there are any usable connections. */ in rxrpc_bundle_has_space()
372 usable = 0; in rxrpc_bundle_has_space()
375 usable++; in rxrpc_bundle_has_space()
380 if (!usable && bundle->upgrade) in rxrpc_bundle_has_space()
383 if (!usable) in rxrpc_bundle_has_space()
388 usable < ARRAY_SIZE(bundle->conns)) in rxrpc_bundle_has_space()
392 return usable; in rxrpc_bundle_has_space()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
DKconfig99 that KVM is not usable under PowerVM (pHyp), is only usable
120 machines where hypervisor mode is not available or not usable,

12345678910>>...66