Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/nx/
DMakefile1 obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o
2 nx-crypto-objs := nx.o \
4 nx-aes-cbc.o \
5 nx-aes-ecb.o \
6 nx-aes-gcm.o \
7 nx-aes-ccm.o \
8 nx-aes-ctr.o \
9 nx-aes-xcbc.o \
10 nx-sha256.o \
11 nx-sha512.o
[all …]
/linux-4.4.14/drivers/input/mouse/
Damimouse.c42 int nx, ny, dx, dy; in amimouse_interrupt() local
46 nx = joy0dat & 0xff; in amimouse_interrupt()
49 dx = nx - amimouse_lastx; in amimouse_interrupt()
52 if (dx < -127) dx = (256 + nx) - amimouse_lastx; in amimouse_interrupt()
53 if (dx > 127) dx = (nx - 256) - amimouse_lastx; in amimouse_interrupt()
57 amimouse_lastx = nx; in amimouse_interrupt()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_trans_resv.h75 #define XFS_ALLOCFREE_LOG_RES(mp,nx) \ argument
76 ((nx) * (2 * XFS_FSB_TO_B((mp), 2 * (mp)->m_ag_maxlevels - 1)))
77 #define XFS_ALLOCFREE_LOG_COUNT(mp,nx) \ argument
78 ((nx) * (2 * (2 * (mp)->m_ag_maxlevels - 1)))
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbtcx-risc.c129 s32 nx,nw,dx; in btcx_align() local
133 nx = (win->left + mask) & ~mask; in btcx_align()
135 if (nx + nw > win->left + win->width) in btcx_align()
137 dx = nx - win->left; in btcx_align()
138 win->left = nx; in btcx_align()
146 nx = (clips[i].c.left-dx) & ~mask; in btcx_align()
148 if (nx + nw < clips[i].c.left-dx + clips[i].c.width) in btcx_align()
150 clips[i].c.left = nx; in btcx_align()
/linux-4.4.14/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-4.4.14/drivers/block/aoe/
Daoedev.c200 struct list_head *head, *pos, *nx; in aoedev_downdev() local
209 list_for_each_safe(pos, nx, head) in aoedev_downdev()
213 list_for_each_safe(pos, nx, head) in aoedev_downdev()
496 struct list_head *pos, *nx, *head; in freetgt() local
506 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()
663 struct list_head *pos, *nx, *head; in rexmit_deferred() local
670 list_for_each_safe(pos, nx, head) { in rexmit_deferred()
753 struct list_head *head, *pos, *nx; in rexmit_timer() local
778 list_for_each_safe(pos, nx, head) { in rexmit_timer()
/linux-4.4.14/net/can/
Dgw.c467 struct hlist_node *nx; in cgw_notifier() local
471 hlist_for_each_entry_safe(gwj, nx, &cgw_list, list) { in cgw_notifier()
913 struct hlist_node *nx; in cgw_remove_all_jobs() local
917 hlist_for_each_entry_safe(gwj, nx, &cgw_list, list) { in cgw_remove_all_jobs()
927 struct hlist_node *nx; in cgw_remove_job() local
963 hlist_for_each_entry_safe(gwj, nx, &cgw_list, list) { in cgw_remove_job()
/linux-4.4.14/drivers/crypto/
DMakefile16 obj-$(CONFIG_CRYPTO_DEV_NX) += nx/
DKconfig359 source "drivers/crypto/nx/Kconfig"
/linux-4.4.14/Documentation/DocBook/media/
Dconstraints.png.b6429 //3zONK/7u/v/nx+zdPl/1rO0++LWd6vZZ59Xe7jSfnZSq3z6jnJ2ValX09PHj9AD2aoiPJ34Lo6
/linux-4.4.14/arch/x86/kvm/
Dmmu.c3558 context->nx = false; in nonpaging_init_context()
3619 int maxphyaddr, int level, bool nx, bool gbpages, in __reset_rsvds_bits_mask() argument
3628 if (!nx) in __reset_rsvds_bits_mask()
3704 context->nx, guest_cpuid_has_gbpages(vcpu), in reset_rsvds_bits_mask()
3757 bool uses_nx = context->nx || context->base_role.smep_andnot_wp; in reset_shadow_zero_bits_mask()
3837 x |= !mmu->nx; in update_permission_bitmask()
3896 context->nx = is_nx(vcpu); in paging64_init_context_common()
3923 context->nx = false; in paging32_init_context()
3965 context->nx = false; in init_kvm_tdp_mmu()
3969 context->nx = is_nx(vcpu); in init_kvm_tdp_mmu()
[all …]
Dpaging_tmpl.h403 if (fetch_fault && (mmu->nx || in FNAME()
/linux-4.4.14/net/xfrm/
Dxfrm_policy.c1418 int nx; in xfrm_tmpl_resolve_one() local
1424 for (nx = 0, i = 0; i < policy->xfrm_nr; i++) { in xfrm_tmpl_resolve_one()
1447 xfrm[nx++] = x; in xfrm_tmpl_resolve_one()
1463 return nx; in xfrm_tmpl_resolve_one()
1466 for (nx--; nx >= 0; nx--) in xfrm_tmpl_resolve_one()
1467 xfrm_state_put(xfrm[nx]); in xfrm_tmpl_resolve_one()
1654 struct xfrm_state **xfrm, int nx, in xfrm_bundle_create() argument
1682 for (; i < nx; i++) { in xfrm_bundle_create()
1770 for (; i < nx; i++) in xfrm_bundle_create()
/linux-4.4.14/Documentation/DocBook/
Dlibata.xml.db174 API-piix-check-450nx-errata
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_host.h375 bool nx : 1; member
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_64_mmu.c405 slbe->nx = (rs & SLB_VSID_N) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt359 the kernel may now execute it. We handle this by also setting spte.nx.
361 spte.nx=gpte.nx back. For this to work, KVM forces EFER.NX to 1 when
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h318 bool nx; member
/linux-4.4.14/
DMAINTAINERS5257 F: drivers/crypto/nx/Makefile
5258 F: drivers/crypto/nx/Kconfig
5259 F: drivers/crypto/nx/nx-aes*
5260 F: drivers/crypto/nx/nx-sha*
5261 F: drivers/crypto/nx/nx.*
5262 F: drivers/crypto/nx/nx_csbcpb.h
5263 F: drivers/crypto/nx/nx_debugfs.h
5268 F: drivers/crypto/nx/Makefile
5269 F: drivers/crypto/nx/Kconfig
5270 F: drivers/crypto/nx/nx-842*