Home
last modified time | relevance | path

Searched defs:lx (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dmemprot_peri_ll.h285 …prot_ll_peri2_rtcslow_0_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr… in memprot_ll_peri2_rtcslow_0_set_prot()
326 static inline void memprot_ll_peri2_rtcslow_0_get_split_sgnf_bits(bool *lw, bool *lr, bool *lx, boo… in memprot_ll_peri2_rtcslow_0_get_split_sgnf_bits()
348 static inline void memprot_ll_peri2_rtcslow_0_set_exec_perm(bool lx, bool hx) in memprot_ll_peri2_rtcslow_0_set_exec_perm()
373 …prot_ll_peri2_rtcslow_1_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr… in memprot_ll_peri2_rtcslow_1_set_prot()
414 static inline void memprot_ll_peri2_rtcslow_1_get_split_sgnf_bits(bool *lw, bool *lr, bool *lx, boo… in memprot_ll_peri2_rtcslow_1_get_split_sgnf_bits()
436 static inline void memprot_ll_peri2_rtcslow_1_set_exec_perm(bool lx, bool hx) in memprot_ll_peri2_rtcslow_1_set_exec_perm()
Dmemprot_ll.h280 …t memprot_ll_iram0_sram_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr… in memprot_ll_iram0_sram_set_prot()
373 static inline void memprot_ll_iram0_sram_get_split_sgnf_bits(bool *lw, bool *lr, bool *lx, bool *hw… in memprot_ll_iram0_sram_get_split_sgnf_bits()
395 static inline void memprot_ll_iram0_sram_set_exec_perm(bool lx, bool hx) in memprot_ll_iram0_sram_set_exec_perm()
427 …emprot_ll_iram0_rtcfast_set_prot(uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr… in memprot_ll_iram0_rtcfast_set_prot()
469 static inline void memprot_ll_iram0_rtcfast_get_split_sgnf_bits(bool *lw, bool *lr, bool *lx, bool … in memprot_ll_iram0_rtcfast_get_split_sgnf_bits()
491 static inline void memprot_ll_iram0_rtcfast_set_exec_perm(bool lx, bool hx) in memprot_ll_iram0_rtcfast_set_exec_perm()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Dmemprot.c644 …t_iram(mem_type_prot_t mem_type, uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr… in esp_memprot_set_prot_iram()
656 …_get_perm_split_bits_iram(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool *hw, bool *… in esp_memprot_get_perm_split_bits_iram()
730 …get_perm_split_bits_peri2(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool *hw, bool *… in esp_memprot_get_perm_split_bits_peri2()
750 …_peri2(mem_type_prot_t mem_type, uint32_t *split_addr, bool lw, bool lr, bool lx, bool hw, bool hr… in esp_memprot_set_prot_peri2()
903 esp_err_t esp_memprot_get_permissions(mem_type_prot_t mem_type, bool *lw, bool *lr, bool *lx, bool … in esp_memprot_get_permissions()
961 esp_err_t esp_memprot_get_perm_exec(mem_type_prot_t mem_type, bool *lx, bool *hx) in esp_memprot_get_perm_exec()
1085 esp_err_t esp_memprot_set_exec_perm(mem_type_prot_t mem_type, bool lx, bool hx) in esp_memprot_set_exec_perm()
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Ddpp.c2051 struct crypto_bignum *lx, *sum, *q; in dpp_auth_derive_l_responder() local
2101 struct crypto_bignum *lx; in dpp_auth_derive_l_initiator() local