Home
last modified time | relevance | path

Searched defs:loc (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-latest/subsys/fs/fcb/
Dfcb_getnext.c14 fcb_getnext_in_sector(struct fcb *fcb, struct fcb_entry *loc) in fcb_getnext_in_sector()
44 fcb_getnext_nolock(struct fcb *fcb, struct fcb_entry *loc) in fcb_getnext_nolock()
109 fcb_getnext(struct fcb *fcb, struct fcb_entry *loc) in fcb_getnext()
Dfcb_elem_info.c20 fcb_elem_crc8(struct fcb *_fcb, struct fcb_entry *loc, uint8_t *c8p) in fcb_elem_crc8()
74 fcb_elem_endmarker_fixed(struct fcb *_fcb, struct fcb_entry *loc, uint8_t *em) in fcb_elem_endmarker_fixed()
106 fcb_elem_endmarker(struct fcb *_fcb, struct fcb_entry *loc, uint8_t *em) in fcb_elem_endmarker()
120 int fcb_elem_info(struct fcb *_fcb, struct fcb_entry *loc) in fcb_elem_info()
Dfcb_append.c121 fcb_append_finish(struct fcb *fcb, struct fcb_entry *loc) in fcb_append_finish()
Dfcb.c308 struct fcb_entry loc; in fcb_offset_last_n() local
/Zephyr-latest/arch/arm/core/
Delf.c101 static inline int prel31_decode(elf_word reloc_type, uint32_t loc, in prel31_decode()
119 static inline void prel31_reloc(uint32_t loc, int32_t *offset) in prel31_reloc()
125 static int prel31_handler(elf_word reloc_type, uint32_t loc, in prel31_handler()
139 static inline int jumps_decode(elf_word reloc_type, uint32_t loc, in jumps_decode()
159 static inline void jumps_reloc(uint32_t loc, int32_t *offset) in jumps_reloc()
168 static int jumps_handler(elf_word reloc_type, uint32_t loc, in jumps_handler()
182 static void movs_handler(elf_word reloc_type, uint32_t loc, in movs_handler()
206 static inline int thm_jumps_decode(elf_word reloc_type, uint32_t loc, in thm_jumps_decode()
239 static inline void thm_jumps_reloc(uint32_t loc, int32_t *offset, in thm_jumps_reloc()
257 static int thm_jumps_handler(elf_word reloc_type, uint32_t loc, in thm_jumps_handler()
[all …]
/Zephyr-latest/tests/subsys/settings/functional/fcb/
Dsettings_test_fcb.c14 struct fcb_entry loc; in ZTEST() local
/Zephyr-latest/tests/subsys/fs/fcb/src/
Dfcb_test_reset.c15 struct fcb_entry loc; in ZTEST() local
Dfcb_test_last_of_n.c15 struct fcb_entry loc; in ZTEST() local
Dfcb_test_crc_disabled_after_enabled.c12 struct fcb_entry loc; in fcb_pretest_crc_disabled_after_enabled() local
Dfcb_test_multiple_scratch.c14 struct fcb_entry loc; in ZTEST() local
Dfcb_test_rotate.c15 struct fcb_entry loc; in ZTEST() local
Dfcb_test_append_fill.c15 struct fcb_entry loc; in ZTEST() local
Dfcb_test_append.c13 struct fcb_entry loc; in test_fcb_append() local
/Zephyr-latest/arch/arm64/core/
Delf.c100 static uint64_t reloc(enum aarch64_reloc_type reloc_type, uintptr_t loc, uintptr_t sym_base_addr, in reloc()
128 static int data_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in data_reloc_handler()
192 static int movw_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in movw_reloc_handler()
296 static int imm_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in imm_reloc_handler()
433 int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, uintptr_t sym_base_addr, const char *sym_name, in arch_elf_relocate()
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_gecko.c15 uint8_t loc; in pinctrl_configure_pins() local
/Zephyr-latest/arch/arc/core/
Delf.c34 int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, uintptr_t sym_base_addr, const char *sym_name, in arch_elf_relocate()
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dgecko-pinctrl.h94 #define GECKO_LOC(fun, loc) \ argument
Dgecko-pinctrl-s1.h114 #define GECKO_LOC(fun, loc) \ argument
/Zephyr-latest/arch/riscv/core/
Delf.c82 intptr_t loc = (intptr_t)loc_unsigned; in arch_elf_relocate() local
/Zephyr-latest/arch/xtensa/core/
Delf.c37 uint8_t *loc, int type, uint32_t stb) in xtensa_elf_relocate()
/Zephyr-latest/include/zephyr/fs/
Dfcb.h77 struct fcb_entry loc; /**< FCB entry info */ member
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_vocs.h19 uint32_t loc; member
/Zephyr-latest/subsys/llext/
Dllext_link.c29 __weak int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, in arch_elf_relocate()
/Zephyr-latest/subsys/settings/src/
Dsettings_fcb.c328 struct fcb_entry_ctx loc; in settings_fcb_save_priv() local
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c1373 #define GET_ICMSG_SIZE_INST(i, loc, rem) \ argument
1385 #define GET_BLOCKS_ADDR_INST(i, loc, rem) \ argument
1398 #define GET_BLOCK_SIZE_INST(i, loc, rem) \ argument

12