Home
last modified time | relevance | path

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

12345678910>>...45

/openbmc/linux/arch/arm/boot/compressed/
H A 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 …]
/openbmc/linux/arch/s390/include/asm/
H A 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. */
/openbmc/linux/arch/powerpc/kexec/
H A 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 …]
/openbmc/linux/Documentation/devicetree/bindings/powerpc/
H A 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>;
/openbmc/linux/arch/powerpc/boot/dts/
H A 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>;
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A 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"
/openbmc/qemu/include/qapi/
H A Dclone-visitor.h20 * alternate, and is not usable directly on built-in QAPI types.
30 * Not usable on QAPI scalars (integers, strings, enums), nor on a
49 * Not usable on QAPI scalars (integers, strings, enums), nor on a
/openbmc/linux/arch/mips/include/uapi/asm/
H A 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.
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/
H A Dnvtboot_mem.c43 * The usable top-of-RAM for U-Boot. This is both:
122 debug(" end %llx (usable)\n", bank_end); in dram_init()
124 debug(" size %llx (usable)\n", usable_bank_size); in dram_init()
141 pr_err("Can't find a usable RAM top"); in dram_init()
/openbmc/linux/Documentation/images/
H A 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
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_support.h80 * This function retrieves the top of usable low memory.
84 * @retval: Usable low memory top.
89 * This function retrieves the top of usable high memory.
93 * @retval: Usable high memory top.
/openbmc/u-boot/tools/gdb/
H A DMakefile11 # Location of a usable BFD library, where we define "usable" as
/openbmc/linux/arch/mips/vdso/
H A 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
/openbmc/linux/lib/
H A 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
/openbmc/linux/arch/arm/boot/dts/synaptics/
H A Dberlin2cd-google-chromecast.dts26 * We're using "linux,usable-memory" instead of "reg" here
34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
/openbmc/linux/Documentation/mm/
H A Dpage_frags.rst30 called. The "netdev" prefixed functions are usable in any context as these
32 only usable within the softirq context.
/openbmc/qemu/docs/system/arm/
H A Dversatile.rst20 means some devices (eg. ne2k_pci NIC) are not usable, and others (eg.
21 rtl8139 NIC) are only usable when the guest drivers use the memory
/openbmc/linux/net/rxrpc/
H A 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()
/openbmc/linux/arch/powerpc/kvm/
H A DKconfig99 that KVM is not usable under PowerVM (pHyp), is only usable
120 machines where hypervisor mode is not available or not usable,
/openbmc/linux/include/uapi/linux/
H A 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
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_mem.h73 * VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE, unplugged memory inside the usable
103 /* request to unplug all blocks and shrink the usable size */
202 * Currently usable region size. Can grow up to region_size. Can
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dboard2.c276 * Determine the amount of usable RAM below 4GiB, taking into account any
294 /* Calculate usable RAM by subtracting out any carve-out size */ in usable_ram_size_below_4g()
303 * The first bank describes any usable RAM below 4GiB.
353 * 32-bits of the physical address space. Cap the maximum usable RAM area
/openbmc/linux/arch/loongarch/include/asm/
H A 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 */
/openbmc/linux/arch/mips/generic/
H A 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()
/openbmc/linux/Documentation/core-api/
H A 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

12345678910>>...45