Home
last modified time | relevance | path

Searched refs:rights (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/linux-6.1.9/tools/testing/selftests/powerpc/mm/
Dpkey_exec_prot.c105 unsigned long rights; in test() local
154 rights = PKEY_DISABLE_EXECUTE; in test()
155 pkey = sys_pkey_alloc(0, rights); in test()
181 pkey_rights(rights)); in test()
198 pkey_rights(rights)); in test()
203 rights |= PKEY_DISABLE_ACCESS; in test()
217 pkey_set_rights(pkey, rights); in test()
219 pkey_rights(rights)); in test()
234 pkey_set_rights(pkey, rights); in test()
236 pkey_rights(rights)); in test()
[all …]
Dpkey_siginfo.c31 static volatile sig_atomic_t rights, fault_count; variable
82 if (rights == PKEY_DISABLE_EXECUTE && in segv_handler()
92 unsigned long rights; member
99 unsigned long rights; in protect() local
110 rights = 0; in protect()
112 printf("tid %d, pkey permissions are %s\n", tid, pkey_rights(rights)); in protect()
115 perm_pkey = sys_pkey_alloc(0, rights); in protect()
149 rights = ((struct region *) p)->rights; in protect_access()
154 rest_pkey = sys_pkey_alloc(0, rights); in protect_access()
157 printf("tid %d, pkey permissions are %s\n", tid, pkey_rights(rights)); in protect_access()
[all …]
Dexec_prot.c85 static int check_exec_fault(int rights) in check_exec_fault() argument
95 if (!(rights & PROT_EXEC)) in check_exec_fault()
98 FAIL_IF(mprotect(insns, pgsize, rights) != 0); in check_exec_fault()
102 if (!(rights & PROT_EXEC)) in check_exec_fault()
/linux-6.1.9/tools/testing/selftests/powerpc/include/
Dpkeys.h52 void pkey_set_rights(int pkey, unsigned long rights) in pkey_set_rights() argument
59 amr |= (rights & PKEY_BITS_MASK) << shift; in pkey_set_rights()
68 int sys_pkey_alloc(unsigned long flags, unsigned long rights) in sys_pkey_alloc() argument
70 return syscall(__NR_pkey_alloc, flags, rights); in sys_pkey_alloc()
121 unsigned long next_pkey_rights(unsigned long rights) in next_pkey_rights() argument
123 if (rights == PKEY_DISABLE_ACCESS) in next_pkey_rights()
125 else if (rights == (PKEY_DISABLE_ACCESS | PKEY_DISABLE_EXECUTE)) in next_pkey_rights()
128 if ((rights & PKEY_BITS_MASK) == 0) in next_pkey_rights()
129 rights |= PKEY_DISABLE_WRITE; in next_pkey_rights()
130 else if ((rights & PKEY_BITS_MASK) == PKEY_DISABLE_WRITE) in next_pkey_rights()
[all …]
/linux-6.1.9/LICENSES/dual/
DCC-BY-4.032 conditions that creators and other rights holders may use to share
34 and certain other rights specified in the public license below. The
41 copyright and certain other rights. Our licenses are
44 Licensors should also secure all rights necessary before
59 other rights that a licensor has authority to grant. Use of
62 rights in the material. A licensor may make special requests,
78 these terms and conditions, and the Licensor grants You such rights in
99 c. Copyright and Similar Rights means copyright and/or similar rights
102 Rights, without regard to how the rights are labeled or
103 categorized. For purposes of this Public License, the rights
[all …]
DMPL-1.153 subsequently acquired, any and all of the rights conveyed herein.
85 exercising rights under, and complying with all of the terms of, this
101 (a) under intellectual property rights (other than patent or
126 (a) under intellectual property rights (other than patent or
167 License or the recipients' rights hereunder. However, You may include
168 an additional document offering the additional rights described in
197 intellectual property rights is required to exercise the rights
220 Contributor has sufficient rights to grant the rights conveyed by
231 for the Source Code where You describe recipients' rights or ownership
232 rights relating to Covered Code. You may choose to offer, and to
[all …]
DCDDL-1.046 subsequently acquired, any and all of the rights conveyed herein.
75 exercising rights under, and complying with all of the terms
93 (a) under intellectual property rights (other than patent or
124 (a) under intellectual property rights (other than patent or
176 have sufficient rights to grant the rights conveyed by this
192 this License or the recipients' rights hereunder. You may choose to
211 limit or alter the recipient's rights in the Source Code form from
212 the rights set forth in this License. If You distribute the Covered
279 6.1. This License and the rights granted hereunder will terminate
292 infringes any patent, then any and all rights granted directly or
[all …]
/linux-6.1.9/arch/arm64/boot/dts/arm/
Dcorstone1000-mps3.dts3 * Copyright (c) 2022, Arm Limited. All rights reserved.
4 * Copyright (c) 2022, Linaro Limited. All rights reserved.
Dcorstone1000-fvp.dts3 * Copyright (c) 2022, Arm Limited. All rights reserved.
4 * Copyright (c) 2022, Linaro Limited. All rights reserved.
Dcorstone1000.dtsi3 * Copyright (c) 2022, Arm Limited. All rights reserved.
4 * Copyright (c) 2022, Linaro Limited. All rights reserved.
/linux-6.1.9/arch/arm64/boot/dts/qcom/
Dmsm8994-huawei-angler-rev-101.dts2 /* Copyright (c) 2015, Huawei Inc. All rights reserved.
3 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
Dsc7180-lite.dtsi5 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
Dipq8074-hk10-c2.dts3 /* Copyright (c) 2020 The Linux Foundation. All rights reserved.
Dipq8074-hk10-c1.dts2 /* Copyright (c) 2020 The Linux Foundation. All rights reserved.
Dsdm850.dtsi5 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
Dmsm8916-mtp.dts3 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
Dmsm8996-mtp.dts3 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
/linux-6.1.9/tools/testing/selftests/livepatch/
Dfunctions.sh324 local rights=$(/bin/stat --format '%A' "$path")
325 if test "$rights" != "$expected_rights" ; then
326 die "Unexpected access rights of $path: $expected_rights vs. $rights"
/linux-6.1.9/drivers/infiniband/sw/siw/
Dsiw_verbs.h68 u64 rnic_va, int rights, struct ib_udata *udata);
71 struct ib_mr *siw_get_dma_mr(struct ib_pd *base_pd, int rights);
/linux-6.1.9/Documentation/userspace-api/
Dlandlock.rst13 The goal of Landlock is to enable to restrict ambient rights (e.g. global
33 rights`_. A set of rules is aggregated in a ruleset, which can then restrict
44 the need to be explicit about the denied-by-default access rights.
129 for the ruleset creation, by filtering access rights according to the Landlock
169 It is recommended setting access rights to file hierarchy leaves as much as
176 access rights per directory enables to change the location of such directory
177 without relying on the destination directory access rights (except those that
181 rights to the minimal set of data. This also helps avoid sinkhole directories,
188 Layers of file path access rights
207 access rights can be propagated with bind mounts (cf.
[all …]
/linux-6.1.9/LICENSES/deprecated/
DGPL-1.038 To protect your rights, we need to make restrictions that forbid
39 anyone to deny you these rights or to ask you to surrender the rights.
44 gratis or for a fee, you must give the recipients all the rights that
46 source code. And you must tell them their rights.
48 We protect your rights with two steps: (1) copyright the software, and
143 the Program is void, and will automatically terminate your rights to use
145 copies, or rights to use copies, from you under this General Public
157 recipients' exercise of the rights granted herein.
/linux-6.1.9/arch/arm/boot/dts/
Dqcom-ipq4019-ap.dk04.1-c3.dts2 // Copyright (c) 2018, The Linux Foundation. All rights reserved.
Dqcom-msm8226-samsung-s3ve3g.dts3 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
Dsocfpga_arria10_socdk_nand.dts3 * Copyright (C) 2015 Altera Corporation. All rights reserved.
Dqcom-ipq4019-ap.dk04.1-c1.dts2 // Copyright (c) 2018, The Linux Foundation. All rights reserved.

12345678910>>...26