Searched refs:_start (Results 1 - 17 of 17) sorted by relevance
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/ |
H A D | cmd_entry_32.S | 10 .type _start, %function 11 .globl _start 12 _start: label 21 .word _start
|
H A D | cmd_entry_64.S | 10 .type _start, %function 11 .globl _start 12 _start: label
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
H A D | los_build.h | 36 #define LOS_CB_START(module) __##module##_start 38 #define LOS_BLOCK_START(module) __block_##module##_start
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/link/ |
H A D | system_config.ld.S | 3 #define LOS_CB_START(module) __##module##_start 5 #define LOS_BLOCK_START(module) __block_##module##_start
|
H A D | link.ld.S | 2 ENTRY(_start)
|
/device/qemu/SmartL_E802/liteos_m/board/ |
H A D | startup.S | 25 .long _start 27 _start: label
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_blockack.h | 76 #define hmac_baw_within(_start, _bawsz, _seqno) ((((_seqno) - (_start)) & 4095) < (_bawsz))
|
/device/qemu/riscv32_virt/liteos_m/board/ |
H A D | los_start.S | 39 .global _start 42 _start: label
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A D | start.S | 15 .globl _start 16 _start: label 119 adrl r1, _start
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A D | start.S | 15 .globl _start 16 _start: label 119 adrl r1, _start
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/ |
H A D | riscv_init_flashboot.S | 37 .global _start 39 _start: label
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/ |
H A D | linker.lds.mk | 26 ENTRY(_start)
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/ |
H A D | linker.lds.mk | 26 ENTRY(_start)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/ |
H A D | riscv_init_loaderboot.S | 38 .global _start 40 _start: label
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | rockchip_pvtm.c | 30 #define PVTM(_id, _name, _num_rings, _start, _en, _cal, _done, _freq) \
32 .id = (_id), .name = (_name), .num_rings = (_num_rings), .bit_start = (_start), .bit_en = (_en), \
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | rockchip_pvtm.c | 28 #define PVTM(_id, _name, _num_rings, _start, _en, _cal, _done, _freq) \ 33 .bit_start = _start, \
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | wlioctl.h | 14268 #define WL_PROXD_SID_EXT_BLK_END(_start) ((_start) + WL_PROXD_SID_EXT_BLKSZ - 1)
|
Completed in 77 milliseconds