/openbmc/linux/arch/arm/boot/compressed/ |
H A D | fdt_check_mem_start.c | 68 const fdt32_t *usable, *reg, *endp; in fdt_check_mem_start() local 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() 133 if (usable) { in fdt_check_mem_start()
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | microwatt.dts | 44 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/arch/s390/include/asm/ |
H A D | physmem_info.h | 52 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()
|
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/ |
H A 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"
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/ |
H A 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>;
|
/openbmc/linux/Documentation/images/ |
H A 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
|
/openbmc/linux/arch/arm/boot/dts/synaptics/ |
H A D | berlin2cd-google-chromecast.dts | 26 * We're using "linux,usable-memory" instead of "reg" here 34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
|
/openbmc/linux/net/rxrpc/ |
H A D | conn_client.c | 365 int slot = -1, i, usable; in rxrpc_bundle_has_space() local 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/qemu/docs/system/arm/ |
H A D | versatile.rst | 20 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/arch/um/include/shared/ |
H A D | mem_user.h | 52 extern void setup_physmem(unsigned long start, unsigned long usable,
|
/openbmc/linux/Documentation/mm/ |
H A D | page_frags.rst | 30 called. The "netdev" prefixed functions are usable in any context as these 32 only usable within the softirq context.
|
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf-archive/ |
H A D | autoconf-archive_2024.10.16.bb | 1 SUMMARY = "a collection of freely re-usable Autoconf macros"
|
/openbmc/linux/Documentation/core-api/ |
H 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
|
/openbmc/linux/arch/arm/boot/dts/airoha/ |
H A D | en7523-evb.dts | 20 linux,usable-memory-range = <0x80200000 0x1fe00000>;
|
/openbmc/linux/Documentation/devicetree/bindings/rtc/ |
H A D | dallas,ds1390.txt | 9 Values usable for ds1390 are 250, 2000, 4000
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
H A D | xcb-util.inc | 5 functions and interfaces which make the raw X protocol more usable. Some \
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
H A D | 0007-apache2-allow-to-disable-selinux-support.patch | 37 # On Linux before glibc 2.30, gettid() is only usable via syscall()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/files/ |
H A D | 0001-Fix-build-of-shared-library-on-architectures-needing.patch | 7 built with -fPIC (and not just -fpic) to be usable in shared
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-xp-matrix.dts | 25 * RAM are not usable due to the overlap with the MBus
|
/openbmc/linux/Documentation/arch/arc/ |
H A 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,
|
/openbmc/linux/sound/aoa/soundbus/ |
H A D | soundbus.h | 99 int (*usable)(struct codec_info_item *cii, member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gnulib/ |
H A D | gnulib_202401.bb | 3 be usable on many operating systems. The goal of the project \
|
/openbmc/u-boot/tools/scripts/ |
H A D | define2mk.sed | 2 # Sed script to parse CPP macros and generate output usable by make
|
/openbmc/linux/sound/aoa/codecs/ |
H A D | toonie.c | 78 .usable = toonie_usable,
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | Kconfig | 99 that KVM is not usable under PowerVM (pHyp), is only usable 120 machines where hypervisor mode is not available or not usable,
|