Home
last modified time | relevance | path

Searched +full:block +full:- +full:fetch (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/
H A DFrameDecorator.py1 # Copyright (C) 2013-2021 Free Software Foundation, Inc.
20 # sub-classes of basestring. In Python 3.x all strings are encoded
34 sub-classed FrameDecorator object, but also wrap other frame
40 wrapped by multiple frame decorators, all sub-classed from
44 -- (wraps) Decorator2
45 -- (wraps) FrameDecorator
46 -- (wraps) gdb.Frame
49 sub-classed from FrameDecorator. If Decorator1 just overrides the
51 by the super-class FrameDecorator. But Decorator2 may have
93 without debug-info)."""
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/
H A DFrameDecorator.py1 # Copyright (C) 2013-2021 Free Software Foundation, Inc.
20 # sub-classes of basestring. In Python 3.x all strings are encoded
34 sub-classed FrameDecorator object, but also wrap other frame
40 wrapped by multiple frame decorators, all sub-classed from
44 -- (wraps) Decorator2
45 -- (wraps) FrameDecorator
46 -- (wraps) gdb.Frame
49 sub-classed from FrameDecorator. If Decorator1 just overrides the
51 by the super-class FrameDecorator. But Decorator2 may have
93 without debug-info)."""
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dssh.py2 BitBake 'Fetch' implementations
6 http://tools.ietf.org/wg/secsh/draft-ietf-secsh-scp-sftp-ssh-uri/
30 # SPDX-License-Identifier: GPL-2.0-only
41 ( # Optional username/password block
44 (?P<cparam>(;[^;]+)*)? # connection parameters block (optional)
47 (?P<host>\S+?) # non-greedy match of the host
48 (:(?P<port>[0-9]+))? # colon followed by the port (optional)
53 (?P<sparam>(;[^;]+)*)? # parameters block (optional)
58 '''Class to fetch a module or modules via Secure Shell'''
69 "Invalid protocol - if you wish to fetch from a git " +
[all …]
H A Dwget.py2 BitBake 'Fetch' implementations
11 # SPDX-License-Identifier: GPL-2.0-only
36 Note: relies on --progress=dot (with -v or without -q/-nv) being
45 percs = re.findall(r'(\d+)%\s+([\d.]+[A-Z])', line)
47 progress = int(percs[-1][0])
48 rate = percs[-1][1] + '/s'
55 """Class to fetch urls via 'wget'"""
58 # with the standard wget/urllib User-Agent, so pretend to be a modern
80 …raise bb.fetch2.ParameterError("Invalid protocol - if you wish to fetch from a git repository usin…
91 self.basecmd = d.getVar("FETCHCMD_wget") or "/usr/bin/env wget -t 2 -T 30 --passive-ftp"
[all …]
/OK3568_Linux_fs/buildroot/board/rockchip/common/security-ramdisk-overlay/
H A Dinit.in4 /bin/mount -t devtmpfs devtmpfs /dev
5 /bin/mount -t proc proc /proc
6 /bin/mount -t sysfs sysfs /sys
7 /bin/mount -t tmpfs tmpfs /tmp
14 BLOCK_PATH=/sys/class/block
27 if [ ! -z "$(echo $(basename $1) | grep $i)" ]; then
39 DEBUG "try to find block $target"
45 if [ ! -z "$target_dev" ]; then
56 DEBUG "--------------------------"
58 DEBUG "--------------------------"
[all …]
/OK3568_Linux_fs/buildroot/board/forlinx/common/security-ramdisk-overlay/
H A Dinit.in4 /bin/mount -t devtmpfs devtmpfs /dev
5 /bin/mount -t proc proc /proc
6 /bin/mount -t sysfs sysfs /sys
7 /bin/mount -t tmpfs tmpfs /tmp
14 BLOCK_PATH=/sys/class/block
27 if [ ! -z "$(echo $(basename $1) | grep $i)" ]; then
39 DEBUG "try to find block $target"
45 if [ ! -z "$target_dev" ]; then
56 DEBUG "--------------------------"
58 DEBUG "--------------------------"
[all …]
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dkey.h4 * Copyright (C) 2006-2008 Nokia Corporation.
6 * SPDX-License-Identifier: GPL-2.0+
13 * This header contains various key-related definitions and helper function.
20 * Keys are 64-bits long. First 32-bits are inode number (parent inode number
30 * key_mask_hash - mask a valid hash value.
46 * key_r5_hash - R5 hash function (borrowed from reiserfs).
66 * key_test_hash - testing hash function.
80 * ino_key_init - initialize inode key.
81 * @c: UBIFS file-system description object
88 key->u32[0] = inum; in ino_key_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.h1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
51 * @ setup_prog_fetch : enables/disables the programmable fetch logic
64 const struct intf_prog_fetch *fetch);
93 * to_dpu_hw_intf - convert base object dpu_hw_base to container
94 * @hw: Pointer to base hardware block
95 * return: Pointer to hardware block container
H A Ddpu_hw_intf.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
68 for (i = 0; i < m->intf_count; i++) { in _intf_offset()
69 if ((intf == m->intf[i].id) && in _intf_offset()
70 (m->intf[i].type != INTF_NONE)) { in _intf_offset()
71 b->base_off = addr; in _intf_offset()
72 b->blk_off = m->intf[i].base; in _intf_offset()
73 b->length = m->intf[i].len; in _intf_offset()
74 b->hwversion = m->hwversion; in _intf_offset()
75 b->log_mask = DPU_DBG_MASK_INTF; in _intf_offset()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dtextsearch.h1 /* SPDX-License-Identifier: GPL-2.0 */
19 * struct ts_state - search state
30 * struct ts_ops - search module operations
53 * struct ts_config - search configuration
56 * @get_next_block: callback to fetch the next block to search in
65 * @get_next_block: fetch next block of data
72 * head of the next block of data to &*dst and return the length
73 * of the block or 0 if at the end. consumed == 0 indicates
74 * a new search. May store/read persistent values in state->cb.
94 * textsearch_next - continue searching for a pattern
[all …]
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dkey.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2006-2008 Nokia Corporation.
12 * This header contains various key-related definitions and helper function.
19 * Keys are 64-bits long. First 32-bits are inode number (parent inode number
28 * different c->key_format. But right now, there is only one key type, UBIFS_SIMPLE_KEY_FMT.
35 * key_mask_hash - mask a valid hash value.
51 * key_r5_hash - R5 hash function (borrowed from reiserfs).
60 while (len--) { in key_r5_hash()
71 * key_test_hash - testing hash function.
85 * ino_key_init - initialize inode key.
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/sgi-gru/
H A Dgru_instructions.h16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
55 * Control block status and exception codes
75 * Structure used to fetch exception detail for CBs that terminate with
98 /* DW 0 - low */
108 /* DW 0 - high */
117 /* DW 2-6 */
190 /* GAMIR - AMOs with implicit operands */
191 #define EOP_IR_FETCH 0x01 /* Plain fetch of memory */
192 #define EOP_IR_CLR 0x02 /* Fetch and clear */
193 #define EOP_IR_INC 0x05 /* Fetch and increment */
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gator_api.h3 * (C) COPYRIGHT 2014-2015 ARM Limited. All rights reserved.
12 * Boston, MA 02110-1301, USA.
22 * @brief This file describes the API used by Gator to fetch hardware counters.
46 * 4] Call kbase_gator_hwcnt_dump_irq() to queue a non-blocking request for a
47 * counter dump. If this returns a non-zero value the request has been queued,
52 * requested dump has been succesful. If this returns non-zero the counter dump
60 * kbase_gator_hwcnt_info->kernel_dump_buffer
68 * u32 * hwcnt_data = (u32*)hwcnt_info->kernel_dump_buffer
70 * # Iterate over each 64-counter block in this GPU configuration
71 * for( i = 0; i < hwcnt_info->nr_hwc_blocks; i++) {
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dsa2ul.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Copyright (C) 2018-2020 Texas Instruments Incorporated - http://www.ti.com
62 ((ctx_sz) ? ((ctx_sz) / 32 - 1) : 0)
82 /* 16-bit Length of Data to be processed */
96 /* SWINFO word-0 flags */
125 * Bit 0-1: Fetch PHP Bytes
126 * Bit 2-3: Fetch Encryption/Air Ciphering Bytes
127 * Bit 4-5: Fetch Authentication Bytes or Encr pass 2
128 * Bit 6-7: Evict PHP Bytes
155 #define SA_ALIGN_MASK (sizeof(u32) - 1)
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templates/
H A Dimportlayer.html5 {% block title %} Import layer - {{project.name}} - Toaster {% endblock %}
6 {% block pagecontent %}
29 <form class="col-md-11">
30 …<span class="help-block">The layer you are importing must be compatible with <strong>{{project.rel…
31 <div class="alert alert-error" id="import-error" style="display:none">
32 <button type="button" class="close" data-dismiss="alert">&times;</button>
38 <div class="form-group" id="layer-name-ctrl">
39 <label class="control-label" for="import-layer-name">
41 …<span class="glyphicon glyphicon-question-sign get-help" title="Something like 'meta-mylayer'. You…
43 …<input class="form-control" id="import-layer-name" type="text" required autofocus data-autocomplet…
[all …]
H A Dlayerdetails.html6 {% block title %} {{layerversion.layer.name}} - {{project.name}} - Toaster {% endblock %}
7 {% block pagecontent %}
9 <div id="delete-layer-modal" class="modal fade" tabindex="-1" role="dialog"
10 data-keyboard="false" data-backdrop="static">
11 <div class="modal-dialog" role="document">
12 <div class="modal-content">
13 <div class="modal-body">
16 <div class="modal-footer">
17 <button type="button" id="layer-delete-confirmed" class="btn
18 btn-primary">Delete layer</button>
[all …]
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dafs.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
113 afs_FS_FetchData = 130, /* AFS Fetch file data */
114 afs_FS_FetchACL = 131, /* AFS Fetch file ACL */
115 afs_FS_FetchStatus = 132, /* AFS Fetch file status */
133 afs_FS_InlineBulkStatus = 65536, /* AFS Fetch multiple file statuses with errors */
134 afs_FS_FetchData64 = 65537, /* AFS Fetch file data */
139 yfs_FS_FetchData = 130, /* YFS Fetch file data */
140 yfs_FS_FetchACL = 64131, /* YFS Fetch file ACL */
141 yfs_FS_FetchStatus = 64132, /* YFS Fetch file status */
163 yfs_FS_InlineBulkStatus = 64536, /* YFS Fetch multiple file statuses with errors */
[all …]
/OK3568_Linux_fs/kernel/arch/nios2/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
67 a value of 11 means that the largest free memory block is 2^10 pages.
86 Nios II CPUs cannot fetch/store data which is not bus aligned,
87 i.e., a 2 or 4 byte fetch must start at an address divisible by
88 2 or 4. Any non-aligned load/store instructions will be trapped and
105 some command-line options at build time by entering them here. In
126 bool "Passed kernel command line from u-boot"
128 Use bootargs env variable from u-boot for kernel command line.
/OK3568_Linux_fs/kernel/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac.h1 // SPDX-License-Identifier: GPL-2.0
2 // (C) 2017-2018 Synopsys, Inc. (www.synopsys.com)
19 #include "../virt-dma.h"
93 return &dchan->dev->device; in dchan2dev()
98 return &chan->vc.chan.dev->device; in chan2dev()
125 #define DMAC_CHEN_L 0x018 /* R/W DMAC Channel Enable 00-31 */
126 #define DMAC_CHEN_H 0x01C /* R/W DMAC Channel Enable 32-63 */
137 #define CH_BLOCK_TS 0x010 /* R/W Chan Block Transfer Size */
139 #define CH_CTL_L 0x018 /* R/W Chan Control 00-31 */
140 #define CH_CTL_H 0x01C /* R/W Chan Control 32-63 */
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Dfw-download.c1 // SPDX-License-Identifier: GPL-2.0
18 /* Timeout, in jiffies, within which fetch or release firmware must be called */
48 dev_dbg(fw_req->fw_download->parent, "firmware %s released\n", in fw_req_release()
49 fw_req->name); in fw_req_release()
51 release_firmware(fw_req->fw); in fw_req_release()
54 * The request timed out and the module may send a fetch-fw or in fw_req_release()
55 * release-fw request later. Lets block the id we allocated for this in fw_req_release()
56 * request, so that the AP doesn't refer to a later fw-request (with in fw_req_release()
57 * same firmware_id) for the old timedout fw-request. in fw_req_release()
65 if (!fw_req->timedout) in fw_req_release()
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dchafsr.h1 /* SPDX-License-Identifier: GPL-2.0 */
9 * ch --> cheetah
10 * ch+ --> cheetah plus
11 * jp --> jalapeno
15 * read, write 1 to clear. M_SYNDROME and E_SYNDROME are read-only.
33 /* Hardware corrected E-cache Tag ECC error */
38 /* SW handled correctable E-cache Tag ECC error */
43 /* Uncorrectable E-cache Tag ECC error */
65 * 64-byte system bus transaction. Only the first ECC error in a 16-byte
66 * subunit will be logged. All errors in subsequent 16-byte subunits
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtrap_pf.h1 /* SPDX-License-Identifier: GPL-2.0 */
10 * bit 2 == 0: kernel-mode access 1: user-mode access
12 * bit 4 == 1: fault was an instruction fetch
13 * bit 5 == 1: protection keys block access
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/powerpc/power9/
H A Dother.json15 "BriefDescription": "Demand Instruction fetch request"
65 "BriefDescription": "Read-write data cache collisions"
90 "BriefDescription": "D-cache invalidates sent over the reload bus to the core"
95 …ruction cache was reloaded from the local chip's Memory due to an instruction fetch (not prefetch)"
200 "BriefDescription": "Read-write data cache collisions"
280-word boundary, which causes it to require an additional slice than than what normally would be re…
300 "BriefDescription": "I-cache Invalidates sent over the realod bus to the core"
395-word boundary, which causes it to require an additional slice than than what normally would be re…
430 "BriefDescription": "TM Load (fav or non-fav) ran into conflict (failed)"
450 …"BriefDescription": "A TM-ineligible instruction tries to execute inside a transaction and the LSU…
[all …]
/OK3568_Linux_fs/u-boot/doc/mvebu/cmd/
H A Dbubt.txt2 --------------------------
6 bubt [file-name] [destination [source]]
7 - file-name Image file name to burn. default = flash-image.bin
8 - destination Flash to burn to [spi, nand, mmc]. default = active flash
9 - source Source to load image from [tftp, usb]. default = tftp
12 bubt - Burn flash-image.bin from tftp to active flash
13 bubt latest-spi.bin nand - Burn latest-spi.bin from tftp to NAND flash
16 - For the TFTP interface set serverip and ipaddr.
17 - To burn image to SD/eMMC device, the target is defined
20 Bubt command details (burn image step by-step)
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/mediatek/
H A Dmtk-platform.c1 // SPDX-License-Identifier: GPL-2.0-only
15 #include "mtk-platform.h"
77 * Host Interface Adapter(HIA) - the main interface between the host
82 * Command Descriptor Ring Manager(CDR Manager) - keeps track of how many
84 * CD-FIFO and if there's sufficient space for the next block of descriptors,
85 * then it fires off a DMA request to fetch a block of CDs.
87 * Data fetch engine(DFE) - It is responsible for parsing the CD and
91 * Result Descriptor Ring Manager(RDR Manager) - same as CDR Manager,
98 * Data Store Engine(DSE) - It is responsible for parsing the prepared RD
102 * Advanced Interrupt Controllers(AICs) - receive interrupt request signals
[all …]

12345678910>>...24