Searched defs:world (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/ |
D | esp_memprot_conv.c | 25 esp_mprot_pms_world_t esp_mprot_ll_world_to_hl_world(const memprot_hal_world_t world) in esp_mprot_ll_world_to_hl_world()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 346 …mprot_hal_err_t memprot_ll_set_rtcfast_split_line(const void *line_addr, memprot_hal_world_t world) in memprot_ll_set_rtcfast_split_line() 377 static inline memprot_hal_err_t memprot_ll_get_rtcfast_split_line(memprot_hal_world_t world, void *… in memprot_ll_get_rtcfast_split_line() 421 …l_err_t memprot_ll_rtcfast_set_pms_area(bool r, bool w, bool x, memprot_hal_world_t world, memprot… in memprot_ll_rtcfast_set_pms_area() 472 …rr_t memprot_ll_rtcfast_get_pms_area(bool *r, bool *w, bool *x, memprot_hal_world_t world, memprot… in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | memprot_ll.h | 732 …t_ll_set_rtcfast_split_line(const int core, const void *line_addr, const memprot_hal_world_t world) in memprot_ll_set_rtcfast_split_line() 778 …_hal_err_t memprot_ll_get_rtcfast_split_line(const int core, const memprot_hal_world_t world, void… in memprot_ll_get_rtcfast_split_line() 827 …ea(const int core, const bool r, const bool w, const bool x, const memprot_hal_world_t world, cons… in memprot_ll_rtcfast_set_pms_area() 891 …fast_get_pms_area(const int core, bool *r, bool *w, bool *x, const memprot_hal_world_t world, cons… in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-latest/components/esp_system/port/arch/riscv/ |
D | panic_arch.c | 190 esp_mprot_pms_world_t world; in print_memprot_err_details() local
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | esp_memprot.c | 526 esp_err_t esp_mprot_get_violate_world(const esp_mprot_mem_t mem_type, esp_mprot_pms_world_t *world,… in esp_mprot_get_violate_world()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | esp_memprot.c | 773 esp_err_t esp_mprot_get_violate_world(const esp_mprot_mem_t mem_type, esp_mprot_pms_world_t *world,… in esp_mprot_get_violate_world()
|