Home
last modified time | relevance | path

Searched defs:_val (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/common/aarch32/
Dasm_macros.S86 .macro mov_imm _reg, _val
132 .macro orr64_imm _reg_l, _reg_h, _val
150 .macro bic64_imm _reg_l, _reg_h, _val
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/aarch64/
Djuno_helpers.S245 .macro emit_movw _reg_d, _val
255 .macro emit_movt _reg_d, _val
/device/google/contexthub/firmware/os/inc/
Dsyscall.h45 #define SYSCALL_CUT_SCALE_SHIFT(_val, _cut, _shift) ((((uint32_t)(_val)) & ((1UL << (_cut)) - 1))… argument
/device/linaro/bootloader/arm-trusted-firmware/include/common/aarch64/
Dasm_macros.S153 .macro mov_imm _reg, _val
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c42 #define IS_IN_RANGE_E(_val, _rstart, _rend) (((_val) >= (_rstart)) && ((_val) < (_rend))) argument
43 #define IS_IN_RANGE(_val, _rstart, _rsz) IS_IN_RANGE_E((_val), (_rstart), ((_rstart) + (_rsz))) argument
44 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE) argument
45 #define IS_IN_FLASH(_val) IS_IN_RANGE(_val, FLASH_BASE, FLASH_SIZE) argument
Dpostprocess_elf.c44 #define IS_IN_RANGE_E(_val, _rstart, _rend) (((_val) >= (_rstart)) && ((_val) < (_rend))) argument
45 #define IS_IN_RANGE(_val, _rstart, _rsz) IS_IN_RANGE_E((_val), (_rstart), ((_rstart) + (_rsz))) argument
46 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE) argument
47 #define IS_IN_FLASH(_val) IS_IN_RANGE(_val, FLASH_BASE, FLASH_SIZE) argument