Searched full:permission (Results 1 – 25 of 191) sorted by relevance
12345678
| /Zephyr-latest/dts/bindings/misc/ |
| D | nxp,rdc-policy.yaml | 8 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/ |
| D | 006_nomination.md | 16 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/ |
| D | stat.h | 16 * 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/ |
| D | intel,adsp-tlb.yaml | 22 description: Index of the execute permission bit. 26 description: Index of the write permission bit.
|
| D | intel,adsp-mtl-tlb.yaml | 22 description: Index of the execute permission bit. 26 description: Index of the write permission bit.
|
| /Zephyr-latest/tests/kernel/mem_protect/obj_validation/src/ |
| D | main.c | 55 "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/ |
| D | kernelobjects.rst | 29 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/ |
| D | params.h | 4 * 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
|
| D | hvm_op.h | 4 * 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/ |
| D | nordic-owned-memory.h | 12 * @name Basic memory permission flags. 32 * @name Memory permission flag combinations.
|
| /Zephyr-latest/tests/kernel/threads/dynamic_thread/src/ |
| D | main.c | 90 * 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/ |
| D | nordic,owned-memory.yaml | 7 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/ |
| D | doxygen-awesome-sidebar-only-darkmode-toggle.css | 11 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/ |
| D | memctl_default.S | 7 // Permission is hereby granted, free of charge, to any person obtaining 15 // The above copyright notice and this permission notice shall be included
|
| D | memerror_vector.S | 7 * 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/ |
| D | console.h | 8 * 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/ |
| D | parser_state.h | 5 * 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
|
| D | parser_url.h | 5 * 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/ |
| D | atoi.c | 6 * 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/ |
| D | Kconfig.hrs | 16 used when no permission is set for the report.
|
| /Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
| D | Kconfig.bluetooth | 28 prompt "Permission used for the SMP service" 32 Permission settings for GATT characteristics of the SMP service.
|
| /Zephyr-latest/arch/nios2/core/ |
| D | fatal.c | 76 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/ |
| D | linker.h | 29 * 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/ |
| D | linker.h | 29 * 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/ |
| D | main.c | 8 * Used with permission of the author.
|
12345678