Home
last modified time | relevance | path

Searched refs:_START (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/arm/mach-s3c/
H A Dgpio-samsung-s3c64xx.h43 ((__gpio##_START) + (__gpio##_NR) + CONFIG_S3C_GPIO_SPACE + 1)
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dstart.S12 #define _START _start macro
33 INITPC: .long _START /* Initial PC */
/openbmc/u-boot/arch/m68k/cpu/mcf530x/
H A Dstart.S12 #define _START _start macro
46 .long _START
/openbmc/u-boot/arch/m68k/cpu/mcf523x/
H A Dstart.S12 #define _START _start macro
33 INITPC: .long _START /* Initial PC */
/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dstart.S15 #define _START _start macro
38 INITPC: .long _START /* Initial PC */
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dstart.S12 #define _START _start macro
42 .long _START
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dgpio.h106 ((__gpio##_START) + (__gpio##_NR) + 0)
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/
H A Dstart.S12 #define _START _start macro
44 INITPC: .long _START /* Initial PC */
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dstart.S17 #define _START _start macro
58 INITPC: .long _START /* Initial PC */
/openbmc/linux/Documentation/core-api/
H A Dasm-annotations.rst107 denoting a range of code via ``SYM_*_START/END`` annotations.
162 ``SYM_{CODE,FUNC}_START`` and ``SYM_{CODE,FUNC}_END``. They are very similar
/openbmc/linux/scripts/
H A Dcheckpatch.pl3881 …"Avoid using '.L' prefixed local symbol names for denoting a range of code via 'SYM_*_START/END' a…