| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
| H A D | klcc-cross-accept-clang-options.patch | 1 meta-clang passes this option to compiler defaults 3 Upstream-Status: Pending 4 Signed-off-by: Khem Raj <raj.khem@gmail.com> 6 --- a/klcc/klcc.in 8 @@ -207,6 +207,30 @@ while ( defined($a = shift(@ARGV)) ) { 9 } elsif ( $a =~ /^--([sysroot=])(.*)$/ ) { 11 push(@ccopt, $a); 12 + } elsif ( $a eq '-nostartfiles' ) { 14 + push(@ccopt, $a); 15 + } elsif ( $a eq '-nostdlib' ) { [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| H A D | kernel.fuc | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 48 // $r15 - current 49 // $r14 - addr 50 // $r13 - data (return) 51 // $r0 - zero 65 // $r15 - current 66 // $r14 - addr 67 // $r13 - data 68 // $r0 - zero 75 push $r13 [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/ |
| H A D | 0010-riscv-Set-march-correctly.patch | 2 From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> 5 MIME-Version: 1.0 6 Content-Type: text/plain; charset=UTF-8 7 Content-Transfer-Encoding: 8bit 9 Stolen from leftover patch in oe-core [1] 11 …https://github.com/openembedded/openembedded-core/blob/c884878f6c833b18a3a95b193f5de68df5bcea48/me… 13 Upstream-Status: Pending 15 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> 16 --- 17 third_party/rust/cc/src/lib.rs | 14 ++++++++++---- [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | irqflags.h | 26 " .set push \n" in arch_local_irq_disable() 31 : /* no outputs */ in arch_local_irq_disable() 32 : /* no inputs */ in arch_local_irq_disable() 41 " .set push \n" in arch_local_irq_save() 54 : /* no inputs */ in arch_local_irq_save() 65 " .set push \n" in arch_local_irq_restore() 93 /* Functions that require preempt_{dis,en}able() are in mips-atomic.c */ 102 " .set push \n" in arch_local_irq_enable() 115 : /* no outputs */ in arch_local_irq_enable() 116 : /* no inputs */ in arch_local_irq_enable() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | head827d.c | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 32 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head827d_curs_clr() local 33 const int i = head->base.index; in head827d_curs_clr() 36 if ((ret = PUSH_WAIT(push, 4))) in head827d_curs_clr() 39 PUSH_MTHD(push, NV827D, HEAD_SET_CONTROL_CURSOR(i), in head827d_curs_clr() 44 PUSH_MTHD(push, NV827D, HEAD_SET_CONTEXT_DMA_CURSOR(i), 0x00000000); in head827d_curs_clr() 51 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head827d_curs_set() local 52 const int i = head->base.index; in head827d_curs_set() 55 if ((ret = PUSH_WAIT(push, 5))) in head827d_curs_set() 58 PUSH_MTHD(push, NV827D, HEAD_SET_CONTROL_CURSOR(i), in head827d_curs_set() [all …]
|
| H A D | corec37d.c | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 36 struct nvif_push *push = core->chan.push; in corec37d_wndw_owner() local 40 if ((ret = PUSH_WAIT(push, windows * 2))) in corec37d_wndw_owner() 44 PUSH_MTHD(push, NVC37D, WINDOW_SET_CONTROL(i), in corec37d_wndw_owner() 54 struct nvif_push *push = core->chan.push; in corec37d_update() local 57 if ((ret = PUSH_WAIT(push, 9))) in corec37d_update() 61 PUSH_MTHD(push, NVC37D, SET_NOTIFIER_CONTROL, in corec37d_update() 67 PUSH_MTHD(push, NVC37D, SET_INTERLOCK_FLAGS, interlock[NV50_DISP_INTERLOCK_CURS], in corec37d_update() 69 PUSH_MTHD(push, NVC37D, UPDATE, 0x00000001 | in corec37d_update() 74 PUSH_MTHD(push, NVC37D, SET_NOTIFIER_CONTROL, in corec37d_update() [all …]
|
| H A D | core507d.c | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 36 struct nvif_push *push = core->chan.push; in core507d_update() local 39 if ((ret = PUSH_WAIT(push, 5))) in core507d_update() 43 PUSH_MTHD(push, NV507D, SET_NOTIFIER_CONTROL, in core507d_update() 49 PUSH_MTHD(push, NV507D, UPDATE, interlock[NV50_DISP_INTERLOCK_BASE] | in core507d_update() 58 return PUSH_KICK(push); in core507d_update() 83 struct nvif_push *push = disp->core->chan.push; in core507d_read_caps() local 86 ret = PUSH_WAIT(push, 6); in core507d_read_caps() 90 PUSH_MTHD(push, NV507D, SET_NOTIFIER_CONTROL, in core507d_read_caps() 95 PUSH_MTHD(push, NV507D, GET_CAPABILITIES, 0x00000000); in core507d_read_caps() [all …]
|
| H A D | head917d.c | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 25 #include "nvif/push.h" 33 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head917d_dither() local 34 const int i = head->base.index; in head917d_dither() 37 if ((ret = PUSH_WAIT(push, 2))) in head917d_dither() 40 PUSH_MTHD(push, NV917D, HEAD_SET_DITHER_CONTROL(i), in head917d_dither() 41 NVVAL(NV917D, HEAD_SET_DITHER_CONTROL, ENABLE, asyh->dither.enable) | in head917d_dither() 42 NVVAL(NV917D, HEAD_SET_DITHER_CONTROL, BITS, asyh->dither.bits) | in head917d_dither() 43 NVVAL(NV917D, HEAD_SET_DITHER_CONTROL, MODE, asyh->dither.mode) | in head917d_dither() 51 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head917d_base() local [all …]
|
| H A D | base907c.c | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31 struct nvif_push *push = wndw->wndw.push; in base907c_image_set() local 34 if ((ret = PUSH_WAIT(push, 10))) in base907c_image_set() 37 PUSH_MTHD(push, NV907C, SET_PRESENT_CONTROL, in base907c_image_set() 38 NVVAL(NV907C, SET_PRESENT_CONTROL, BEGIN_MODE, asyw->image.mode) | in base907c_image_set() 40 NVVAL(NV907C, SET_PRESENT_CONTROL, MIN_PRESENT_INTERVAL, asyw->image.interval)); in base907c_image_set() 42 PUSH_MTHD(push, NV907C, SET_CONTEXT_DMAS_ISO(0), asyw->image.handle, 1); in base907c_image_set() 44 PUSH_MTHD(push, NV907C, SURFACE_SET_OFFSET(0, 0), asyw->image.offset[0] >> 8, in base907c_image_set() 48 NVVAL(NV907C, SURFACE_SET_SIZE, WIDTH, asyw->image.w) | in base907c_image_set() 49 NVVAL(NV907C, SURFACE_SET_SIZE, HEIGHT, asyw->image.h), in base907c_image_set() [all …]
|
| H A D | wimmc37b.c | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 34 struct nvif_push *push = wndw->wimm.push; in wimmc37b_update() local 37 if ((ret = PUSH_WAIT(push, 2))) in wimmc37b_update() 40 PUSH_MTHD(push, NVC37B, UPDATE, 0x00000001 | in wimmc37b_update() 42 !!(interlock[NV50_DISP_INTERLOCK_WNDW] & wndw->interlock.data))); in wimmc37b_update() 43 return PUSH_KICK(push); in wimmc37b_update() 49 struct nvif_push *push = wndw->wimm.push; in wimmc37b_point() local 52 if ((ret = PUSH_WAIT(push, 2))) in wimmc37b_point() 55 PUSH_MTHD(push, NVC37B, SET_POINT_OUT(0), in wimmc37b_point() 56 NVVAL(NVC37B, SET_POINT_OUT, X, asyw->point.x) | in wimmc37b_point() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | get_maintainer.pl | 2 # SPDX-License-Identifier: GPL-2.0 11 # perl scripts/get_maintainer.pl [OPTIONS] -f <file> 43 my $email_git_since = "1-year-ago"; 44 my $email_hg_since = "-365"; 83 push(@penguin_chief, "Linus Torvalds:torvalds\@linux-foundation.org"); 84 #Andrew wants in on most everything - 2009/01/14 85 #push(@penguin_chief, "Andrew Morton:akpm\@linux-foundation.org"); 92 push(@penguin_chief_names, $chief_name); 101 push(@signature_tags, "Signed-off-by:"); 102 push(@signature_tags, "Reviewed-by:"); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bo0039.c | 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 41 if (reg->mem_type == TTM_PL_TT) in nouveau_bo_mem_ctxdma() 43 return chan->vram.handle; in nouveau_bo_mem_ctxdma() 50 struct nvif_push *push = chan->chan.push; in nv04_bo_move_m2mf() local 52 u32 src_offset = old_reg->start << PAGE_SHIFT; in nv04_bo_move_m2mf() 54 u32 dst_offset = new_reg->start << PAGE_SHIFT; in nv04_bo_move_m2mf() 55 u32 page_count = new_reg->num_pages; in nv04_bo_move_m2mf() 58 ret = PUSH_WAIT(push, 3); in nv04_bo_move_m2mf() 62 PUSH_MTHD(push, NV039, SET_CONTEXT_DMA_BUFFER_IN, src_ctxdma, in nv04_bo_move_m2mf() 65 page_count = new_reg->num_pages; in nv04_bo_move_m2mf() [all …]
|
| H A D | nvc0_fence.c | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 37 struct nvif_push *push = chan->chan.push; in nvc0_fence_emit32() local 38 int ret = PUSH_WAIT(push, 6); in nvc0_fence_emit32() 40 PUSH_MTHD(push, NV906F, SEMAPHOREA, in nvc0_fence_emit32() 52 PUSH_KICK(push); in nvc0_fence_emit32() 60 struct nvif_push *push = chan->chan.push; in nvc0_fence_sync32() local 61 int ret = PUSH_WAIT(push, 5); in nvc0_fence_sync32() 63 PUSH_MTHD(push, NV906F, SEMAPHOREA, in nvc0_fence_sync32() 72 PUSH_KICK(push); in nvc0_fence_sync32() 82 struct nv84_fence_chan *fctx = chan->fence; in nvc0_fence_context_new() [all …]
|
| H A D | nouveau_bo5039.c | 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 43 struct nvif_push *push = chan->chan.push; in nv50_bo_move_m2mf() local 44 u64 length = (new_reg->num_pages << PAGE_SHIFT); in nv50_bo_move_m2mf() 45 u64 src_offset = mem->vma[0].addr; in nv50_bo_move_m2mf() 46 u64 dst_offset = mem->vma[1].addr; in nv50_bo_move_m2mf() 47 int src_tiled = !!mem->kind; in nv50_bo_move_m2mf() 48 int dst_tiled = !!nouveau_mem(new_reg)->kind; in nv50_bo_move_m2mf() 54 ret = PUSH_WAIT(push, 18 + 6 * (src_tiled + dst_tiled)); in nv50_bo_move_m2mf() 63 PUSH_MTHD(push, NV5039, SET_SRC_MEMORY_LAYOUT, in nv50_bo_move_m2mf() 80 PUSH_MTHD(push, NV5039, SET_SRC_MEMORY_LAYOUT, in nv50_bo_move_m2mf() [all …]
|
| H A D | nouveau_bo9039.c | 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 41 struct nvif_push *push = chan->chan.push; in nvc0_bo_move_m2mf() local 43 u64 src_offset = mem->vma[0].addr; in nvc0_bo_move_m2mf() 44 u64 dst_offset = mem->vma[1].addr; in nvc0_bo_move_m2mf() 45 u32 page_count = new_reg->num_pages; in nvc0_bo_move_m2mf() 48 page_count = new_reg->num_pages; in nvc0_bo_move_m2mf() 52 ret = PUSH_WAIT(push, 12); in nvc0_bo_move_m2mf() 56 PUSH_MTHD(push, NV9039, OFFSET_OUT_UPPER, in nvc0_bo_move_m2mf() 61 PUSH_MTHD(push, NV9039, OFFSET_IN_UPPER, in nvc0_bo_move_m2mf() 70 PUSH_MTHD(push, NV9039, LAUNCH_DMA, in nvc0_bo_move_m2mf() [all …]
|
| H A D | nv50_fbcon.c | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 37 struct nouveau_fbdev *nfbdev = info->par; in nv50_fbcon_fillrect() 38 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev); in nv50_fbcon_fillrect() 39 struct nouveau_channel *chan = drm->channel; in nv50_fbcon_fillrect() 40 struct nvif_push *push = chan->chan.push; in nv50_fbcon_fillrect() local 44 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in nv50_fbcon_fillrect() 45 info->fix.visual == FB_VISUAL_DIRECTCOLOR) in nv50_fbcon_fillrect() 46 colour = ((uint32_t *)info->pseudo_palette)[rect->color]; in nv50_fbcon_fillrect() 48 colour = rect->color; in nv50_fbcon_fillrect() 50 ret = PUSH_WAIT(push, rect->rop == ROP_COPY ? 7 : 11); in nv50_fbcon_fillrect() [all …]
|
| H A D | nvc0_fbcon.c | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 37 struct nouveau_fbdev *nfbdev = info->par; in nvc0_fbcon_fillrect() 38 struct nouveau_drm *drm = nouveau_drm(nfbdev->helper.dev); in nvc0_fbcon_fillrect() 39 struct nouveau_channel *chan = drm->channel; in nvc0_fbcon_fillrect() 40 struct nvif_push *push = chan->chan.push; in nvc0_fbcon_fillrect() local 44 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in nvc0_fbcon_fillrect() 45 info->fix.visual == FB_VISUAL_DIRECTCOLOR) in nvc0_fbcon_fillrect() 46 colour = ((uint32_t *)info->pseudo_palette)[rect->color]; in nvc0_fbcon_fillrect() 48 colour = rect->color; in nvc0_fbcon_fillrect() 50 ret = PUSH_WAIT(push, rect->rop == ROP_COPY ? 7 : 9); in nvc0_fbcon_fillrect() [all …]
|
| H A D | nouveau_boa0b5.c | 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 42 struct nvif_push *push = chan->chan.push; in nve0_bo_move_copy() local 45 ret = PUSH_WAIT(push, 10); in nve0_bo_move_copy() 49 PUSH_MTHD(push, NVA0B5, OFFSET_IN_UPPER, in nve0_bo_move_copy() 50 NVVAL(NVA0B5, OFFSET_IN_UPPER, UPPER, upper_32_bits(mem->vma[0].addr)), in nve0_bo_move_copy() 52 OFFSET_IN_LOWER, lower_32_bits(mem->vma[0].addr), in nve0_bo_move_copy() 55 NVVAL(NVA0B5, OFFSET_OUT_UPPER, UPPER, upper_32_bits(mem->vma[1].addr)), in nve0_bo_move_copy() 57 OFFSET_OUT_LOWER, lower_32_bits(mem->vma[1].addr), in nve0_bo_move_copy() 61 LINE_COUNT, new_reg->num_pages); in nve0_bo_move_copy() 63 PUSH_IMMD(push, NVA0B5, LAUNCH_DMA, in nve0_bo_move_copy() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | NDS32_002dOps.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- This file documents the GNU Assembler "as". 5 Copyright (C) 1991-2021 Free Software Foundation, Inc. 10 with no Invariant Sections, with no Front-Cover Texts, and with no 11 Back-Cover Texts. A copy of the license is included in the 13 --> 14 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 16 <title>Using as: NDS32-Ops</title> 18 <meta name="description" content="Using as: NDS32-Ops"> 19 <meta name="keywords" content="Using as: NDS32-Ops"> [all …]
|
| H A D | AVR-Pseudo-Instructions.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- This file documents the GNU Assembler "as". 5 Copyright (C) 1991-2021 Free Software Foundation, Inc. 10 with no Invariant Sections, with no Front-Cover Texts, and with no 11 Back-Cover Texts. A copy of the license is included in the 13 --> 14 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 20 <meta name="resource-type" content="document"> 23 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 25 <link href="AS-Index.html#AS-Index" rel="index" title="AS Index"> [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | NDS32_002dOps.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- This file documents the GNU Assembler "as". 5 Copyright (C) 1991-2021 Free Software Foundation, Inc. 10 with no Invariant Sections, with no Front-Cover Texts, and with no 11 Back-Cover Texts. A copy of the license is included in the 13 --> 14 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 16 <title>Using as: NDS32-Ops</title> 18 <meta name="description" content="Using as: NDS32-Ops"> 19 <meta name="keywords" content="Using as: NDS32-Ops"> [all …]
|
| H A D | AVR-Pseudo-Instructions.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- This file documents the GNU Assembler "as". 5 Copyright (C) 1991-2021 Free Software Foundation, Inc. 10 with no Invariant Sections, with no Front-Cover Texts, and with no 11 Back-Cover Texts. A copy of the license is included in the 13 --> 14 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 20 <meta name="resource-type" content="document"> 23 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 25 <link href="AS-Index.html#AS-Index" rel="index" title="AS Index"> [all …]
|
| /OK3568_Linux_fs/u-boot/arch/nds32/cpu/n1213/ |
| H A D | start.S | 2 * Andesboot - Startup Code for Whitiger core 9 * SPDX-License-Identifier: GPL-2.0+ 14 #include <asm-offsets.h> 45 #define CR_ICAC_MEM $cr1 ! I-cache/memory config reg 46 #define CR_DCAC_MEM $cr2 ! D-cache/memory config reg 74 * 1.1 reset - start of u-boot 75 * 1.2 to superuser mode - as is when reset 77 * - (this will jump out to lowlevel_init.S in SoC) 78 * - (lowlevel_init) 80 * - (this will jump out to watchdog.S in SoC) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Bytecode-Descriptions.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- Copyright (C) 1988-2021 Free Software Foundation, Inc. 9 Free Documentation", with the Front-Cover Texts being "A GNU Manual," 10 and with the Back-Cover Texts as in (a) below. 12 (a) The FSF's Back-Cover Text is: "You are free to copy and modify 14 developing GNU and promoting software freedom." --> 15 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 21 <meta name="resource-type" content="document"> 24 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 26 <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Bytecode-Descriptions.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- Copyright (C) 1988-2021 Free Software Foundation, Inc. 9 Free Documentation", with the Front-Cover Texts being "A GNU Manual," 10 and with the Back-Cover Texts as in (a) below. 12 (a) The FSF's Back-Cover Text is: "You are free to copy and modify 14 developing GNU and promoting software freedom." --> 15 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 21 <meta name="resource-type" content="document"> 24 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 26 <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> [all …]
|