/Zephyr-Core-2.7.6/drivers/interrupt_controller/ |
D | Kconfig.multilevel.aggregator_template | 3 config $(cur-level)_LVL_INTR_0$(aggregator)_OFFSET 4 int "Level $(prev-level-num) IRQ line for $(cur-level) level aggregator $(aggregator)" 6 depends on $(cur-level)_LEVEL_INTERRUPTS 8 This is the level $(prev-level-num) interrupt number for level 9 $(cur-level-num) interrupt aggregator $(aggregator).
|
D | Kconfig.multilevel | 8 bool "Multi-level interrupt support" 13 levels are used, a second level interrupt aggregator would combine 14 all interrupts routed to it into one IRQ line in the first level 15 interrupt controller. If three levels are used, a third level 17 second level. The number of interrupt levels is usually determined 30 bool "Second-level interrupt support" 33 Second level interrupts are used to increase the number of 37 int "Offset in _sw_isr_table for level 2 interrupts" 42 where storage for 2nd level interrupt ISRs begins. This is 43 typically allocated after ISRs for level 1 interrupts. [all …]
|
/Zephyr-Core-2.7.6/subsys/logging/ |
D | log_mgmt.c | 28 uint8_t level = log_compiled_level_get(i); in z_log_runtime_filters_init() local 32 level); in z_log_runtime_filters_init() 65 uint32_t level) in z_impl_log_filter_set() argument 83 source_id, level); in z_impl_log_filter_set() 87 level = max; in z_impl_log_filter_set() 92 level = MIN(level, max); in z_impl_log_filter_set() 96 level); in z_impl_log_filter_set() 109 return level; in z_impl_log_filter_set() 116 uint32_t level) in z_vrfy_log_filter_set() argument 125 (level <= LOG_LEVEL_DBG), in z_vrfy_log_filter_set() [all …]
|
D | Kconfig.filtering | 11 level for instance. 14 int "Default log level" 18 Sets log level for modules which don't specify it explicitly. When 29 int "Override lowest log level" 33 Forces a minimum log level for all modules. Modules use their 34 specified level if it is greater than this option, otherwise they use 35 the level specified by this option instead of their default or 46 int "Maximal log level compiled in the system" 50 Forces a maximal log level for all modules. Modules saturates their 51 specified level if it is greater than this option, otherwise they use [all …]
|
D | log_output.c | 69 static int level_to_rfc5424_severity(uint32_t level) in level_to_rfc5424_severity() argument 73 switch (level) { in level_to_rfc5424_severity() 232 bool color, bool start, uint32_t level) in color_print() argument 235 const char *log_color = start && (colors[level] != NULL) ? in color_print() 236 colors[level] : LOG_COLOR_CODE_DEFAULT; in color_print() 242 bool color, uint32_t level) in color_prefix() argument 244 color_print(output, color, true, level); in color_prefix() 248 bool color, uint32_t level) in color_postfix() argument 250 color_print(output, color, false, level); in color_postfix() 256 uint32_t level) in ids_print() argument [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/nxp_adsp/imx8/include/ |
D | _soc_inthandlers.h | 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! 41 #error core-isa.h interrupt level does not match dispatcher! 44 #error core-isa.h interrupt level does not match dispatcher! 47 #error core-isa.h interrupt level does not match dispatcher! 50 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/esp32s2/include/ |
D | _soc_inthandlers.h | 24 #error core-isa.h interrupt level does not match dispatcher! 27 #error core-isa.h interrupt level does not match dispatcher! 30 #error core-isa.h interrupt level does not match dispatcher! 33 #error core-isa.h interrupt level does not match dispatcher! 36 #error core-isa.h interrupt level does not match dispatcher! 39 #error core-isa.h interrupt level does not match dispatcher! 42 #error core-isa.h interrupt level does not match dispatcher! 45 #error core-isa.h interrupt level does not match dispatcher! 48 #error core-isa.h interrupt level does not match dispatcher! 51 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/esp32/include/ |
D | _soc_inthandlers.h | 18 #error core-isa.h interrupt level does not match dispatcher! 21 #error core-isa.h interrupt level does not match dispatcher! 24 #error core-isa.h interrupt level does not match dispatcher! 27 #error core-isa.h interrupt level does not match dispatcher! 30 #error core-isa.h interrupt level does not match dispatcher! 33 #error core-isa.h interrupt level does not match dispatcher! 36 #error core-isa.h interrupt level does not match dispatcher! 39 #error core-isa.h interrupt level does not match dispatcher! 42 #error core-isa.h interrupt level does not match dispatcher! 45 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-Core-2.7.6/soc/riscv/riscv-privilege/common/ |
D | soc_common_irq.c | 19 unsigned int level = irq_get_level(irq); in arch_irq_enable() local 21 if (level == 2) { in arch_irq_enable() 42 unsigned int level = irq_get_level(irq); in arch_irq_disable() local 44 if (level == 2) { in arch_irq_disable() 63 unsigned int level = irq_get_level(irq); in arch_irq_priority_set() local 65 if (level == 2) { in arch_irq_priority_set() 79 unsigned int level = irq_get_level(irq); in arch_irq_is_enabled() local 81 if (level == 2) { in arch_irq_is_enabled()
|
/Zephyr-Core-2.7.6/tests/subsys/logging/log_msg2/src/ |
D | main.c | 87 uint8_t domain, uint8_t level, log_timestamp_t t, in basic_validate() argument 98 zassert_equal(log_msg2_get_level(msg), level, NULL); in basic_validate() 135 uint8_t domain, uint8_t level, in validate_base_message_set() argument 175 basic_validate(&msg0->log, source, domain, level, in validate_base_message_set() 177 basic_validate(&msg2->log, source, domain, level, in validate_base_message_set() 186 static const uint8_t level = 2; in test_log_msg2_0_args_msg() local 193 Z_LOG_MSG2_CREATE2(1, mode, 0, domain, source, level, in test_log_msg2_0_args_msg() 197 Z_LOG_MSG2_CREATE2(0, mode, 0, domain, source, level, in test_log_msg2_0_args_msg() 202 level, NULL, 0, TEST_MSG); in test_log_msg2_0_args_msg() 204 validate_base_message_set(source, domain, level, in test_log_msg2_0_args_msg() [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/sample_controller/include/ |
D | _soc_inthandlers.h | 17 #error core-isa.h interrupt level does not match dispatcher! 20 #error core-isa.h interrupt level does not match dispatcher! 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! 41 #error core-isa.h interrupt level does not match dispatcher! 44 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-Core-2.7.6/arch/x86/core/ |
D | x86_mmu.c | 286 static inline int get_index(void *virt, int level) in get_index() argument 288 return (((uintptr_t)virt >> paging_levels[level].shift) % in get_index() 289 paging_levels[level].entries); in get_index() 293 static inline pentry_t *get_entry_ptr(pentry_t *ptables, void *virt, int level) in get_entry_ptr() argument 295 return &ptables[get_index(virt, level)]; in get_entry_ptr() 299 static inline pentry_t get_entry(pentry_t *ptables, void *virt, int level) in get_entry() argument 301 return ptables[get_index(virt, level)]; in get_entry() 306 static inline uintptr_t get_entry_phys(pentry_t entry, int level) in get_entry_phys() argument 308 return entry & paging_levels[level].mask; in get_entry_phys() 313 static inline pentry_t *next_table(pentry_t entry, int level) in next_table() argument [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_s1000/include/ |
D | _soc_inthandlers.h | 17 #error core-isa.h interrupt level does not match dispatcher! 20 #error core-isa.h interrupt level does not match dispatcher! 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! 41 #error core-isa.h interrupt level does not match dispatcher! 44 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/cavs_v15/include/ |
D | _soc_inthandlers.h | 18 #error core-isa.h interrupt level does not match dispatcher! 21 #error core-isa.h interrupt level does not match dispatcher! 24 #error core-isa.h interrupt level does not match dispatcher! 27 #error core-isa.h interrupt level does not match dispatcher! 30 #error core-isa.h interrupt level does not match dispatcher! 33 #error core-isa.h interrupt level does not match dispatcher! 36 #error core-isa.h interrupt level does not match dispatcher! 39 #error core-isa.h interrupt level does not match dispatcher! 42 #error core-isa.h interrupt level does not match dispatcher! 45 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/cavs_v20/include/ |
D | _soc_inthandlers.h | 22 #error core-isa.h interrupt level does not match dispatcher! 25 #error core-isa.h interrupt level does not match dispatcher! 28 #error core-isa.h interrupt level does not match dispatcher! 31 #error core-isa.h interrupt level does not match dispatcher! 34 #error core-isa.h interrupt level does not match dispatcher! 37 #error core-isa.h interrupt level does not match dispatcher! 40 #error core-isa.h interrupt level does not match dispatcher! 43 #error core-isa.h interrupt level does not match dispatcher! 46 #error core-isa.h interrupt level does not match dispatcher! 49 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/cavs_v18/include/ |
D | _soc_inthandlers.h | 22 #error core-isa.h interrupt level does not match dispatcher! 25 #error core-isa.h interrupt level does not match dispatcher! 28 #error core-isa.h interrupt level does not match dispatcher! 31 #error core-isa.h interrupt level does not match dispatcher! 34 #error core-isa.h interrupt level does not match dispatcher! 37 #error core-isa.h interrupt level does not match dispatcher! 40 #error core-isa.h interrupt level does not match dispatcher! 43 #error core-isa.h interrupt level does not match dispatcher! 46 #error core-isa.h interrupt level does not match dispatcher! 49 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/cavs_v25/include/ |
D | _soc_inthandlers.h | 22 #error core-isa.h interrupt level does not match dispatcher! 25 #error core-isa.h interrupt level does not match dispatcher! 28 #error core-isa.h interrupt level does not match dispatcher! 31 #error core-isa.h interrupt level does not match dispatcher! 34 #error core-isa.h interrupt level does not match dispatcher! 37 #error core-isa.h interrupt level does not match dispatcher! 40 #error core-isa.h interrupt level does not match dispatcher! 43 #error core-isa.h interrupt level does not match dispatcher! 46 #error core-isa.h interrupt level does not match dispatcher! 49 #error core-isa.h interrupt level does not match dispatcher! [all …]
|
/Zephyr-Core-2.7.6/tests/drivers/led/led_api/src/ |
D | test_led_api.c | 207 uint16_t level; in test_led_set_color() local 211 for (level = 0; level <= COLOR_FULL; level++) { in test_led_set_color() 212 colors[col] = level; in test_led_set_color() 218 led, level); in test_led_set_color() 233 uint16_t level; in test_led_set_brightness() local 235 for (level = 0; level <= BRIGHTNESS_MAX; level++) { in test_led_set_brightness() 236 ret = led_set_brightness(led_ctrl, led, level); in test_led_set_brightness() 239 led, level); in test_led_set_brightness() 241 for (level = BRIGHTNESS_MAX + 1; level <= 255; level++) { in test_led_set_brightness() 242 ret = led_set_brightness(led_ctrl, led, level); in test_led_set_brightness() [all …]
|
/Zephyr-Core-2.7.6/arch/arm64/core/ |
D | mmu.c | 89 static inline bool is_table_desc(uint64_t desc, unsigned int level) in is_table_desc() argument 91 return level != XLAT_LAST_LEVEL && in is_table_desc() 108 unsigned int level) in is_desc_superset() argument 110 uint64_t mask = DESC_ATTRS_MASK | GENMASK(47, LEVEL_TO_VA_SIZE_SHIFT(level)); in is_desc_superset() 116 static void debug_show_pte(uint64_t *pte, unsigned int level) in debug_show_pte() argument 118 MMU_DEBUG("%.*s", level * 2U, ". . . "); in debug_show_pte() 126 if (is_table_desc(*pte, level)) { in debug_show_pte() 151 static inline void debug_show_pte(uint64_t *pte, unsigned int level) { } in debug_show_pte() argument 154 static void set_pte_table_desc(uint64_t *pte, uint64_t *table, unsigned int level) in set_pte_table_desc() argument 158 debug_show_pte(pte, level); in set_pte_table_desc() [all …]
|
/Zephyr-Core-2.7.6/include/arch/posix/ |
D | native_tasks.ld | 7 #define NATIVE_INIT_LEVEL(level) \ argument 8 __native_##level##_tasks_start = .; \ 9 KEEP(*(SORT(.native_##level[0-9]_task))); \ 10 KEEP(*(SORT(.native_##level[1-9][0-9]_task))); \ 11 KEEP(*(SORT(.native_##level[1-9][0-9][0-9]_task))); \
|
/Zephyr-Core-2.7.6/subsys/net/l2/ieee802154/ |
D | ieee802154_security.c | 20 uint8_t level, uint8_t key_mode, in ieee802154_security_setup_session() argument 26 if (level > IEEE802154_SECURITY_LEVEL_ENC_MIC_128 || in ieee802154_security_setup_session() 32 if (level > IEEE802154_SECURITY_LEVEL_NONE && in ieee802154_security_setup_session() 38 if (level >= IEEE802154_SECURITY_LEVEL_ENC) { in ieee802154_security_setup_session() 39 tag_size = level_2_tag_size[level - 4]; in ieee802154_security_setup_session() 41 tag_size = level_2_tag_size[level]; in ieee802154_security_setup_session() 44 sec_ctx->level = level; in ieee802154_security_setup_session() 46 if (level > IEEE802154_SECURITY_LEVEL_NONE) { in ieee802154_security_setup_session() 97 if (!sec_ctx || sec_ctx->level == IEEE802154_SECURITY_LEVEL_NONE) { in ieee802154_decrypt_auth() 107 nonce[12] = sec_ctx->level; in ieee802154_decrypt_auth() [all …]
|
/Zephyr-Core-2.7.6/tests/subsys/logging/log_core_additional/src/ |
D | log_test_user.c | 27 .level = LOG_LEVEL_INF, in test_log_from_user() 34 log_from_user(src_level, "log from user, level %d\n", src_level.level); in test_log_from_user() 47 .level = LOG_LEVEL_INF, in test_log_hexdump_from_user() 60 .level = LOG_LEVEL_INF, in call_log_generic() 92 .level = LOG_LEVEL_ERR, in test_log_panic() 98 log_from_user(src_level, "log from user, level %d\n", src_level.level); in test_log_panic()
|
/Zephyr-Core-2.7.6/samples/drivers/led_lp503x/src/ |
D | main.c | 54 uint16_t level; in run_led_test() local 84 for (level = 0; level <= MAX_BRIGHTNESS; level++) { in run_led_test() 85 err = led_set_brightness(lp503x_dev, led, level); in run_led_test() 88 ", err=%d\n", led, level, err); in run_led_test() 122 uint16_t level; in run_channel_test() local 175 for (level = 0; level <= MAX_BRIGHTNESS; level++) { in run_channel_test() 177 buffer[led] = level; in run_channel_test()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/services/ |
D | bas.c | 72 int bt_bas_set_battery_level(uint8_t level) in bt_bas_set_battery_level() argument 76 if (level > 100U) { in bt_bas_set_battery_level() 80 battery_level = level; in bt_bas_set_battery_level() 82 rc = bt_gatt_notify(NULL, &bas.attrs[1], &level, sizeof(level)); in bt_bas_set_battery_level()
|
/Zephyr-Core-2.7.6/samples/subsys/logging/logger/src/ |
D | ext_log_system_adapter.c | 25 static void log_handler(enum ext_log_level level, const char *fmt, ...) in log_handler() argument 32 log2_generic(log_level_lut[level], fmt, ap); in log_handler() 35 .level = log_level_lut[level], in log_handler()
|