Searched refs:accumulate_handler (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/riscv/kernel/ |
D | module.c | 38 int (*accumulate_handler)(struct module *me, void *location, member 555 .accumulate_handler = apply_8_bit_accumulation }, 557 .accumulate_handler = apply_16_bit_accumulation }, 559 .accumulate_handler = apply_32_bit_accumulation }, 561 .accumulate_handler = apply_64_bit_accumulation }, 563 .accumulate_handler = apply_8_bit_accumulation }, 565 .accumulate_handler = apply_16_bit_accumulation }, 567 .accumulate_handler = apply_32_bit_accumulation }, 569 .accumulate_handler = apply_64_bit_accumulation }, 577 .accumulate_handler = apply_6_bit_accumulation }, [all …]
|