Home
last modified time | relevance | path

Searched refs:sizes (Results 1 – 25 of 27) sorted by relevance

12

/arch/parisc/boot/compressed/
A DMakefile11 targets += $(OBJECTS) sizes.h
27 sed-sizes := -e 's/^\([0-9a-fA-F]*\) . \(__bss_start\|_end\|parisc_kernel_start\)$$/\#define SZ\2 0…
30 cmd_sizes = $(NM) $< | sed -n $(sed-sizes) > $@
32 $(obj)/sizes.h: vmlinux FORCE
33 $(call if_changed,sizes)
36 $(obj)/head.o: $(obj)/sizes.h
39 $(obj)/misc.o: $(obj)/sizes.h
44 $(obj)/vmlinux.lds: $(obj)/sizes.h
A D.gitignore2 sizes.h
/arch/sh/kernel/cpu/sh4/
A Dprobe.c20 static unsigned long sizes[16] = { in cpu_probe() local
203 size = sizes[(cvr >> 20) & 0xf]; in cpu_probe()
211 size = sizes[(cvr >> 16) & 0xf]; in cpu_probe()
/arch/x86/boot/
A Dgenimage.sh234 sizes=$(filesizes "$FBZIMAGE" "${FDINITRDS[@]}" "$efishell")
237 megs=$(((sizes + sizes/100 + 2*1024*1024 - 1)/(1024*1024)))
/arch/arm/boot/dts/broadcom/
A Dbcm283x-rpi-usb-otg.dtsi8 * fifo sizes shouldn't exceed 3776 bytes.
/arch/s390/crypto/
A DKconfig50 for all AES key sizes.
53 key sizes and XTS mode is hardware accelerated for 256 and
/arch/x86/events/intel/
A Dpt.h22 static inline unsigned int sizes(unsigned int tsz) in sizes() function
A Dpt.c642 #define TOPA_ENTRY_SIZE(t, i) (sizes(TOPA_ENTRY((t), (i))->size))
801 topa->size += sizes(order); in topa_insert_pages()
826 sizes(tp->table[i].size), in pt_topa_dump()
/arch/mips/boot/dts/brcm/
A Dbcm97435svmb.dts135 brcm,scb-sizes = <0 0x40000000 0 0x40000000>;
A Dbcm97425svmb.dts159 brcm,scb-sizes = <0 0x40000000 0 0x40000000>;
/arch/arm64/boot/dts/freescale/
A Dimx8mm-kontron-sl.dtsi15 * There are multiple SoM flavors with different DDR sizes.
16 * The smallest is 1GB. For larger sizes the bootloader will
A Dimx8mm-kontron-osm-s.dtsi22 * There are multiple SoM flavors with different DDR sizes.
23 * The smallest is 1GB. For larger sizes the bootloader will
A Dimx8mp-kontron-osm-s.dtsi21 * There are multiple SoM flavors with different DDR sizes.
22 * The smallest is 1GB. For larger sizes the bootloader will
A Dfsl-ls1046a.dtsi958 status-sizes = <64>;
959 queue-sizes = <64 64>;
A Dfsl-ls1043a.dtsi1001 status-sizes = <64>;
1002 queue-sizes = <64 64>;
A Dfsl-ls1028a.dtsi833 status-sizes = <64>;
834 queue-sizes = <64 64>;
/arch/arm/
A DKconfig-nommu10 Say Y to manually set the base addresses and sizes.
/arch/arm/nwfpe/
A DChangeLog47 FPA11*. Unfortunately FPA11 and user_fp are of different sizes;
/arch/sh/mm/
A DKconfig26 On MMU-less systems, any of these page sizes can be selected
/arch/m68k/math-emu/
A Dfp_scan.S476 | data sizes corresponding to the operand formats
/arch/arm/boot/dts/nxp/ls/
A Dls1021a.dtsi935 status-sizes = <64>;
936 queue-sizes = <64 64>;
/arch/m68k/fpsp040/
A Dfpsp.h322 | fsave sizes and formats
/arch/sh/lib/
A Dmemcpy-sh4.S197 ! cycle counts for differnet sizes using byte-at-a-time vs. optimised):
/arch/powerpc/
A DKconfig40 # and 4K page sizes.
46 # of address space (2^44). Only 4K page sizes are supported.
/arch/m68k/ifpsp060/src/
A Dpfpsp.S3870 # stacked b,w,l and s sizes are completely stacked. #

Completed in 46 milliseconds

12