Home
last modified time | relevance | path

Searched defs:perm (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/rdc/
Dimx_rdc.h22 #define RDC_DOMAIN_PERM(domain, perm) (perm << (domain * 2)) argument
/Zephyr-latest/tests/kernel/threads/thread_error_case/src/
Dmain.c42 uint32_t perm = K_INHERIT_PERMS; in tThread_entry_negative() local
111 uint32_t perm = K_INHERIT_PERMS; in create_negative_test_thread() local
/Zephyr-latest/tests/kernel/common/src/
Derrno.c149 uint32_t perm = K_INHERIT_PERMS; in ZTEST_USER() local
/Zephyr-latest/tests/kernel/mutex/mutex_error_case/src/
Dtest_mutex_error.c99 uint32_t perm = K_INHERIT_PERMS; in create_negative_test_thread() local
/Zephyr-latest/tests/ztest/error_hook/src/
Dmain.c248 uint32_t perm = K_INHERIT_PERMS; in run_trigger_thread() local
/Zephyr-latest/arch/riscv/core/
Dpmp.c155 static bool set_pmp_entry(unsigned int *index_p, uint8_t perm, in set_pmp_entry()
/Zephyr-latest/arch/xtensa/core/
Dmpu.c775 uint32_t perm; in arch_mem_domain_partition_remove() local
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dkobject.c1107 uint32_t perm = K_INHERIT_PERMS; in ZTEST() local
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h293 uint16_t perm: 15; member
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_object.h173 #define OBJ_FIELD_DATA(res_id, perm, type) \ argument