Home
last modified time | relevance | path

Searched full:permissions (Results 1 – 25 of 187) sorted by relevance

12345678

/Zephyr-latest/subsys/bluetooth/services/
DKconfig.hrs12 prompt "Default permissions used for HRS characteristics"
15 Default permissions for HRS characteristic attributes
/Zephyr-latest/arch/arm/include/cortex_m/
Dcmse.h33 * The TT instructions are used to check the access permissions that different
59 * permissions of the current state MPU and the specified operation mode.
78 * to the permissions of the current state MPU and the specified operation
98 * and size, can be read according to the permissions of the current state MPU
120 * and size, can be read/written according to the permissions of the current
149 * permissions of the current state MPU.
167 * permissions of the current state MPU (unprivileged read).
185 * according to the permissions of the current state MPU.
203 * to the permissions of the current state MPU (unprivileged read/write).
289 * state according to the permissions of the Non-Secure state MPU and the
[all …]
/Zephyr-latest/doc/kernel/usermode/
Dkernelobjects.rst27 has sufficient permissions to work with it.
87 permissions on it) the object will be automatically freed. User threads
89 :c:func:`k_object_release`, and their permissions are automatically
94 Because permissions are also used for reference counting, it is important for
95 supervisor threads to acquire permissions on objects they are using even though
122 * A bitfield indicating permissions on that object. All threads have a
140 Supervisor threads can access any kernel object. However, permissions for
144 thread will then run in user mode with any permissions it had been granted
149 same permissions as the parent thread, except the parent thread object.
154 By default, when a user thread is created, it will only have access permissions
[all …]
/Zephyr-latest/subsys/bluetooth/services/ias/
DKconfig.ias13 prompt "Default permissions used for IAS characteristics"
16 Default write permissions for IAS characteristic attributes
/Zephyr-latest/dts/bindings/mtd/
Dnordic,owned-partitions.yaml14 different set of permissions. For each such table, the smallest memory region
56 - 0x0E0C0000--0x0E100000, with read & execute permissions, containing the
58 - 0x0E100000--0x0E156000, with read & write permissions, containing the
/Zephyr-latest/include/zephyr/sys/
Dkobject.h58 * state. The permissions will be granted when the threads are initialized
86 * supervisor mode, or the caller is from user mode AND has permissions
99 * supervisor mode, or the caller is from user mode AND has permissions
111 * Their permissions are automatically cleared when a thread terminates.
122 * have sufficient permissions on the object, then that object will have
123 * permissions granted to it for *all* current and future threads running in
130 * It is not possible to revoke permissions on public objects; once public,
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dgatt_macs.h31 * @param _perm Attribute access permissions.
55 * @param _perm Characteristic attribute access permissions.
127 * @param _perm Descriptor attribute access permissions.
142 * @param _perm CCC access permissions.
207 * @param _perm Descriptor attribute access permissions.
/Zephyr-latest/include/zephyr/arch/arm64/
Darm_mmu.h41 * attrs[3] : Access Permissions
43 * attrs[5] : Execute Permissions privileged mode (PXN)
44 * attrs[6] : Execute Permissions unprivileged mode (UXN)
45 * attrs[7] : Mirror RO/RW permissions to EL0
195 * (access permissions and cache-ability).
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dinherit.c51 /* generic function to do check the access permissions. */
67 /* check that child thread inherited permissions */ in test_thread_1_for_user()
91 * - To the parent current thread grant permissions on kernel objects.
92 * - Create a child thread and check that it inherited permissions on that
/Zephyr-latest/.github/workflows/
Dscorecards.yml18 permissions: read-all
24 permissions:
/Zephyr-latest/drivers/gpio/
DKconfig.intel14 bool "Check permissions before manipulating GPIO"
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Darm_mpu_v8.h218 /* Note that the access permissions allow for un-privileged writes, contrary
219 * to ARMv7-M where un-privileged code has Read-Only permissions.
278 /* Note that the access permissions allow for un-privileged writes, contrary
279 * to ARMv7-M where un-privileged code has Read-Only permissions.
325 * (access permissions and cache-ability).
354 * Evaluate whether the access permissions include write-ability.
376 * Evaluate whether the access permissions include execution.
/Zephyr-latest/cmake/compiler/gcc/
Dgeneric.cmake24 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dgesture_predictor.hpp13 * See the License for the specific language governing permissions and
Dassert.cpp13 * See the License for the specific language governing permissions and
Doutput_handler.hpp13 * See the License for the specific language governing permissions and
Daccelerometer_handler.hpp13 * See the License for the specific language governing permissions and
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/
Dassert.cpp13 * See the License for the specific language governing permissions and
Dconstants.c13 * See the License for the specific language governing permissions and
Doutput_handler.cpp13 * See the License for the specific language governing permissions and
Doutput_handler.hpp13 * See the License for the specific language governing permissions and
/Zephyr-latest/dts/bindings/reserved-memory/
Dnordic,owned-memory.yaml29 Each of the different owners may have a different set of permissions granted,
53 - Permissions are encoded as a 32-bit bitfield, using the flags found in
/Zephyr-latest/cmake/compiler/xcc/
Dgeneric.cmake25 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
/Zephyr-latest/cmake/compiler/armclang/
Dgeneric.cmake36 "Are permissions set correctly? '${CMAKE_C_COMPILER} --version' "
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/boards/
Dlitex_vexriscv.conf12 # See the License for the specific language governing permissions and

12345678