Home
last modified time | relevance | path

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

1234567

/linux-6.3-rc2/arch/s390/include/asm/
A Dmem_detect.h33 unsigned long usable; member
58 if (respect_usable_limit && mem_detect.usable) { in __get_mem_detect_block()
59 if (*start >= mem_detect.usable) in __get_mem_detect_block()
61 if (*end > mem_detect.usable) in __get_mem_detect_block()
62 *end = mem_detect.usable; in __get_mem_detect_block()
108 if (mem_detect.usable) in get_mem_detect_end()
109 return mem_detect.usable; in get_mem_detect_end()
/linux-6.3-rc2/arch/arm/boot/compressed/
A Dfdt_check_mem_start.c67 const fdt32_t *usable, *reg, *endp; in fdt_check_mem_start() local
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()
132 if (usable) { in fdt_check_mem_start()
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/arm/boot/dts/
A Dberlin2cd-google-chromecast.dts26 * We're using "linux,usable-memory" instead of "reg" here
34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
A Den7523-evb.dts20 linux,usable-memory-range = <0x80200000 0x1fe00000>;
A Darmada-xp-matrix.dts25 * RAM are not usable due to the overlap with the MBus
/linux-6.3-rc2/net/rxrpc/
A Dconn_client.c364 int slot = -1, i, usable; in rxrpc_bundle_has_space() local
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-6.3-rc2/arch/s390/boot/
A Dmem_detect.c186 mem_detect.usable = limit; in mem_detect_set_usable_limit()
189 mem_detect.usable = block->end; in mem_detect_set_usable_limit()
/linux-6.3-rc2/arch/um/include/shared/
A Dmem_user.h52 extern void setup_physmem(unsigned long start, unsigned long usable,
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/Documentation/devicetree/bindings/rtc/
A Ddallas,ds1390.txt9 Values usable for ds1390 are 250, 2000, 4000
A Drtc.yaml39 shifted so the first usable year is the specified one.
/linux-6.3-rc2/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-6.3-rc2/sound/aoa/codecs/
A Dtoonie.c78 .usable = toonie_usable,
/linux-6.3-rc2/sound/aoa/soundbus/
A Dsoundbus.h99 int (*usable)(struct codec_info_item *cii, member
/linux-6.3-rc2/Documentation/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-6.3-rc2/arch/powerpc/kvm/
A DKconfig100 that KVM is not usable under PowerVM (pHyp), is only usable
121 machines where hypervisor mode is not available or not usable,
/linux-6.3-rc2/Documentation/devicetree/bindings/dma/
A Dapple,admac.yaml47 only one of the controller outputs will be connected as an usable interrupt
A Dimg-mdc-dma.txt19 line may be mapped (i.e. bit N set indicates channel N is usable).
/linux-6.3-rc2/Documentation/leds/
A Dledtrig-oneshot.rst11 This trigger is meant to be usable both for sporadic and dense events. In the

Completed in 31 milliseconds

1234567