/linux-4.4.14/drivers/crypto/nx/ |
D | Makefile | 1 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/ |
D | amimouse.c | 42 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/ |
D | xfs_trans_resv.h | 75 #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/ |
D | btcx-risc.c | 129 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/ |
D | debugfs-pfo-nx-crypto | 1 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/ |
D | aoedev.c | 200 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()
|
D | aoecmd.c | 81 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/ |
D | gw.c | 467 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/ |
D | Makefile | 16 obj-$(CONFIG_CRYPTO_DEV_NX) += nx/
|
D | Kconfig | 359 source "drivers/crypto/nx/Kconfig"
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | constraints.png.b64 | 29 //3zONK/7u/v/nx+zdPl/1rO0++LWd6vZZ59Xe7jSfnZSq3z6jnJ2ValX09PHj9AD2aoiPJ34Lo6
|
/linux-4.4.14/arch/x86/kvm/ |
D | mmu.c | 3558 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 …]
|
D | paging_tmpl.h | 403 if (fetch_fault && (mmu->nx || in FNAME()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 1418 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/ |
D | libata.xml.db | 174 API-piix-check-450nx-errata
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | kvm_host.h | 375 bool nx : 1; member
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_64_mmu.c | 405 slbe->nx = (rs & SLB_VSID_N) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 359 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/ |
D | kvm_host.h | 318 bool nx; member
|
/linux-4.4.14/ |
D | MAINTAINERS | 5257 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*
|