| /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 | Process-Information.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 | Process-Information.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/kernel/tools/testing/selftests/bpf/ |
| H A D | test_current_pid_tgid_new_ns.c | 1 // SPDX-License-Identifier: GPL-2.0 39 if (stat("/proc/self/ns/pid", &st)) { in main() 40 perror("stat failed on /proc/self/ns/pid ns\n"); in main() 50 if (pid == -1) { in main() 65 if (pid == -1) { in main() 76 if (CHECK_NEWNS(mount("none", "/proc", NULL, MS_PRIVATE|MS_REC, NULL), in main() 77 "Unmounting proc", "Cannot umount proc! errno=%d\n", errno)) in main() 80 if (CHECK_NEWNS(mount("proc", "/proc", "proc", MS_NOSUID|MS_NOEXEC|MS_NODEV, NULL), in main() 81 "Mounting proc", "Cannot mount proc! errno=%d\n", errno)) in main() 94 __u64 id; in main() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | tables.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * acpi_tables.c - ACPI Boot-Time Table Parsing 60 switch (header->type) { in acpi_table_print_madt_entry() 67 p->processor_id, p->id, in acpi_table_print_madt_entry() 68 (p->lapic_flags & ACPI_MADT_ENABLED) ? "enabled" : "disabled"); in acpi_table_print_madt_entry() 77 p->local_apic_id, p->uid, in acpi_table_print_madt_entry() 78 (p->lapic_flags & ACPI_MADT_ENABLED) ? "enabled" : "disabled"); in acpi_table_print_madt_entry() 86 pr_debug("IOAPIC (id[0x%02x] address[0x%08x] gsi_base[%d])\n", in acpi_table_print_madt_entry() 87 p->id, p->address, p->global_irq_base); in acpi_table_print_madt_entry() 96 p->bus, p->source_irq, p->global_irq, in acpi_table_print_madt_entry() [all …]
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/skas/ |
| H A D | mmu.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) 13 #include <as-layout.h> 17 static int init_stub_pte(struct mm_struct *mm, unsigned long proc, in init_stub_pte() argument 26 pgd = pgd_offset(mm, proc); in init_stub_pte() 28 p4d = p4d_alloc(mm, pgd, proc); in init_stub_pte() 32 pud = pud_alloc(mm, p4d, proc); in init_stub_pte() 36 pmd = pmd_alloc(mm, pud, proc); in init_stub_pte() 40 pte = pte_alloc_map(mm, pmd, proc); in init_stub_pte() 55 return -ENOMEM; in init_stub_pte() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | fwcmd.c | 32 #define H2CB_CMD_SIZE (H2C_CMD_LEN - FWCMD_HDR_LEN) 36 #define H2CB_DATA_SIZE (H2C_DATA_LEN - FWCMD_HDR_LEN) 40 #define H2CB_LONG_DATA_SIZE (H2C_LONG_DATA_LEN - FWCMD_HDR_LEN) 73 enum phl_msg_evt_id *id, u8 *c2h_info); 78 return list->qlen; in h2cb_queue_len() 83 list->prev = (struct h2c_buf *)list; in __h2cb_queue_head_init() 84 list->next = (struct h2c_buf *)list; in __h2cb_queue_head_init() 85 list->qlen = 0; in __h2cb_queue_head_init() 86 list->suspend = 0; in __h2cb_queue_head_init() 92 PLTFM_MUTEX_INIT(&list->lock); in h2cb_queue_head_init() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | fwcmd.c | 32 #define H2CB_CMD_SIZE (H2C_CMD_LEN - FWCMD_HDR_LEN) 36 #define H2CB_DATA_SIZE (H2C_DATA_LEN - FWCMD_HDR_LEN) 40 #define H2CB_LONG_DATA_SIZE (H2C_LONG_DATA_LEN - FWCMD_HDR_LEN) 73 enum phl_msg_evt_id *id, u8 *c2h_info); 78 return list->qlen; in h2cb_queue_len() 83 list->prev = (struct h2c_buf *)list; in __h2cb_queue_head_init() 84 list->next = (struct h2c_buf *)list; in __h2cb_queue_head_init() 85 list->qlen = 0; in __h2cb_queue_head_init() 86 list->suspend = 0; in __h2cb_queue_head_init() 92 PLTFM_MUTEX_INIT(&list->lock); in h2cb_queue_head_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_proc.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * the PROC file system and the SCSI device drivers 10 * (c) 1995 Michael Neuffer neuffer@goofy.zdv.uni-mainz.de 14 * Andreas Heilwagen <crashcar@informatik.uni-koblenz.de> 46 /* Protect sht->present and sht->proc_dir */ 53 ssize_t ret = -ENOMEM; in proc_scsi_host_write() 57 return -EOVERFLOW; in proc_scsi_host_write() 59 if (!shost->hostt->write_info) in proc_scsi_host_write() 60 return -EINVAL; in proc_scsi_host_write() 64 ret = -EFAULT; in proc_scsi_host_write() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binder_internal.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 26 * struct binder_device - information about a binder device node 43 * binderfs_mount_opts - mount options for binderfs 53 * binderfs_info - information about a binderfs mount 56 * binder-control device. 63 * @proc_log_dir: Pointer to the directory dentry containing process-specific 121 (entry)->name; \ 143 * struct binder_work - work enqueued on a worklist 147 * There are separate work lists for proc, thread, and node (async). 170 * struct binder_node - binder node bookkeeping [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/apei/ |
| H A D | output_format.rst | 1 .. SPDX-License-Identifier: GPL-2.0 35 [processor_type: <integer>, <proc type string>] 36 [processor_isa: <integer>, <proc isa string>] 38 <proc error type strings>] 39 [operation: <integer>, <proc operation string>] 41 <proc flags strings>] 50 <proc type string>* := IA32/X64 | IA64 52 <proc isa string>* := IA32 | IA64 | X64 55 [cache error][, TLB error][, bus error][, micro-architectural error] 57 <proc operation string>* := unknown or generic | data read | data write | \ [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 2 # SPDX-License-Identifier: GPL-2.0 5 tdc.py - Linux tc (Traffic Control) unit test driver 54 mn = fn[0:-3] 60 pgname = pgname[0:-3] 64 self.plugin_instances[-1].check_args(self.args, None) 89 pgd = ['plugin-lib', 'plugin-lib-custom'] 133 print('testid is {}'.format(caseinfo['id'])) 193 proc = subprocess.Popen(command, 200 (rawout, serr) = proc.communicate(timeout=NAMES['TIMEOUT']) 201 if proc.returncode != 0 and len(serr) > 0: [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | proc.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 The /proc Filesystem 8 /proc/sys Terrehon Bowden <terrehon@pacbell.net>, October 7 1999 11 move /proc/sys Shen Feng <shen@cn.fujitsu.com> April 1 2009 24 1.1 Process-Specific Subdirectories 26 1.3 IDE devices in /proc/ide 27 1.4 Networking info in /proc/net 29 1.6 Parallel port info in /proc/parport 30 1.7 TTY info in /proc/tty 31 1.8 Miscellaneous kernel statistics in /proc/stat [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | remoteproc.h | 3 * Texas Instruments Incorporated - http://www.ti.com/ 4 * SPDX-License-Identifier: GPL-2.0+ 16 #include <dm/platdata.h> /* For platform data support - non dt world */ 19 * enum rproc_mem_type - What type of memory model does the rproc use 32 * struct dm_rproc_uclass_pdata - platform data for a CPU 33 * @name: Platform-specific way of naming the Remote proc 48 * struct dm_rproc_ops - Operations that are provided by remote proc driver 50 * Return 0 on success, -ve error on fail 53 * addr- Address of the binary image to be loaded 54 * size- Size of the binary image to be loaded [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/ |
| H A D | pidof-add-m-option.patch | 4 Subject: [PATCH] pidof: add -m option 6 When used with -o, will also omit any processes that have the same 11 https://bugzilla.redhat.com/show_bug.cgi?id=883856 13 Upstream-Status: Backport 14 Imported patch from: https://bugzilla.redhat.com/attachment.cgi?id=658166 16 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 18 --- 20 src/killall5.c | 62 +++++++++++++++++++++++++++++++++++++++++++++++--- 21 2 files changed, 65 insertions(+), 3 deletions(-) 23 diff --git a/man/pidof.8 b/man/pidof.8 [all …]
|
| /OK3568_Linux_fs/buildroot/package/busybox/ |
| H A D | inittab | 9 # Format for each entry: <id>:<runlevels>:<action>:<process> 11 # id == tty to run on, or empty for /dev/console 17 ::sysinit:/bin/mount -t proc proc /proc 18 ::sysinit:/bin/mount -o remount,rw / 19 ::sysinit:/bin/mkdir -p /dev/pts /dev/shm 20 ::sysinit:/bin/mount -a 21 ::sysinit:/bin/mkdir -p /run/lock/subsys 22 ::sysinit:/sbin/swapon -a 23 null::sysinit:/bin/ln -sf /proc/self/fd /dev/fd 24 null::sysinit:/bin/ln -sf /proc/self/fd/0 /dev/stdin [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kmod/ |
| H A D | kmod.sh | 13 # under the terms of copyleft-next (version 0.3.1 or later) as published 14 # at http://copyleft-next.org/. 39 set -e 49 # TEST_ID: is the test id number 53 # Once these are enabled please leave them as-is. Write your own test, 69 # Kselftest framework requirement - SKIP code is 4. 74 if [ ! -d $DIR ]; then 84 if [ -z $DEFAULT_KMOD_DRIVER ]; then 88 if [ -z $DEFAULT_KMOD_FS ]; then 92 if [ -z $PROC_DIR ]; then [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | srm_env.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * srm_env.c - Access to SRM environment 6 * (C) 2001,2002,2006 by Jan-Benedict Glaw <jbglaw@lug-owl.de> 8 * This driver is a modified version of Erik Mouw's example proc 25 #define BASE_DIR "srm_environment" /* Subdir in /proc/ */ 31 MODULE_AUTHOR("Jan-Benedict Glaw <jbglaw@lug-owl.de>"); 37 unsigned long id; member 66 unsigned long id = (unsigned long)m->private; in srm_env_proc_show() local 71 return -ENOMEM; in srm_env_proc_show() 73 ret = callback_getenv(id, page, PAGE_SIZE); in srm_env_proc_show() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/s390/ |
| H A D | common_io.rst | 2 S/390 common I/O-Layer 9 ----------------------- 17 device := {all | [!]ipldev | [!]condev | [!]<devno> | [!]<devno>-<devno>} 19 The given devices will be ignored by the common I/O-layer; no detection 24 An ignored device can be un-ignored later; see the "/proc entries"-section for 34 operator). The '!' operator will cause the I/O-layer to _not_ ignore a device. 40 cio_ignore=0.0.0023-0.0.0042,0.0.4711 47 cio_ignore=all,!0.0.4711,!0.0.fd00-0.0.fd02 54 /proc entries 55 ------------- [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mailbox/ |
| H A D | st,stm32-ipcc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: "http://devicetree.org/schemas/mailbox/st,stm32-ipcc.yaml#" 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 16 - Fabien Dessenne <fabien.dessenne@st.com> 17 - Arnaud Pouliquen <arnaud.pouliquen@st.com> 21 const: st,stm32mp1-ipcc 31 - description: rx channel occupied 32 - description: tx channel free 33 - description: wakeup source [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/ac97/ |
| H A D | ac97_proc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 19 * proc interface 46 snd_iprintf(buffer, "%-17s: %3d.%d dBV %c %2d/fs %s\n", in snd_ac97_proc_read_functions() 48 (info & 0x8000 ? -1 : 1) * ((info & 0x7000) >> 12) * 3 / 2, in snd_ac97_proc_read_functions() 50 info & 0x0400 ? 'X' : '-', in snd_ac97_proc_read_functions() 101 snd_ac97_get_name(NULL, ac97->id, name, 0); in snd_ac97_proc_read_main() 102 snd_iprintf(buffer, "%d-%d/%d: %s\n\n", ac97->addr, ac97->num, subidx, name); in snd_ac97_proc_read_main() 104 if ((ac97->scaps & AC97_SCAP_AUDIO) == 0) in snd_ac97_proc_read_main() 108 ac97->subsystem_vendor); in snd_ac97_proc_read_main() 110 ac97->subsystem_device); in snd_ac97_proc_read_main() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/ |
| H A D | notes.rst | 2 More Notes on HD-Audio Driver 11 HD-audio is the new standard on-board audio component on modern PCs 12 after AC97. Although Linux has been supporting HD-audio since long 15 This document explains the brief trouble-shooting and debugging 16 methods for the HD-audio hardware. 18 The HD-audio component consists of two parts: the controller chip and 19 the codec chips on the HD-audio bus. Linux provides a single driver 20 for all controllers, snd-hda-intel. Although the driver name contains 21 a word of a well-known hardware vendor, it's not specific to it but for 22 all controller chips by other companies. Since the HD-audio [all …]
|
| /OK3568_Linux_fs/kernel/drivers/nubus/ |
| H A D | proc.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* drivers/nubus/proc.c: Proc FS interface for NuBus. 4 By David Huggins-Daines <dhd@debian.org> 6 Much code and many ideas from drivers/pci/proc.c: 11 structure in /proc analogous to the structure of the NuBus ROM 16 resources are empty files, since every resource ID requires a special 17 case (e.g. if the resource ID implies a directory or block, then its 33 * /proc/bus/nubus/devices stuff 43 fres->board->slot, fres->category, fres->type, in nubus_devices_proc_show() 44 fres->dr_sw, fres->dr_hw, fres->board->slot_addr); in nubus_devices_proc_show() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_process.c | 30 #include <linux/amd-iommu.h> 58 /* Ordered, single-threaded workqueue for restoring evicted 61 * their BOs and result in a live-lock situation where processes 114 pdd = workarea->pdd; in kfd_sdma_activity_worker() 117 dqm = pdd->dev->dqm; in kfd_sdma_activity_worker() 118 qpd = &pdd->qpd; in kfd_sdma_activity_worker() 125 * we loop over all SDMA queues and get their counts from user-space. in kfd_sdma_activity_worker() 131 * 1. Create a temporary list of SDMA queue nodes from the qpd->queues_list, in kfd_sdma_activity_worker() 137 * from the qpd->queues_list. in kfd_sdma_activity_worker() 138 * 3. Do a second pass over qpd->queues_list to check if any nodes got deleted. in kfd_sdma_activity_worker() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | proc-v6.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * linux/arch/arm/mm/proc-v6.S 14 #include <asm/asm-offsets.h> 16 #include <asm/pgtable-hwdef.h> 18 #include "proc-macros.S" 52 * - loc - location to jump to for soft reset 75 mcr p15, 0, r1, c7, c10, 4 @ DWB - WFI may enter a low-power mode 91 * - pgd_phys - physical address of new TTB 94 * - we are not using split page tables 99 mmid r1, r1 @ get mm->context.id [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/ |
| H A D | busybox-inittab_1.35.0.bb | 2 LICENSE = "GPL-2.0-only" 3 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6… 16 install -d ${D}${sysconfdir} 17 install -D -m 0644 ${WORKDIR}/inittab ${D}${sysconfdir}/inittab 19 [ -n "$tmp" ] && echo >> ${D}${sysconfdir}/inittab 23 id=`echo ${i} | sed -e 's/^.*;//' -e 's/;.*//'` 24 echo "$id::respawn:${base_sbindir}/getty ${j}" >> ${D}${sysconfdir}/inittab 30 # The "id" field MUST be the same as the last 34 # <id>:<runlevels>:<action>:<process> 57 if [ -e /proc/consoles ]; then [all …]
|