Home
last modified time | relevance | path

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

12345678910>>...23

/Linux-v5.10/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 …]
/Linux-v5.10/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-v5.10/arch/arm64/boot/dts/qcom/
Dmsm8994-angler-rev-101.dts2 /* Copyright (c) 2015, Huawei Inc. All rights reserved.
3 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
Dmsm8996-mtp.dtsi3 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
Dmsm8916-mtp.dtsi3 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
Dmsm8996-mtp.dts3 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
Dmsm8998-mtp.dts2 /* Copyright (c) 2016, The Linux Foundation. All rights reserved. */
Dapq8016-sbc.dts3 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
Dapq8096-db820c.dts3 * Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
Dmsm8916-mtp.dts3 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
Dmsm8998-hp-envy-x2.dts2 /* Copyright (c) 2019, Jeffrey Hugo. All rights reserved. */
/Linux-v5.10/LICENSES/dual/
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-v5.10/drivers/infiniband/sw/siw/
Dsiw_verbs.h69 u64 rnic_va, int rights, struct ib_udata *udata);
72 struct ib_mr *siw_get_dma_mr(struct ib_pd *base_pd, int rights);
/Linux-v5.10/arch/arm/boot/dts/
Dqcom-ipq4019-ap.dk04.1-c3.dts2 // Copyright (c) 2018, The Linux Foundation. All rights reserved.
Dqcom-ipq4019-ap.dk04.1-c1.dts2 // Copyright (c) 2018, The Linux Foundation. All rights reserved.
Dsocfpga_arria10_socdk_nand.dts3 * Copyright (C) 2015 Altera Corporation. All rights reserved.
Dqcom-ipq4019-ap.dk07.1-c2.dts2 // Copyright (c) 2018, The Linux Foundation. All rights reserved.
/Linux-v5.10/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-v5.10/arch/arm64/boot/dts/amlogic/
Dmeson-gxl-s905d-libretech-pc.dts3 * Copyright (c) 2019 BayLibre SAS. All rights reserved.
Dmeson-a1-ad401.dts3 * Copyright (c) 2019 Amlogic, Inc. All rights reserved.
/Linux-v5.10/drivers/misc/mei/hdcp/
DKconfig3 # Copyright (c) 2019, Intel Corporation. All rights reserved.
/Linux-v5.10/drivers/infiniband/hw/efa/
DKconfig2 # Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All rights reserved.
/Linux-v5.10/LICENSES/preferred/
DGPL-2.047 To protect your rights, we need to make restrictions that forbid
48 anyone to deny you these rights or to ask you to surrender the rights.
53 gratis or for a fee, you must give the recipients all the rights that
56 rights.
58 We protect your rights with two steps: (1) copyright the software, and
143 Thus, it is not the intent of this section to claim rights or contest
144 your rights to work written entirely by you; rather, the intent is to
194 void, and will automatically terminate your rights under this License.
195 However, parties who have received copies, or rights, from you under
212 restrictions on the recipients' exercise of the rights granted herein.

12345678910>>...23