/linux-4.1.27/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.1.27/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.1.27/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 * XFS_AG_MAXLEVELS(mp) - 1))) 77 #define XFS_ALLOCFREE_LOG_COUNT(mp,nx) \ argument 78 ((nx) * (2 * (2 * XFS_AG_MAXLEVELS(mp) - 1)))
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/net/can/ |
D | gw.c | 466 struct hlist_node *nx; in cgw_notifier() local 470 hlist_for_each_entry_safe(gwj, nx, &cgw_list, list) { in cgw_notifier() 876 struct hlist_node *nx; in cgw_remove_all_jobs() local 880 hlist_for_each_entry_safe(gwj, nx, &cgw_list, list) { in cgw_remove_all_jobs() 890 struct hlist_node *nx; in cgw_remove_job() local 926 hlist_for_each_entry_safe(gwj, nx, &cgw_list, list) { in cgw_remove_job()
|
/linux-4.1.27/drivers/crypto/ |
D | Makefile | 15 obj-$(CONFIG_CRYPTO_DEV_NX) += nx/
|
D | Kconfig | 322 source "drivers/crypto/nx/Kconfig"
|
/linux-4.1.27/Documentation/DocBook/media/ |
D | constraints.png.b64 | 29 //3zONK/7u/v/nx+zdPl/1rO0++LWd6vZZ59Xe7jSfnZSq3z6jnJ2ValX09PHj9AD2aoiPJ34Lo6
|
/linux-4.1.27/arch/x86/kvm/ |
D | mmu.c | 3529 context->nx = false; in nonpaging_init_context() 3597 if (!context->nx) in reset_rsvds_bits_mask() 3722 x |= !mmu->nx; in update_permission_bitmask() 3781 context->nx = is_nx(vcpu); in paging64_init_context_common() 3808 context->nx = false; in paging32_init_context() 3849 context->nx = false; in init_kvm_tdp_mmu() 3853 context->nx = is_nx(vcpu); in init_kvm_tdp_mmu() 3858 context->nx = is_nx(vcpu); in init_kvm_tdp_mmu() 3863 context->nx = false; in init_kvm_tdp_mmu() 3908 context->nx = true; in kvm_init_shadow_ept_mmu() [all …]
|
D | paging_tmpl.h | 412 if (fetch_fault && (mmu->nx || in FNAME()
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_policy.c | 1399 int nx; in xfrm_tmpl_resolve_one() local 1405 for (nx = 0, i = 0; i < policy->xfrm_nr; i++) { in xfrm_tmpl_resolve_one() 1426 xfrm[nx++] = x; in xfrm_tmpl_resolve_one() 1442 return nx; in xfrm_tmpl_resolve_one() 1445 for (nx--; nx >= 0; nx--) in xfrm_tmpl_resolve_one() 1446 xfrm_state_put(xfrm[nx]); in xfrm_tmpl_resolve_one() 1635 struct xfrm_state **xfrm, int nx, in xfrm_bundle_create() argument 1663 for (; i < nx; i++) { in xfrm_bundle_create() 1751 for (; i < nx; i++) in xfrm_bundle_create()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | kvm_host.h | 362 bool nx : 1; member
|
/linux-4.1.27/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.1.27/Documentation/virtual/kvm/ |
D | mmu.txt | 353 the kernel may now execute it. We handle this by also setting spte.nx. 355 spte.nx=gpte.nx back. For this to work, KVM forces EFER.NX to 1 when
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_host.h | 304 bool nx; member
|
/linux-4.1.27/ |
D | MAINTAINERS | 4882 F: drivers/crypto/nx/ 4887 F: drivers/crypto/nx/nx-842.c
|