Searched refs:access (Results 101 - 125 of 592) sorted by relevance

1234567891011>>

/linux-master/arch/arm64/kvm/
H A Dsys_regs.c41 * that has to do with init and userspace access has to go via the
435 * In a system where GICD_CTLR.DS=1, a ICC_SGI0R_EL1 access generates
1326 .access = access_pmu_evcntr, .reg = (PMEVCNTR0_EL0 + n), }
1332 .access = access_pmu_evtyper, .reg = (PMEVTYPER0_EL0 + n), }
1355 * If we land here on a PtrAuth access, that is because we didn't
1356 * fixup the access on exit by allowing the PtrAuth sysregs. The only
1624 /* cpufeature ID register access trap handlers */
1998 .access = undef_access, \
2041 .access = acc, \
2064 .access
[all...]
/linux-master/tools/testing/selftests/landlock/
H A Dnet_test.c1252 __u64 access; local
1258 for (access = 1; access <= ACCESS_LAST; access <<= 1) {
1259 net_port.allowed_access = access;
1264 TH_LOG("Failed to add rule with access 0x%llx: %s",
1265 access, strerror(errno));
1271 /* Checks invalid attribute, out of landlock network access range. */
1297 __u64 access; local
1303 for (access
1322 __u64 access; local
[all...]
/linux-master/drivers/devfreq/event/
H A Drockchip-dfi.c70 * @access: Number of read and write accesses
76 u64 access; member in struct:dmc_count_channel
221 res->c[i].access = readl_relaxed(dfi_regs +
255 u32 access = 0, clock_cycles = 0; local
267 a = count.c[i].access - last->c[i].access;
270 if (a > access) {
271 access = a;
276 edata->load_count = access * 4;
305 res->c[i].access
[all...]
/linux-master/tools/hv/
H A Dhv_fcopy_daemon.c49 if (access((char *)smsg->path_name, F_OK)) {
66 if (!access(target_fname, F_OK)) {
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h167 * taken as such, concurrent access on pre POWER5 hardware could result
459 extern int __hash_page_4K(unsigned long ea, unsigned long access,
462 extern int __hash_page_64K(unsigned long ea, unsigned long access,
468 unsigned long access, unsigned long trap,
470 extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap,
474 int __hash_page_huge(unsigned long ea, unsigned long access, unsigned long vsid,
478 extern int __hash_page_thp(unsigned long ea, unsigned long access,
482 static inline int __hash_page_thp(unsigned long ea, unsigned long access, argument
491 extern void hash_failure_debug(unsigned long ea, unsigned long access,
573 * GPU has restrictions of not able to access beyon
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgm107.c93 .access = gf100_fifo_mmu_fault_access,
117 info.access = (type & 0x00000080) >> 7;
/linux-master/include/uapi/rdma/
H A Drdma_user_rxe.h119 __u32 access; member in struct:rxe_send_wr::__anon1274::__anon1279
129 __u32 access; member in struct:rxe_send_wr::__anon1274::__anon1280
/linux-master/arch/arc/
H A DMakefile49 cflags-y += -munaligned-access
51 cflags-y += -mno-unaligned-access
/linux-master/security/landlock/
H A Druleset.h24 * All access rights that are denied by default whether they are handled or not
26 * entries when we need to get the absolute handled access masks.
34 /* Makes sure all filesystem access rights can be stored. */
36 /* Makes sure all network access rights can be stored. */
41 /* Ruleset access masks. */
43 /* Makes sure all ruleset access rights can be stored. */
60 * @access: Bitfield of allowed actions on the kernel object. They are
63 access_mask_t access; member in struct:landlock_layer
213 * allow an access request. A value of 0 identifies a
225 * rulesets without overlapping access right
[all...]
/linux-master/drivers/pci/
H A DMakefile5 obj-$(CONFIG_PCI) += access.o bus.o probe.o host-bridge.o \
H A Dmmap.c20 .access = generic_access_phys,
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S348 # _real_access() - "callout" for access error exception #
360 # If access error exception: #
361 # - The system stack changed to contain access err exc stk frame #
382 # access error frame must be created and an exit made through #
390 # access these register files for things like data retrieval and <ea> #
864 # isp_iacc() - handle instruction access error exception #
865 # isp_dacc() - handle data access error exception #
889 # future access error; if -(a7), set mda7_flg in #
893 # future access error; if (a7)+, set mia7_flg in #
1045 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access erro
[all...]
/linux-master/sound/core/
H A Dctljack.c25 .access = SNDRV_CTL_ELEM_ACCESS_READ,
/linux-master/drivers/gpu/drm/nouveau/
H A Dnv50_fence.c58 .access = NV_DMA_V0_ACCESS_RDWR,
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_nvm.h15 int ice_acquire_nvm(struct ice_hw *hw, enum ice_aq_res_access_type access);
/linux-master/include/linux/iio/
H A Dbuffer_impl.h22 * struct iio_buffer_access_funcs - access functions for buffers.
95 * @access: Buffer access functions associated with the
98 const struct iio_buffer_access_funcs *access; member in struct:iio_buffer
/linux-master/drivers/acpi/acpica/
H A Dexprep.c42 * DESCRIPTION: Generate an optimal access width for fields defined with the
48 * of this access width must be deferred until the region length has
88 * Iterative search for the maximum access width that is both aligned
96 * 1) Round end offset up to next access boundary and make sure that
126 /* Single access is optimal */
138 * try the next wider access on next iteration
159 * previous access
162 "Backing off to previous optimal access width of %u\n",
170 * just use max access width
173 "Cannot access fiel
198 u32 access; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtask_fd_query_tp.c20 if (access("/sys/kernel/tracing/trace", F_OK) == 0) {
/linux-master/arch/x86/kvm/mmu/
H A Dspte.c5 * Macros and functions to access KVM PTEs (also known as SPTEs)
71 u64 make_mmio_spte(struct kvm_vcpu *vcpu, u64 gfn, unsigned int access) argument
79 access &= shadow_mmio_access_mask;
80 spte |= shadow_mmio_value | access;
158 * read access. See FNAME(gpte_access) in paging_tmpl.h.
302 if ((role.access & ACC_EXEC_MASK) && is_nx_huge_page_enabled(kvm))
/linux-master/drivers/crypto/ccp/
H A Dpsp-dev.h19 #include <linux/psp-platform-access.h>
/linux-master/drivers/cxl/core/
H A Dcore.h94 enum access_coordinate_class access);
/linux-master/arch/loongarch/
H A DMakefile78 # Also, -mdirect-extern-access is useful in case of building with explicit
83 KBUILD_CFLAGS_KERNEL += $(call cc-option,-mdirect-extern-access)
84 KBUILD_CFLAGS_KERNEL += $(call cc-option,-fdirect-access-external-data)
85 KBUILD_AFLAGS_MODULE += $(call cc-option,-fno-direct-access-external-data)
86 KBUILD_CFLAGS_MODULE += $(call cc-option,-fno-direct-access-external-data)
134 # Not all LoongArch cores support unaligned access, and as kernel we can't
138 # Optimise for performance on hardware supports unaligned access.
/linux-master/drivers/video/backlight/
H A Dili9320.c30 struct ili9320_spi *spi = &ili->access.spi;
172 struct ili9320_spi *spi = &ili->access.spi;
222 ili->access.spi.id = ILI9320_SPI_IDCODE | ILI9320_SPI_ID(1);
/linux-master/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-ctl.c104 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ,
114 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
193 .access = SNDRV_CTL_ELEM_ACCESS_READ,
/linux-master/include/sound/
H A Dcontrol.h29 ((info)->access & SNDRV_CTL_ELEM_ACCESS_SKIP_CHECK)
53 unsigned int access; /* access rights */ member in struct:snd_kcontrol_new
67 unsigned int access; /* access rights */ member in struct:snd_kcontrol_volatile

Completed in 224 milliseconds

1234567891011>>