Home
last modified time | relevance | path

Searched refs:nx (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.4/drivers/crypto/nx/
DMakefile2 obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o
3 nx-crypto-objs := nx.o \
5 nx-aes-cbc.o \
6 nx-aes-ecb.o \
7 nx-aes-gcm.o \
8 nx-aes-ccm.o \
9 nx-aes-ctr.o \
10 nx-aes-xcbc.o \
11 nx-sha256.o \
12 nx-sha512.o
[all …]
/Linux-v5.4/drivers/input/mouse/
Damimouse.c38 int nx, ny, dx, dy; in amimouse_interrupt() local
42 nx = joy0dat & 0xff; in amimouse_interrupt()
45 dx = nx - amimouse_lastx; in amimouse_interrupt()
48 if (dx < -127) dx = (256 + nx) - amimouse_lastx; in amimouse_interrupt()
49 if (dx > 127) dx = (nx - 256) - amimouse_lastx; in amimouse_interrupt()
53 amimouse_lastx = nx; in amimouse_interrupt()
/Linux-v5.4/drivers/media/pci/bt8xx/
Dbtcx-risc.c125 s32 nx,nw,dx; in btcx_align() local
129 nx = (win->left + mask) & ~mask; in btcx_align()
131 if (nx + nw > win->left + win->width) in btcx_align()
133 dx = nx - win->left; in btcx_align()
134 win->left = nx; in btcx_align()
141 nx = (clips[i].c.left-dx) & ~mask; in btcx_align()
143 if (nx + nw < clips[i].c.left-dx + clips[i].c.width) in btcx_align()
145 clips[i].c.left = nx; in btcx_align()
/Linux-v5.4/Documentation/ABI/testing/
Ddebugfs-pfo-nx-crypto1 What: /sys/kernel/debug/nx-crypto/*
7 These debugfs interfaces are built by the nx-crypto driver, built in
8 arch/powerpc/crypto/nx.
/Linux-v5.4/arch/s390/mm/
Dpageattr.c115 int i, ro, nx; in split_pmd_page() local
122 nx = !!(pmd_val(*pmdp) & _SEGMENT_ENTRY_NOEXEC); in split_pmd_page()
124 if (!nx) in split_pmd_page()
192 int i, ro, nx; in split_pud_page() local
199 nx = !!(pud_val(*pudp) & _REGION_ENTRY_NOEXEC); in split_pud_page()
201 if (!nx) in split_pud_page()
/Linux-v5.4/drivers/block/aoe/
Daoedev.c200 struct list_head *head, *pos, *nx; in aoedev_downdev() local
208 list_for_each_safe(pos, nx, head) in aoedev_downdev()
212 list_for_each_safe(pos, nx, head) in aoedev_downdev()
502 struct list_head *pos, *nx, *head; in freetgt() local
512 list_for_each_safe(pos, nx, head) { in freetgt()
Daoecmd.c81 struct list_head *head, *pos, *nx; in getframe_deferred() local
85 list_for_each_safe(pos, nx, head) { in getframe_deferred()
99 struct list_head *head, *pos, *nx; in getframe() local
104 list_for_each_safe(pos, nx, head) { in getframe()
643 struct list_head *pos, *nx, *head; in rexmit_deferred() local
650 list_for_each_safe(pos, nx, head) { in rexmit_deferred()
733 struct list_head *head, *pos, *nx; in rexmit_timer() local
758 list_for_each_safe(pos, nx, head) { in rexmit_timer()
/Linux-v5.4/arch/arm64/include/asm/
Dfpsimdmacros.h145 .macro _sve_rdvl nx, imm
146 _check_general_reg \nx
149 | (\nx) \
/Linux-v5.4/drivers/crypto/
DMakefile25 obj-$(CONFIG_CRYPTO_DEV_NX) += nx/
DKconfig478 source "drivers/crypto/nx/Kconfig"
/Linux-v5.4/net/can/
Dgw.c530 struct hlist_node *nx; in cgw_notifier() local
534 hlist_for_each_entry_safe(gwj, nx, &net->can.cgw_list, list) { in cgw_notifier()
1089 struct hlist_node *nx; in cgw_remove_all_jobs() local
1093 hlist_for_each_entry_safe(gwj, nx, &net->can.cgw_list, list) { in cgw_remove_all_jobs()
1105 struct hlist_node *nx; in cgw_remove_job() local
1141 hlist_for_each_entry_safe(gwj, nx, &net->can.cgw_list, list) { in cgw_remove_job()
/Linux-v5.4/arch/x86/kvm/
Dmmu.c4335 context->nx = false; in nonpaging_init_context()
4500 int maxphyaddr, int level, bool nx, bool gbpages, in __reset_rsvds_bits_mask() argument
4509 if (!nx) in __reset_rsvds_bits_mask()
4592 context->nx, in reset_rsvds_bits_mask()
4649 bool uses_nx = context->nx || in reset_shadow_zero_bits_mask()
4774 if (!mmu->nx) in update_permission_bitmask()
4897 context->nx = is_nx(vcpu); in paging64_init_context_common()
4927 context->nx = false; in paging32_init_context()
5023 context->nx = false; in init_kvm_tdp_mmu()
5027 context->nx = is_nx(vcpu); in init_kvm_tdp_mmu()
[all …]
Dpaging_tmpl.h458 if (fetch_fault && (mmu->nx || in FNAME()
/Linux-v5.4/net/xfrm/
Dxfrm_policy.c2365 int nx; in xfrm_tmpl_resolve_one() local
2371 for (nx = 0, i = 0; i < policy->xfrm_nr; i++) { in xfrm_tmpl_resolve_one()
2395 xfrm[nx++] = x; in xfrm_tmpl_resolve_one()
2411 return nx; in xfrm_tmpl_resolve_one()
2414 for (nx--; nx >= 0; nx--) in xfrm_tmpl_resolve_one()
2415 xfrm_state_put(xfrm[nx]); in xfrm_tmpl_resolve_one()
2535 int nx, in xfrm_bundle_create() argument
2561 for (; i < nx; i++) { in xfrm_bundle_create()
2643 xfrm_init_pmtu(bundle, nx); in xfrm_bundle_create()
2660 for (; i < nx; i++) in xfrm_bundle_create()
/Linux-v5.4/Documentation/virt/kvm/
Dmmu.txt362 the kernel may now execute it. We handle this by also setting spte.nx.
364 spte.nx=gpte.nx back. For this to work, KVM forces EFER.NX to 1 when
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_64_mmu.c402 slbe->nx = (rs & SLB_VSID_N) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()
/Linux-v5.4/arch/powerpc/include/asm/
Dkvm_host.h419 bool nx : 1; member
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h435 bool nx; member
/Linux-v5.4/arch/
DKconfig242 # Select if arch has all set_memory_ro/rw/x/nx() functions in asm/cacheflush.h
/Linux-v5.4/
DMAINTAINERS7759 F: drivers/crypto/nx/Makefile
7760 F: drivers/crypto/nx/Kconfig
7761 F: drivers/crypto/nx/nx-842*
7772 F: drivers/crypto/nx/Makefile
7773 F: drivers/crypto/nx/Kconfig
7774 F: drivers/crypto/nx/nx-aes*
7775 F: drivers/crypto/nx/nx-sha*
7776 F: drivers/crypto/nx/nx.*
7777 F: drivers/crypto/nx/nx_csbcpb.h
7778 F: drivers/crypto/nx/nx_debugfs.c
[all …]