| /OK3568_Linux_fs/kernel/drivers/crypto/nx/ |
| H A D | Makefile | 2 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 …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | README | 1 Test the nx-gzip function: 5 /dev/crypto/nx-gzip 7 sudo chmod go+rw /dev/crypto/nx-gzip 10 /etc/udev/rules.d/99-nx-gzip.rules 18 Compress any file using Fixed Huffman mode. Output will have a .nx.gz suffix: 24 Uncompress the previous output. Output will have a .nx.gunzip suffix: 25 ./gunz_test gzip_vas.c.nx.gz 35 $ sha1sum gzip_vas.c.nx.gz.nx.gunzip gzip_vas.c 36 bf43e3c0c3651f5f22b6f9784cd9b1eeab4120b6 gzip_vas.c.nx.gz.nx.gunzip 40 Note that the code here are intended for testing the nx-gzip hardware function.
|
| H A D | nx-gzip-test.sh | 4 if [[ ! -w /dev/crypto/nx-gzip ]]; then 14 rm -f nx-tempfile* 29 ./gunz_test ${fname}.nx.gz
|
| H A D | 99-nx-gzip.rules | 1 SUBSYSTEM=="nxgzip", KERNEL=="nx-gzip", MODE="0666"
|
| H A D | Makefile | 4 TEST_PROGS := nx-gzip-test.sh
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | vas-fault.c | 32 struct nx_fault_stamp *nx; in dump_crb() local 44 nx = &crb->stamp.nx; in dump_crb() 46 be32_to_cpu(nx->pswid), in dump_crb() 47 be64_to_cpu(crb->stamp.nx.fault_storage_addr), in dump_crb() 48 nx->flags, nx->fault_status); in dump_crb() 92 csb.address = crb->stamp.nx.fault_storage_addr; in update_csb() 251 if ((entry->stamp.nx.pswid == cpu_to_be32(FIFO_INVALID_ENTRY)) in vas_fault_thread_fn() 264 entry->stamp.nx.pswid = cpu_to_be32(FIFO_INVALID_ENTRY); in vas_fault_thread_fn() 277 be32_to_cpu(crb->stamp.nx.pswid)); in vas_fault_thread_fn() 291 be32_to_cpu(crb->stamp.nx.pswid), in vas_fault_thread_fn()
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | amimouse.c | 38 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | btcx-risc.c | 125 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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/include/ |
| H A D | crb.h | 136 #define crb_nx_fault_addr(c) __be64_to_cpu(c->stamp.nx.fault_storage_addr) 137 #define crb_nx_flags(c) c->stamp.nx.flags 138 #define crb_nx_fault_status(c) c->stamp.nx.fault_status 139 #define crb_nx_pswid(c) c->stamp.nx.pswid
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | core.c | 461 urb_link *nx; in first_urb_link() local 462 if (NULL != hd && NULL != (nx = hd->next) && nx != hd) { in first_urb_link() 465 return (nx); in first_urb_link() 477 urb_link *nx; in first_urb() local 478 if (NULL == (nx = first_urb_link (hd))) { in first_urb() 482 return (p2surround (struct urb, link, nx)); in first_urb()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/ |
| H A D | advancing_front.cpp | 75 const double nx = node->point->x; in LocatePoint() local 77 if (px == nx) { in LocatePoint() 88 } else if (px < nx) { in LocatePoint()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | pageattr.c | 114 int i, ro, nx; in split_pmd_page() local 121 nx = !!(pmd_val(*pmdp) & _SEGMENT_ENTRY_NOEXEC); in split_pmd_page() 123 if (!nx) in split_pmd_page() 191 int i, ro, nx; in split_pud_page() local 198 nx = !!(pud_val(*pudp) & _REGION_ENTRY_NOEXEC); in split_pud_page() 200 if (!nx) in split_pud_page()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A 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.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_raster_dem_source.cpp | 84 const uint32_t nx = (canonical.x + 1 + dim) % dim; in onTileChanged() local 91 return OverscaledTileID(tile.id.overscaledZ, nxw, canonical.z, nx, canonical.y); in onTileChanged() 97 return OverscaledTileID(tile.id.overscaledZ, nxw, canonical.z, nx, canonical.y - 1); in onTileChanged() 103 return OverscaledTileID(tile.id.overscaledZ, nxw, canonical.z, nx, canonical.y + 1); in onTileChanged()
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | vas-api.rst | 38 /dev/crypto/nx-gzip device node implemented by the VAS/NX device driver. 39 An application must open the /dev/crypto/nx-gzip device to obtain a file 61 There is one /dev/crypto/nx-gzip node in the system and it provides 63 /dev/crypto/nx-gzip are: 80 /dev/crypto/nx-gzip device node in the system. When the nx-gzip device 96 Open /dev/crypto/nx-gzip 99 The nx-gzip device should be opened for read and write. No special 270 fd = open("/dev/crypto/nx-gzip", O_RDWR); 272 fprintf(stderr, "open nx-gzip failed\n");
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miwindow.c | 359 int nx, ny; /* destination x,y */ in miResizeWindow() local 475 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny); in miResizeWindow() 492 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny); in miResizeWindow() 494 dx = (oldx - nx) - offx; in miResizeWindow() 516 RegionTranslate(pRegion, nx - oldx, ny - oldy); in miResizeWindow() 527 RegionTranslate(oldWinClip, oldx - nx, oldy - ny); in miResizeWindow() 547 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny); in miResizeWindow() 549 oldpt.x = oldx + (x - nx); in miResizeWindow()
|
| H A D | mioverlay.c | 1083 int nx, ny; /* destination x,y */ in miOverlayResizeWindow() local 1224 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny); in miOverlayResizeWindow() 1244 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny); in miOverlayResizeWindow() 1246 dx = (oldx - nx) - offx; in miOverlayResizeWindow() 1269 RegionTranslate(pRegion, nx - oldx, ny - oldy); in miOverlayResizeWindow() 1276 RegionTranslate(oldWinClip2, oldx - nx, oldy - ny); in miOverlayResizeWindow() 1291 RegionTranslate(pRegion, nx - oldx, ny - oldy); in miOverlayResizeWindow() 1302 RegionTranslate(oldWinClip, oldx - nx, oldy - ny); in miOverlayResizeWindow() 1322 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny); in miOverlayResizeWindow() 1324 oldpt.x = oldx + (x - nx); in miOverlayResizeWindow()
|
| /OK3568_Linux_fs/kernel/drivers/block/aoe/ |
| H A D | aoedev.c | 200 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()
|
| H A 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() 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | fill_extrusion_program.hpp | 89 …static LayoutVertex layoutVertex(Point<int16_t> p, double nx, double ny, double nz, unsigned short… in layoutVertex() argument 100 static_cast<int16_t>(floor(nx * factor) * 2 + t), in layoutVertex()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | fpsimdmacros.h | 147 .macro _sve_rdvl nx, imm 148 _check_general_reg \nx 151 | (\nx) \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ |
| H A D | Makefile | 22 nx-gzip \
|
| /OK3568_Linux_fs/kernel/net/can/ |
| H A D | gw.c | 529 struct hlist_node *nx; in cgw_notifier() local 533 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() 1106 struct hlist_node *nx; in cgw_remove_job() local 1142 hlist_for_each_entry_safe(gwj, nx, &net->can.cgw_list, list) { in cgw_remove_job()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin/ |
| H A D | aarch64-rockchip1031-linux-gnu-gdb-add-index | 86 $GDB --batch -nx -iex 'set auto-load no' \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | icswx.h | 152 struct nx_fault_stamp nx; member
|