Searched full:naked (Results 1 – 11 of 11) sorted by relevance
19 * This can only be guaranteed by either implementing a naked C function with
74 * int __attribute__((naked)) foo_wrapped(char *arg)90 * @note __attribute__((naked)) is not mandatory, but without it, GCC gives a126 ret __attribute__((naked)) name(__VA_ARGS__) \
64 uint32_t __attribute__((naked)) wrap_foo1(uint32_t arg1, uint32_t arg2, uint32_t arg3, in wrap_foo1()
180 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()
75 void __irq_vector_table __attribute__((naked)) _irq_vector_table(void) { in _irq_vector_table()
196 /* 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()
239 static void __attribute__((section(sect))) __attribute__((naked)) \
185 fp.write("void __irq_vector_table __attribute__((naked)) _irq_vector_table(void) {\n")
316 /* Just restart if device NAKed packet */ in max3421e_xfer_control()364 /* Just restart if device NAKed packet */ in max3421e_xfer_bulk()
647 Or to actually naked function that implements a jump to the interrupt handler:
4787 # check for whitespace before a non-naked semicolon6323 # check for naked sscanf