Home
last modified time | relevance | path

Searched full:naked (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/arch/arm/core/cortex_m/
D__aeabi_read_tp.S19 * This can only be guaranteed by either implementing a naked C function with
/Zephyr-latest/arch/arm/include/cortex_m/
Dtz_ns.h74 * int __attribute__((naked)) foo_wrapped(char *arg)
90 * @note __attribute__((naked)) is not mandatory, but without it, GCC gives a
126 ret __attribute__((naked)) name(__VA_ARGS__) \
/Zephyr-latest/tests/arch/arm/arm_tz_wrap_func/src/
Dmain.c64 uint32_t __attribute__((naked)) wrap_foo1(uint32_t arg1, uint32_t arg2, uint32_t arg3, in wrap_foo1()
/Zephyr-latest/soc/nordic/nrf54h/
Dpm_s2ram.c180 void __attribute__((naked)) pm_s2ram_mark_set(void) in pm_s2ram_mark_set()
186 bool __attribute__((naked)) pm_s2ram_mark_check_and_clear(void) in pm_s2ram_mark_check_and_clear()
/Zephyr-latest/arch/common/
Disr_tables.c75 void __irq_vector_table __attribute__((naked)) _irq_vector_table(void) { in _irq_vector_table()
/Zephyr-latest/drivers/i2c/
Di2c_xilinx_axi.c196 /* Controller has NAKed the last byte read, so no more to send. in i2c_xilinx_axi_target_isr()
385 /* Set TXAK so the last byte is NAKed */ in i2c_xilinx_axi_read_nondyn()
/Zephyr-latest/include/zephyr/
Dsw_isr_table.h239 static void __attribute__((section(sect))) __attribute__((naked)) \
/Zephyr-latest/scripts/build/
Dgen_isr_tables_parser_carrays.py185 fp.write("void __irq_vector_table __attribute__((naked)) _irq_vector_table(void) {\n")
/Zephyr-latest/drivers/usb/uhc/
Duhc_max3421e.c316 /* Just restart if device NAKed packet */ in max3421e_xfer_control()
364 /* Just restart if device NAKed packet */ in max3421e_xfer_bulk()
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst647 Or to actually naked function that implements a jump to the interrupt handler:
/Zephyr-latest/scripts/
Dcheckpatch.pl4787 # check for whitespace before a non-naked semicolon
6323 # check for naked sscanf