Searched refs:START_ADDR (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/alpha/boot/ |
| H A D | bootp.c | 126 : "r" (START_ADDR)); in runkernel() 167 initrd_start = ((START_ADDR + 5*KERNEL_SIZE + PAGE_SIZE) | in start_kernel() 203 load(START_ADDR+(4*KERNEL_SIZE), KERNEL_ORIGIN, KERNEL_SIZE); in start_kernel() 204 load(START_ADDR, START_ADDR+(4*KERNEL_SIZE), KERNEL_SIZE); in start_kernel()
|
| H A D | bootpz.c | 168 : "r" (START_ADDR)); in runkernel() 241 #define K_KERNEL_IMAGE_START START_ADDR 242 #define K_KERNEL_IMAGE_END (START_ADDR + KERNEL_SIZE) 319 srm_printk("START_ADDR 0x%lx\n", START_ADDR); in start_kernel()
|
| H A D | main.c | 147 : "r" (START_ADDR), in runkernel() 171 i = load(dev, START_ADDR, KERNEL_SIZE); in start_kernel()
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | setup.h | 30 #define START_ADDR (PAGE_OFFSET+KERNEL_START_PHYS+0x10000) macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | stacktrace.c | 38 #define IS_KERNEL_TEXT(PC) ((unsigned long)(PC) > START_ADDR)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i810/ |
| H A D | i810_drv.h | 203 #define START_ADDR 0x00FFFFF8 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 10941 'dump [FORMAT] memory FILENAME START_ADDR END_ADDR' 10943 Dump the contents of memory from START_ADDR to END_ADDR, or the 10962 'append [binary] memory FILENAME START_ADDR END_ADDR' 10964 Append the contents of memory from START_ADDR to END_ADDR, or the 11322 'find [/SN] START_ADDR, +LEN, VAL1 [, VAL2, ...]' 11323 'find [/SN] START_ADDR, END_ADDR, VAL1 [, VAL2, ...]' 11325 etc. The search begins at address START_ADDR and continues for
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 10941 'dump [FORMAT] memory FILENAME START_ADDR END_ADDR' 10943 Dump the contents of memory from START_ADDR to END_ADDR, or the 10962 'append [binary] memory FILENAME START_ADDR END_ADDR' 10964 Append the contents of memory from START_ADDR to END_ADDR, or the 11322 'find [/SN] START_ADDR, +LEN, VAL1 [, VAL2, ...]' 11323 'find [/SN] START_ADDR, END_ADDR, VAL1 [, VAL2, ...]' 11325 etc. The search begins at address START_ADDR and continues for
|