Home
last modified time | relevance | path

Searched full:permission (Results 1 – 25 of 191) sorted by relevance

12345678

/Zephyr-latest/dts/bindings/misc/
Dnxp,rdc-policy.yaml8 Set the RDC permission for specified peripheral: Resource Domain Controller (RDC)
9 supports flexible configuration on IP’s access permission, each individual IP can,
12 peripheral's access permission.
13 For example to allow both A53 and M7 Core to have read/write permission to current
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D006_nomination.md16 with the lowest [GitHub Permission Level] of Read. For example, Contributors
17 with Read permission do not have the permission to add reviewers to a pull
21 Triage permission level, which allows the user to add reviewers to a pull
42 [GitHub Permission Level]: <https://docs.github.com/en/organizations/managing-access-to-your-organi…
/Zephyr-latest/include/zephyr/posix/sys/
Dstat.h16 * without specific prior written permission.
134 #define S_IREAD 0000400 /* read permission, owner */
135 #define S_IWRITE 0000200 /* write permission, owner */
136 #define S_IEXEC 0000100 /* execute/search permission, owner */
165 #define S_IRUSR 0000400 /* read permission, owner */
166 #define S_IWUSR 0000200 /* write permission, owner */
167 #define S_IXUSR 0000100 /* execute/search permission, owner */
169 #define S_IRGRP 0000040 /* read permission, group */
170 #define S_IWGRP 0000020 /* write permission, grougroup */
171 #define S_IXGRP 0000010 /* execute/search permission, group */
[all …]
/Zephyr-latest/dts/bindings/mm/
Dintel,adsp-tlb.yaml22 description: Index of the execute permission bit.
26 description: Index of the write permission bit.
Dintel,adsp-mtl-tlb.yaml22 description: Index of the execute permission bit.
26 description: Index of the write permission bit.
/Zephyr-latest/tests/kernel/mem_protect/obj_validation/src/
Dmain.c55 "object should not have had permission granted"); in object_permission_checks()
72 * @brief Test to verify object permission
108 /* Should have permission granted but be uninitialized */ in ZTEST()
118 * @brief Test requestor thread will implicitly be assigned permission on the
125 * - Then check the requestor thread will implicitly be assigned permission on
160 * the permission system will use object permission as a reference count.
/Zephyr-latest/doc/kernel/usermode/
Dkernelobjects.rst29 Permission on an object also has the semantics of a reference to an object.
88 may drop their own permission on an object with
96 the access control aspects of the permission system are not enforced.
123 numerical ID assigned to them at build time, used to index the permission
124 bitfield for an object to see if that thread has permission on it. The size
137 Supervisor Thread Access Permission
151 User Thread Access Permission
163 * A thread that has permission on an object, or is running in supervisor mode,
164 may grant permission on that object to another thread via the
169 permission, or the object whose access is being granted, do not need to be
[all …]
/Zephyr-latest/include/zephyr/xen/public/hvm/
Dparams.h4 * Permission is hereby granted, free of charge, to any person obtaining a copy
11 * The above copyright notice and this permission notice shall be included in
Dhvm_op.h4 * Permission is hereby granted, free of charge, to any person obtaining a copy
11 * The above copyright notice and this permission notice shall be included in
/Zephyr-latest/include/zephyr/dt-bindings/reserved-memory/
Dnordic-owned-memory.h12 * @name Basic memory permission flags.
32 * @name Memory permission flag combinations.
/Zephyr-latest/tests/kernel/threads/dynamic_thread/src/
Dmain.c90 * Notice dyn_thread will not have permission to access in permission_test()
97 * If dyn_thread has permission to access end_sem, in permission_test()
101 "Semaphore end_sem has incorrect permission"); in permission_test()
110 * @brief Test object permission on dynamic user thread when index is reused
115 * not have permission to one of the semaphore. If permissions are cleared
/Zephyr-latest/dts/bindings/reserved-memory/
Dnordic,owned-memory.yaml7 Memory region with permission attributes. Each enabled region of this kind
47 Array of (owner-id, permission-flags) pairs, where:
57 The same file defines all possible permission flag combinations.
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-sidebar-only-darkmode-toggle.css11 Permission is hereby granted, free of charge, to any person obtaining a copy
18 The above copyright notice and this permission notice shall be included in all
/Zephyr-latest/arch/xtensa/core/startup/
Dmemctl_default.S7 // Permission is hereby granted, free of charge, to any person obtaining
15 // The above copyright notice and this permission notice shall be included
Dmemerror_vector.S7 * Permission is hereby granted, free of charge, to any person obtaining
15 * The above copyright notice and this permission notice shall be included
/Zephyr-latest/include/zephyr/xen/public/io/
Dconsole.h8 * Permission is hereby granted, free of charge, to any person obtaining a copy
15 * The above copyright notice and this permission notice shall be included in
/Zephyr-latest/include/zephyr/net/http/
Dparser_state.h5 * Permission is hereby granted, free of charge, to any person obtaining a copy
12 * The above copyright notice and this permission notice shall be included in
Dparser_url.h5 * Permission is hereby granted, free of charge, to any person obtaining a copy
12 * The above copyright notice and this permission notice shall be included in
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Datoi.c6 * Permission is hereby granted, free of charge, to any person obtaining
14 * The above copyright notice and this permission notice shall be
/Zephyr-latest/subsys/bluetooth/services/
DKconfig.hrs16 used when no permission is set for the report.
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.bluetooth28 prompt "Permission used for the SMP service"
32 Permission settings for GATT characteristics of the SMP service.
/Zephyr-latest/arch/nios2/core/
Dfatal.c76 return "TLB permission violation (execute)"; in cause_str()
78 return "TLB permission violation (read)"; in cause_str()
80 return "TLB permission violation (write)"; in cause_str()
/Zephyr-latest/soc/altr/qemu_nios2/include/
Dlinker.h29 * Permission is hereby granted, free of charge, to any person obtaining a
36 * The above copyright notice and this permission notice shall be included in
/Zephyr-latest/soc/altr/zephyr_nios2f/include/
Dlinker.h29 * Permission is hereby granted, free of charge, to any person obtaining a
36 * The above copyright notice and this permission notice shall be included in
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/src/
Dmain.c8 * Used with permission of the author.

12345678