Home
last modified time | relevance | path

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

12345678910>>...35

/Linux-v6.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 …]
/Linux-v6.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 …]
/Linux-v6.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. */
/Linux-v6.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>;
/Linux-v6.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>;
/Linux-v6.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"
/Linux-v6.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.
/Linux-v6.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
/Linux-v6.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
/Linux-v6.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
/Linux-v6.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 */
/Linux-v6.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.
/Linux-v6.6/net/rxrpc/
Dconn_client.c359 * Add a connection to a bundle if there are no usable connections or we have
364 int slot = -1, i, usable; in rxrpc_bundle_has_space() local
370 /* See if there are any usable connections. */ in rxrpc_bundle_has_space()
371 usable = 0; in rxrpc_bundle_has_space()
374 usable++; in rxrpc_bundle_has_space()
379 if (!usable && bundle->upgrade) in rxrpc_bundle_has_space()
382 if (!usable) in rxrpc_bundle_has_space()
387 usable < ARRAY_SIZE(bundle->conns)) in rxrpc_bundle_has_space()
391 return usable; in rxrpc_bundle_has_space()
/Linux-v6.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,
/Linux-v6.6/include/uapi/linux/
Dvirtio_mem.h73 * VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE, unplugged memory inside the usable
101 /* request to unplug all blocks and shrink the usable size */
200 * Currently usable region size. Can grow up to region_size. Can
/Linux-v6.6/arch/mips/generic/
Dyamon-dt.c108 /* 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()
/Linux-v6.6/arch/loongarch/include/asm/
Dcpu-info.h60 unsigned int ksave_mask; /* Usable KSave mask. */
63 …watch_reg_use_cnt; /* min(NUM_WATCH_REGS, watch_dreg_count + watch_ireg_count), Usable by ptrace */
/Linux-v6.6/Documentation/core-api/
Dpacking.rst34 - 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
Dpadata.rst65 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
/Linux-v6.6/drivers/of/
Dkexec.c323 ret = fdt_delprop(fdt, chosen_node, "linux,usable-memory-range"); in of_kexec_alloc_and_setup_fdt()
398 /* add linux,usable-memory-range */ in of_kexec_alloc_and_setup_fdt()
400 "linux,usable-memory-range", crashk_res.start, in of_kexec_alloc_and_setup_fdt()
407 "linux,usable-memory-range", in of_kexec_alloc_and_setup_fdt()
/Linux-v6.6/Documentation/arch/arc/
Darc.rst82 usable for loading on the target system via JTAG.
83 If you need to get an image usable with U-Boot bootloader,
/Linux-v6.6/arch/um/drivers/
Dpty.c98 /* verify slave side is usable */ in getmaster()
109 printk(UM_KERN_ERR "getmaster - no usable host pty devices\n"); in getmaster()
/Linux-v6.6/fs/f2fs/
Dgc.h75 * zone-capacity, these blocks are not usable.
76 * Such spanning segments can be in free list so calculate the sum of usable
/Linux-v6.6/drivers/clocksource/
Darc_timer.c172 /* Local to CPU hence not usable in SMP */ in arc_cs_setup_rtc()
174 pr_warn("Local-64-bit-Ctr not usable in SMP\n"); in arc_cs_setup_rtc()
218 /* Local to CPU hence not usable in SMP */ in arc_cs_setup_timer1()
/Linux-v6.6/arch/mips/mti-malta/
Dmalta-dtshim.c178 /* allow the user to override the usable memory */ in append_memory()
221 err = fdt_setprop(fdt, mem_off, "linux,usable-memory", mem_array, in append_memory()
224 panic("Unable to set linux,usable-memory property: %d", err); in append_memory()

12345678910>>...35