Home
last modified time | relevance | path

Searched refs:usable (Results 1 – 25 of 177) sorted by relevance

12345678

/linux/arch/arm/boot/compressed/
A Dfdt_check_mem_start.c68 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()
/linux/arch/powerpc/boot/dts/
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>;
/linux/arch/s390/include/asm/
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()
/linux/drivers/net/ethernet/freescale/fs_enet/
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"
/linux/Documentation/devicetree/bindings/powerpc/
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>;
/linux/Documentation/images/
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
/linux/Documentation/devicetree/bindings/timer/
A Dbrcm,bcm2835-system-timer.yaml29 - description: System Timer Compare 1 match (usable for ARM core)
31 - description: System Timer Compare 3 match (usable for ARM core)
/linux/arch/arm/boot/dts/synaptics/
A Dberlin2cd-google-chromecast.dts26 * We're using "linux,usable-memory" instead of "reg" here
34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
/linux/net/rxrpc/
A Dconn_client.c374 int slot = -1, i, usable; in rxrpc_bundle_has_space() local
381 usable = 0; in rxrpc_bundle_has_space()
384 usable++; in rxrpc_bundle_has_space()
389 if (!usable && bundle->upgrade) in rxrpc_bundle_has_space()
392 if (!usable) in rxrpc_bundle_has_space()
397 usable < ARRAY_SIZE(bundle->conns)) in rxrpc_bundle_has_space()
401 return usable; in rxrpc_bundle_has_space()
/linux/fs/afs/
A Dserver_list.c35 int ret = -ENOMEM, nr_servers = 0, newrep = 0, i, j, usable = 0; in afs_alloc_server_list() local
49 usable++; in afs_alloc_server_list()
59 if (newrep < usable / 2) { in afs_alloc_server_list()
/linux/arch/um/include/shared/
A Dmem_user.h52 extern void setup_physmem(unsigned long start, unsigned long usable,
/linux/arch/arm64/boot/dts/airoha/
A Den7581-evb.dts19 linux,usable-memory-range = <0x0 0x80200000 0x0 0x1fe00000>;
/linux/Documentation/mm/
A Dpage_frags.rst30 called. The "netdev" prefixed functions are usable in any context as these
32 only usable within the softirq context.
/linux/arch/arm/boot/dts/airoha/
A Den7523-evb.dts20 linux,usable-memory-range = <0x80200000 0x1fe00000>;
/linux/Documentation/core-api/
A 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
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
/linux/Documentation/devicetree/bindings/rtc/
A Ddallas,ds1390.txt9 Values usable for ds1390 are 250, 2000, 4000
/linux/Documentation/devicetree/bindings/power/supply/
A Dx-powers,axp20x-ac-power-supply.yaml12 tell if an AC power supply is present and usable. AXP813/AXP803 are
/linux/arch/arm/boot/dts/marvell/
A Darmada-xp-matrix.dts25 * RAM are not usable due to the overlap with the MBus
/linux/sound/aoa/codecs/
A Dtoonie.c78 .usable = toonie_usable,
/linux/sound/aoa/soundbus/
A Dsoundbus.h99 int (*usable)(struct codec_info_item *cii, member
/linux/Documentation/arch/arc/
A 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/arch/powerpc/kvm/
A DKconfig96 that KVM is not usable under PowerVM (pHyp), is only usable
117 machines where hypervisor mode is not available or not usable,
/linux/Documentation/devicetree/bindings/dma/
A Dapple,admac.yaml48 only one of the controller outputs will be connected as an usable interrupt
/linux/Documentation/leds/
A Dledtrig-oneshot.rst11 This trigger is meant to be usable both for sporadic and dense events. In the

Completed in 29 milliseconds

12345678