/Linux-v6.1/arch/arm/boot/compressed/ |
D | fdt_check_mem_start.c | 58 * used if it yields a valid address, unless the "linux,usable-memory-range" 67 const fdt32_t *usable, *reg, *endp; in fdt_check_mem_start() local 85 * Usable memory in case of a crash dump kernel in fdt_check_mem_start() 89 usable = get_prop(fdt, "/chosen", "linux,usable-memory-range", in fdt_check_mem_start() 91 if (usable) { in fdt_check_mem_start() 92 size = get_val(usable + addr_cells, size_cells); in fdt_check_mem_start() 96 if (addr_cells > 1 && fdt32_ld(usable)) { in fdt_check_mem_start() 101 usable_base = fdt32_ld(usable + addr_cells - 1); in fdt_check_mem_start() 112 reg = fdt_getprop(fdt, offset, "linux,usable-memory", &len); in fdt_check_mem_start() 132 if (usable) { in fdt_check_mem_start() [all …]
|
/Linux-v6.1/arch/powerpc/kexec/ |
D | file_load_64.c | 31 u64 *buf; /* data buffer for usable-memory property */ 36 /* usable memory ranges to look up */ 96 * get_usable_memory_ranges - Get usable memory ranges. This list includes 109 * block?) is not added to usable memory. So, add [0, crashk_res.end] in get_usable_memory_ranges() 129 pr_err("Failed to setup usable memory ranges\n"); in get_usable_memory_ranges() 435 * @um_info: Usable memory buffer and ranges info. 462 * add_usable_mem - Add the usable memory ranges within the given memory range 464 * @um_info: Usable memory buffer and ranges info. 506 * usable memory ranges. 508 * @usm: linux,drconf-usable-memory property value. [all …]
|
/Linux-v6.1/arch/powerpc/boot/dts/ |
D | microwatt.dts | 36 usable-privilege = <2>; 41 usable-privilege = <3>; 47 usable-privilege = <2>; 52 usable-privilege = <3>; 57 usable-privilege = <2>; 63 usable-privilege = <3>;
|
/Linux-v6.1/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>;
|
/Linux-v6.1/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"
|
/Linux-v6.1/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.
|
/Linux-v6.1/Documentation/images/ |
D | COPYING-logo | 4 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.1/lib/ |
D | asn1_encoder.c | 16 * @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
|
D | Kconfig.kgdb | 141 kernel is still usable in this situation. 143 No guarantees that the kernel is still usable in this situation.
|
/Linux-v6.1/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
|
/Linux-v6.1/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 */
|
/Linux-v6.1/Documentation/mm/ |
D | page_frags.rst | 32 called. The "netdev" prefixed functions are usable in any context as these 34 only usable within the softirq context.
|
/Linux-v6.1/arch/powerpc/kvm/ |
D | Kconfig | 100 that KVM is not usable under PowerVM (pHyp), is only usable 121 machines where hypervisor mode is not available or not usable,
|
/Linux-v6.1/include/uapi/linux/ |
D | virtio_mem.h | 73 * 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.1/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()
|
/Linux-v6.1/arch/loongarch/include/asm/ |
D | cpu-info.h | 59 unsigned int ksave_mask; /* Usable KSave mask. */ 62 …watch_reg_use_cnt; /* min(NUM_WATCH_REGS, watch_dreg_count + watch_ireg_count), Usable by ptrace */
|
/Linux-v6.1/Documentation/core-api/ |
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
|
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
|
/Linux-v6.1/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
|
/Linux-v6.1/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
|
/Linux-v6.1/drivers/of/ |
D | kexec.c | 322 ret = fdt_delprop(fdt, chosen_node, "linux,usable-memory-range"); in of_kexec_alloc_and_setup_fdt() 397 /* add linux,usable-memory-range */ in of_kexec_alloc_and_setup_fdt() 399 "linux,usable-memory-range", crashk_res.start, in of_kexec_alloc_and_setup_fdt() 406 "linux,usable-memory-range", in of_kexec_alloc_and_setup_fdt()
|
/Linux-v6.1/arch/um/drivers/ |
D | pty.c | 98 /* verify slave side is usable */ in getmaster() 109 printk(UM_KERN_ERR "getmaster - no usable host pty devices\n"); in getmaster()
|
/Linux-v6.1/Documentation/arc/ |
D | arc.rst | 82 usable for loading on the target system via JTAG. 83 If you need to get an image usable with U-Boot bootloader,
|
/Linux-v6.1/net/rxrpc/ |
D | conn_client.c | 466 * Add a connection to a bundle if there are no usable connections or we have 472 int i, usable; in rxrpc_maybe_add_conn() local 478 /* See if there are any usable connections. */ in rxrpc_maybe_add_conn() 479 usable = 0; in rxrpc_maybe_add_conn() 482 usable++; in rxrpc_maybe_add_conn() 484 if (!usable && !list_empty(&bundle->waiting_calls)) { in rxrpc_maybe_add_conn() 491 if (!usable) in rxrpc_maybe_add_conn() 497 usable < ARRAY_SIZE(bundle->conns)) in rxrpc_maybe_add_conn()
|
/Linux-v6.1/fs/f2fs/ |
D | gc.h | 83 * zone-capacity, these blocks are not usable. 84 * Such spanning segments can be in free list so calculate the sum of usable
|