repo_full_name stringlengths 6 93 | repo_url stringlengths 25 112 | repo_api_url stringclasses 28
values | owner stringclasses 28
values | repo_name stringclasses 28
values | description stringclasses 28
values | stars int64 617 98.8k | forks int64 31 355 ⌀ | watchers int64 990 999 ⌀ | license stringclasses 2
values | default_branch stringclasses 2
values | repo_created_at timestamp[s]date 2012-07-24 23:12:50 2025-06-16 08:07:28 ⌀ | repo_updated_at timestamp[s]date 2026-02-23 15:23:15 2026-05-03 18:52:12 ⌀ | repo_topics listlengths 0 13 ⌀ | repo_languages unknown | is_fork bool 1
class | open_issues int64 3 104 ⌀ | file_path stringlengths 3 208 | file_name stringclasses 509
values | file_extension stringclasses 1
value | file_size_bytes int64 101 84k ⌀ | file_url stringclasses 627
values | file_raw_url stringclasses 627
values | file_sha stringclasses 624
values | language stringclasses 8
values | parsed_at stringdate 2026-05-04 01:12:36 2026-05-04 19:41:55 | text stringlengths 100 102k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
espressif/esp-idf | https://github.com/espressif/esp-idf | null | null | null | null | 17,962 | null | null | apache-2.0 | null | null | null | null | null | null | null | components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32h21.c | null | null | null | null | null | null | C | 2026-05-04T19:40:50.010297 | /*
* SPDX-FileCopyrightText: 2024-2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdbool.h>
#include <assert.h>
#include "string.h"
#include "sdkconfig.h"
#include "esp_err.h"
#include "esp_log.h"
#include "esp_rom_gpio.h"
#include "flash_qio_mode.h"
#include "bootload... |
espressif/esp-idf | https://github.com/espressif/esp-idf | null | null | null | null | 17,962 | null | null | apache-2.0 | null | null | null | null | null | null | null | components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32s2.c | null | null | null | null | null | null | C | 2026-05-04T19:40:50.045423 | /*
* SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdbool.h>
#include <assert.h>
#include "string.h"
#include "sdkconfig.h"
#include "esp_err.h"
#include "esp_log.h"
#include "esp_rom_gpio.h"
#include "esp_rom_efuse.h"
#include "esp32s2/r... |
espressif/esp-idf | https://github.com/espressif/esp-idf | null | null | null | null | 17,962 | null | null | apache-2.0 | null | null | null | null | null | null | null | components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32s3.c | null | null | null | null | null | null | C | 2026-05-04T19:40:50.417845 | /*
* SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdbool.h>
#include <assert.h>
#include "string.h"
#include "sdkconfig.h"
#include "esp_err.h"
#include "esp_log.h"
#include "esp_rom_gpio.h"
#include "esp_rom_efuse.h"
#include "esp32s3/r... |
espressif/esp-idf | https://github.com/espressif/esp-idf | null | null | null | null | 17,962 | null | null | apache-2.0 | null | null | null | null | null | null | null | components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32s31.c | null | null | null | null | null | null | C | 2026-05-04T19:40:50.575044 | /*
* SPDX-FileCopyrightText: 2025-2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdbool.h>
#include <assert.h>
#include "string.h"
#include "sdkconfig.h"
#include "esp_err.h"
#include "esp_log.h"
#include "esp_rom_gpio.h"
#include "soc/spi_pins.h"
#include "soc/gpio_p... |
espressif/esp-idf | https://github.com/espressif/esp-idf | null | null | null | null | 17,962 | null | null | apache-2.0 | null | null | null | null | null | null | null | components/app_update/test_apps/test_app_update/main/app_main.c | null | null | null | null | null | null | C | 2026-05-04T19:40:51.519855 | /*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
#include "unity.h"
#include "nvs_flash.h"
#include "nvs.h"
#include "esp_err.h"
void app_main(void)
{
ESP_ERROR_CHECK(nvs_flash_init());
unity_run_menu();
ESP_ERROR_CHECK(nvs_flash... |
espressif/esp-idf | https://github.com/espressif/esp-idf | null | null | null | null | 17,962 | null | null | apache-2.0 | null | null | null | null | null | null | null | components/app_update/test_apps/test_app_update/main/utils_update.c | null | null | null | null | null | null | C | 2026-05-04T19:40:52.603442 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "esp_rom_spiflash.h"
#include "driver/gpio.h"
#include "nvs_flash.h"
#include "esp_partition.h"
#include "esp_flash_partitions.h"
#include "esp_image_format.h"
#include "../bootloader_flash/inc... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/fault.c | null | null | null | null | null | null | C | 2026-05-04T19:41:00.798105 | /*
* Copyright (c) 2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Common fault handler for ARCv2
*
* Common fault handler for ARCv2 processors.
*/
#include <zephyr/toolchain.h>
#include <zephyr/linker/sections.h>
#include <inttypes.h>
#include <zephyr/kernel.h>... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/elf.c | null | null | null | null | null | null | C | 2026-05-04T19:41:00.801756 | /*
* Copyright (c) 2024 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/llext/elf.h>
#include <zephyr/llext/llext.h>
#include <zephyr/llext/llext_internal.h>
#include <zephyr/llext/loader.h>
#include <zephyr/logging/log.h>
#include <zephyr/sys/util.h>
LOG_MODULE_REGISTER(elf, CONFIG_... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/fatal.c | null | null | null | null | null | null | C | 2026-05-04T19:41:00.803108 | /*
* Copyright (c) 2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Fatal fault handling
*
* This module implements the routines necessary for handling fatal faults on
* ARCv2 CPUs.
*/
#include <zephyr/kernel.h>
#include <offsets_short.h>
#include <zephyr/arch/cp... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/dsp/swap_dsp_macros.h | null | null | null | null | null | null | C | 2026-05-04T19:41:00.817655 | /*
* Copyright (c) 2022 Synopsys.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief save and load macro for ARCv2 DSP and AGU regs
*
*/
.macro _save_dsp_regs
#ifdef CONFIG_DSP_SHARING
ld_s r13, [r2, ___thread_base_t_user_options_OFFSET]
bbit0 r13, K_DSP_IDX, dsp_skip_save
lr r13, [_ARC_V2_DSP_... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/arcmwdt/arcmwdt-dtr-stubs.c | null | null | null | null | null | null | C | 2026-05-04T19:41:00.818826 | /*
* Copyright (c) 2021 Synopsys.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/toolchain.h>
__weak void *__dso_handle;
int atexit(void (*function)(void))
{
return 0;
}
|
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/irq_offload.c | null | null | null | null | null | null | C | 2026-05-04T19:41:00.825400 | /*
* Copyright (c) 2015 Intel corporation
* Copyright (c) 2022 Synopsys
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file Software interrupts utility code - ARC implementation
*/
#include <zephyr/kernel.h>
#include <zephyr/irq_offload.h>
#include <zephyr/init.h>
/* Choose a reasonable default for interru... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/irq_manage.c | null | null | null | null | null | null | C | 2026-05-04T19:41:00.826674 | /*
* Copyright (c) 2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief ARCv2 interrupt management
*
*
* Interrupt management:
*
* - enabling/disabling
*
* An IRQ number passed to the @a irq parameters found in this file is a
* number from 16 to last IRQ number on... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/cache.c | null | null | null | null | null | null | C | 2026-05-04T19:41:00.845851 | /* cache.c - d-cache support for ARC CPUs */
/*
* Copyright (c) 2016 Synopsys, Inc. All rights reserved.
* Copyright (c) 2025 GSI Technology, All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief d-cache manipulation
*
* This module contains functions for manipulation of the d-... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/arc_connect.c | null | null | null | null | null | null | C | 2026-05-04T19:41:00.867221 | /*
* Copyright (c) 2019 Synopsys.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief ARCv2 ARC CONNECT driver
*
*/
#include <zephyr/kernel.h>
#include <zephyr/arch/cpu.h>
#include <zephyr/spinlock.h>
#include <kernel_internal.h>
static struct k_spinlock arc_connect_spinlock;
/* Generate an inte... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/mpu/arc_mpu.c | null | null | null | null | null | null | C | 2026-05-04T19:41:01.418252 | /*
* Copyright (c) 2019 Synopsys.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/device.h>
#include <zephyr/init.h>
#include <zephyr/kernel.h>
#include <zephyr/arch/arc/v2/aux_regs.h>
#include <zephyr/arch/arc/v2/mpu/arc_mpu.h>
#include <zephyr/arch/arc/v2/mpu/arc_core_mpu.h>
#include <zephyr/linker/l... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/mpu/arc_mpu_v6_internal.h | null | null | null | null | null | null | C | 2026-05-04T19:41:01.491285 | /*
* Copyright (c) 2021 Synopsys.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_ARCH_ARC_CORE_MPU_ARC_MPU_V6_INTERNAL_H_
#define ZEPHYR_ARCH_ARC_CORE_MPU_ARC_MPU_V6_INTERNAL_H_
#define AUX_MPU_EN_BANK_MASK BIT(0)
#define AUX_MPU_EN_IC BIT(12)
#define AUX_MPU_EN_DC BIT(13)
#define AUX_MPU_EN_ENABLE ... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/mpu/arc_core_mpu.c | null | null | null | null | null | null | C | 2026-05-04T19:41:01.496488 | /*
* Copyright (c) 2017 Synopsys.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/device.h>
#include <zephyr/init.h>
#include <zephyr/kernel.h>
#include <zephyr/arch/arc/v2/mpu/arc_core_mpu.h>
#include <zephyr/kernel_structs.h>
/*
* @brief Configure MPU for the thread
*
* This function configures p... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/mpu/arc_mpu_v2_internal.h | null | null | null | null | null | null | C | 2026-05-04T19:41:01.500517 | /*
* Copyright (c) 2019 Synopsys.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_ARCH_ARC_CORE_MPU_ARC_MPU_V2_INTERNAL_H_
#define ZEPHYR_ARCH_ARC_CORE_MPU_ARC_MPU_V2_INTERNAL_H_
#define AUX_MPU_EN_ENABLE BIT(30)
#define AUX_MPU_EN_DISABLE ~BIT(30)
/*
* The size of the region is a 5-bit field, the t... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/prep_c.c | null | null | null | null | null | null | C | 2026-05-04T19:41:01.524152 | /*
* Copyright (c) 2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Full C support initialization
*
*
* Initialization of full C support: zero the .bss, copy the .data if XIP,
* call z_cstart().
*
* Stack is available in this module, but not the global data/bss ... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/mpu/arc_mpu_common_internal.h | null | null | null | null | null | null | C | 2026-05-04T19:41:01.534048 | /*
* Copyright (c) 2021 Synopsys.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_ARCH_ARC_CORE_MPU_ARC_MPU_COMMON_INTERNAL_H_
#define ZEPHYR_ARCH_ARC_CORE_MPU_ARC_MPU_COMMON_INTERNAL_H_
#if CONFIG_ARC_MPU_VER == 2 || CONFIG_ARC_MPU_VER == 3
#include "arc_mpu_v2_internal.h"
#elif CONFIG_ARC_MPU_VER == 6
... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/offsets/offsets.c | null | null | null | null | null | null | C | 2026-05-04T19:41:01.553369 | /*
* Copyright (c) 2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief ARCv2 kernel structure member offset definition file
*
* This module is responsible for the generation of the absolute symbols whose
* value represents the member offsets for various ARCv2 kernel s... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/mpu/arc_mpu_v4_internal.h | null | null | null | null | null | null | C | 2026-05-04T19:41:01.557283 | /*
* Copyright (c) 2019 Synopsys.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_ARCH_ARC_CORE_MPU_ARC_MPU_V4_INTERNAL_H_
#define ZEPHYR_ARCH_ARC_CORE_MPU_ARC_MPU_V4_INTERNAL_H_
#define AUX_MPU_RPER_SID1 0x10000
/* valid mask: SID1+secure+valid */
#define AUX_MPU_RPER_VALID_MASK ((0x1) | AUX_MPU_R... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/secureshield/arc_sjli.c | null | null | null | null | null | null | C | 2026-05-04T19:41:02.065350 | /*
* Copyright (c) 2018 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/device.h>
#include <zephyr/kernel.h>
#include <errno.h>
#include <zephyr/types.h>
#include <zephyr/init.h>
#include <zephyr/toolchain.h>
#include <zephyr/arch/arc/v2/secureshield/arc_secure.h>
... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/smp.c | null | null | null | null | null | null | C | 2026-05-04T19:41:02.305417 | /*
* Copyright (c) 2019 Synopsys.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief codes required for ARC multicore and Zephyr smp support
*
*/
#include <zephyr/device.h>
#include <zephyr/kernel.h>
#include <zephyr/irq.h>
#include <zephyr/kernel_structs.h>
#include <ipi.h>
#include <zephyr/init.... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/thread.c | null | null | null | null | null | null | C | 2026-05-04T19:41:02.386431 | /*
* Copyright (c) 2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief New thread creation for ARCv2
*
* Core thread related primitives for the ARCv2 processor architecture.
*/
#include <zephyr/kernel.h>
#include <ksched.h>
#include <offsets_short.h>
#ifdef CONFIG_U... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/include/kernel_arch_func.h | null | null | null | null | null | null | C | 2026-05-04T19:41:02.948786 | /*
* Copyright (c) 2014-2016 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Private kernel definitions
*
* This file contains private kernel structures definitions and various
* other definitions for the ARCv2 processor architecture.
*
* This file is also included b... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/include/swap_macros.h | null | null | null | null | null | null | C | 2026-05-04T19:41:03.297029 | /* swap_macros.h - helper macros for context switch */
/*
* Copyright (c) 2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_ARCH_ARC_INCLUDE_SWAP_MACROS_H_
#define ZEPHYR_ARCH_ARC_INCLUDE_SWAP_MACROS_H_
#include <zephyr/kernel_structs.h>
#include <offsets_short.h>
#include <... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/include/v2/irq.h | null | null | null | null | null | null | C | 2026-05-04T19:41:04.566567 | /*
* Copyright (c) 2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Interrupt helper functions (ARC)
*
* This file contains private kernel structures definitions and various
* other definitions for the ARCv2 processor architecture.
*/
#ifndef ZEPHYR_ARCH_ARC_INCL... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/__aeabi_atexit.c | null | null | null | null | null | null | C | 2026-05-04T19:41:05.227008 | /*
* Copyright (c) 2016 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* @file
* @brief Basic C++ destructor module for globals for ARM
*/
#include <zephyr/toolchain.h>
EXTERN_C int __cxa_atexit(void (*destructor)(void *), void *objptr, void *dso);
/**
* @brief Register destructor fo... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/include/vector_table.h | null | null | null | null | null | null | C | 2026-05-04T19:41:05.227954 | /*
* Copyright (c) 2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Definitions for the exception vector table
*
*
* Definitions for the boot vector table.
*
* System exception handler names all have the same format:
*
* __<exception name with underscores>
*... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/dsp/dsp_offsets.c | null | null | null | null | null | null | C | 2026-05-04T19:41:05.280291 | /*
* Copyright (c) 2022 Synopsys.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief ARCv2 DSP and AGU structure member offset definition file
*
*/
#ifdef CONFIG_DSP_SHARING
GEN_OFFSET_SYM(_callee_saved_stack_t, dsp_ctrl);
GEN_OFFSET_SYM(_callee_saved_stack_t, acc0_glo);
GEN_OFFSET_SYM(_callee_sav... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/cache.c | null | null | null | null | null | null | C | 2026-05-04T19:41:05.894669 | /*
* Copyright 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Cortex-A/R AArch32 L1-cache maintenance operations.
*
* This module implement the cache API for Cortex-A/R AArch32 cores using CMSIS.
* Only L1-cache maintenance operations is supported.
*/
#include <zephyr/kernel.h>
#in... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/boot.h | null | null | null | null | null | null | C | 2026-05-04T19:41:05.930894 | /*
* Copyright (c) 2023 Arm Limited (or its affiliates). All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Definitions for boot code
*/
#ifndef _BOOT_H_
#define _BOOT_H_
#ifndef _ASMLANGUAGE
extern void *_vector_table[];
extern void __start(void);
#endif /* _ASMLANGUAGE */
/... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/cpu_idle.c | null | null | null | null | null | null | C | 2026-05-04T19:41:06.101588 | /*
* Copyright (c) 2013-2014 Wind River Systems, Inc.
* Copyright (c) 2023 Arm Limited
* Copyright (c) 2026 Synaptics Incorporated
* Author: Jisheng Zhang <jszhang@kernel.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* ARM Cortex-A and Cortex-R power management
*/
#include <zephyr/kernel.h>
#include <ze... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/fault.c | null | null | null | null | null | null | C | 2026-05-04T19:41:06.523586 | /*
* Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
* Copyright (c) 2018 Lexmark International, Inc.
* Copyright 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
#include <zephyr/arch/exception.h>
#include <kernel_internal.h>
#include <zephyr/arch/common/exc_handle.h>
#i... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/irq_init.c | null | null | null | null | null | null | C | 2026-05-04T19:41:06.575333 | /*
* Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief ARM Cortex-A and Cortex-R interrupt initialization
*/
#include <zephyr/arch/cpu.h>
#include <zephyr/drivers/interrupt_controller/gic.h>
/**
*
* @brief Initialize interrupts
*
*/
... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/irq_manage.c | null | null | null | null | null | null | C | 2026-05-04T19:41:06.964243 | /*
* Copyright (c) 2013-2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief ARM Cortex-A and Cortex-R interrupt management
*
*
* Interrupt management: enabling/disabling and dynamic ISR
* connecting/replacing. SW_ISR_TABLE_DYNAMIC has to be enabled for
* connecting... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/timestamp.c | null | null | null | null | null | null | C | 2026-05-04T19:41:07.116479 | /*
* Copyright (c) 2017 Synopsys, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Time Stamp API for ARCv2
*
* Provide 64-bit time stamp API
*/
#include <zephyr/kernel.h>
#include <zephyr/toolchain.h>
#include <zephyr/kernel_structs.h>
/*
* @brief Read 64-bit timestamp value
*
* This... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/prep_c.c | null | null | null | null | null | null | C | 2026-05-04T19:41:07.139421 | /*
* Copyright (c) 2013-2014 Wind River Systems, Inc.
* Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Full C support initialization
*
*
* Initialization of full C support: zero the .bss, copy the .data if XIP,
* ... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/vector_table.c | null | null | null | null | null | null | C | 2026-05-04T19:41:07.151479 | /*
* Copyright (c) 2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Populated exception vector table
*
* Vector table with exceptions filled in. The reset vector is the system entry
* point, ie. the first instruction executed.
*
* The table is populated with all ... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/include/arc_irq_offload.h | null | null | null | null | null | null | C | 2026-05-04T19:41:07.152365 | /*
* Copyright (c) 2022 Synopsys.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_ARCH_ARC_INCLUDE_ARC_IRQ_OFFLOAD_H_
#define ZEPHYR_ARCH_ARC_INCLUDE_ARC_IRQ_OFFLOAD_H_
#ifdef CONFIG_IRQ_OFFLOAD
static inline void arc_irq_offload_init_smp(void)
{
arch_irq_offload_init();
}
#else
static inline void a... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/reboot.c | null | null | null | null | null | null | C | 2026-05-04T19:41:07.162190 | /*
* Copyright (c) 2013-2014 Wind River Systems, Inc.
* Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief ARM Cortex-A and Cortex-R System Control Block interface
*/
#include <zephyr/kernel.h>
#include <zephyr/arch/cpu... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/tls.c | null | null | null | null | null | null | C | 2026-05-04T19:41:07.224292 | /*
* Copyright (c) 2020 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
#include <zephyr/kernel_structs.h>
#include <kernel_internal.h>
#include <kernel_tls.h>
#include <zephyr/sys/util.h>
#ifdef __CCAC__
extern char _arcmwdt_tls_start[];
extern char _arcmwdt_tls_size[];
s... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/include/kernel_arch_data.h | null | null | null | null | null | null | C | 2026-05-04T19:41:07.234847 | /*
* Copyright (c) 2014-2016 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Private kernel definitions
*
* This file contains private kernel structures definitions and various
* other definitions for the ARCv2 processor architecture.
*
* This file is also included b... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/core/secureshield/secure_sys_services.c | null | null | null | null | null | null | C | 2026-05-04T19:41:07.245493 | /*
* Copyright (c) 2018 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <errno.h>
#include <zephyr/kernel.h>
#include <zephyr/arch/cpu.h>
#include <zephyr/types.h>
#include <zephyr/toolchain.h>
#include <zephyr/arch/arc/v2/secureshield/arc_secure.h>
#define IRQ_PRIO_MASK (0... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/semihost.c | null | null | null | null | null | null | C | 2026-05-04T19:41:07.881569 | /*
* Copyright (c) 2022, Commonwealth Scientific and Industrial Research
* Organisation (CSIRO) ABN 41 687 119 230.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/sys/util_macro.h>
#include <zephyr/arch/common/semihost.h>
#if !(defined(CONFIG_ISA_ARM) || defined(CONFIG_ISA_THUMB2))
#error Unsupporte... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/smp.c | null | null | null | null | null | null | C | 2026-05-04T19:41:07.882215 | /*
* Copyright (c) 2023, 2024 Arm Limited (or its affiliates).
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel/thread_stack.h>
#include <zephyr/kernel.h>
#include <zephyr/arch/arm/cortex_a_r/lib_helpers.h>
#include <zephyr/drivers/interrupt_controller/gic.h>
#include <ipi.h>
#include "boot.h"
#incl... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/thread.c | null | null | null | null | null | null | C | 2026-05-04T19:41:08.013814 | /*
* Copyright (c) 2013-2014 Wind River Systems, Inc.
* Copyright (c) 2021 Lexmark International, Inc.
* Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief New thread creation for ARM Cortex-A and Cortex-R
*
* Core thr... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_m/cache.c | null | null | null | null | null | null | C | 2026-05-04T19:41:08.040145 | /*
* Copyright (c) 2013-2014 Wind River Systems, Inc.
* Copyright (c) 2020-2022 Qualcomm Innovation Center, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Cache manipulation
*
* This module contains functions for manipulation caches.
*/
#include <zephyr/arch/cpu.h>
#include <zephyr/cach... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/tcm.c | null | null | null | null | null | null | C | 2026-05-04T19:41:08.040786 | /*
* Copyright (c) 2020, Antmicro
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
#include <cmsis_core.h>
void z_arm_tcm_disable_ecc(void)
{
#if defined(CONFIG_ARMV7_R)
uint32_t actlr;
actlr = __get_ACTLR();
actlr &= ~(ACTLR_ATCMPCEN_Msk | ACTLR_B0TCMPCEN_Msk |
ACTLR_B1TCMPCEN_Msk);
__... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/vector_table.h | null | null | null | null | null | null | C | 2026-05-04T19:41:08.083303 | /*
* Copyright (c) 2018 Marvell
* Copyright (c) 2018 Lexmark International, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Definitions for the boot vector table
*
*
* Definitions for the boot vector table.
*
* System exception handler names all have the same format:
*
* __<excepti... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_m/arm-m-switch.c | null | null | null | null | null | null | C | 2026-05-04T19:41:08.154404 | /* Copyright 2025 The ChromiumOS Authors
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/sys/util.h>
#include <ksched.h>
/* The basic exception frame, popped by the hardware during return */
struct hw_frame_base {
uint32_t r0, r1, r2, r3;
uint32_t r12;
uint32_t lr;
uint32_t pc;
uint32_t apsr;
};
/* T... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arc/include/offsets_short_arch.h | null | null | null | null | null | null | C | 2026-05-04T19:41:08.162891 | /*
* Copyright (c) 2016 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_ARCH_ARC_INCLUDE_OFFSETS_SHORT_ARCH_H_
#define ZEPHYR_ARCH_ARC_INCLUDE_OFFSETS_SHORT_ARCH_H_
#include <zephyr/offsets.h>
/* kernel */
/* nothing for now */
/* end - kernel */
/* threads */
#define _thre... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_a_r/stacks.c | null | null | null | null | null | null | C | 2026-05-04T19:41:08.194295 | /*
* Copyright (c) 2018 Lexmark International, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "zephyr/kernel/thread_stack.h"
#include <zephyr/kernel.h>
#include <cortex_a_r/stack.h>
#include <string.h>
#include <kernel_internal.h>
K_KERNEL_STACK_ARRAY_DEFINE(z_arm_fiq_stack, CONFIG_MP_MAX_NUM_CPUS,
CO... |
zephyrproject-rtos/zephyr | https://github.com/zephyrproject-rtos/zephyr | null | null | null | null | 15,149 | null | null | apache-2.0 | null | null | null | null | null | null | null | arch/arm/core/cortex_m/cmse/arm_core_cmse.c | null | null | null | null | null | null | C | 2026-05-04T19:41:08.273028 | /*
* Copyright (c) 2018 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
#include <cortex_m/cmse.h>
int arm_cmse_mpu_region_get(uint32_t addr)
{
cmse_address_info_t addr_info = cmse_TT((void *)addr);
if (addr_info.flags.mpu_region_valid) {
return addr_info.flags.... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/boringssl_masterkey.h | null | null | null | null | null | null | C | 2026-05-04T19:41:11.351312 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/bpf/bpf_core_read.h | null | null | null | null | null | null | C | 2026-05-04T19:41:11.361742 | /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
#ifndef __BPF_CORE_READ_H__
#define __BPF_CORE_READ_H__
#include "bpf_helpers.h"
/*
* enum bpf_field_info_kind is passed as a second argument into
* __builtin_preserve_field_info() built-in to get a specific aspect of
* a field, captured as a first argument... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/boringssl_const.h | null | null | null | null | null | null | C | 2026-05-04T19:41:11.368733 | // SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
#pragma once
/////////////////////////////////////////// DON'T REMOVE THIS CODE BLOCK. //////////////////////////////////////////
// SSL_MAX_MD_SIZE is size of the largest hash function used in TLS, SHA-384.
#define SSL_MAX_MD_SIZE 48
// memory layout from boringss... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/boringssl_a_14_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:11.385227 | #ifndef ECAPTURE_BORINGSSL_A_14_KERN_H
#define ECAPTURE_BORINGSSL_A_14_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1 (compatible; BoringSSL) */
/* OPENSSL_VERSION_NUMBER: 269488255 */
// ssl_st->version
#define SSL_ST_VERSION 0x10
// ssl_st->session
#define SSL_ST_SESSION 0x58
// ssl_st->rbio
#define SSL_ST_RBIO 0x... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/boringssl_a_15_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:11.386879 | #ifndef ECAPTURE_BORINGSSL_A_15_KERN_H
#define ECAPTURE_BORINGSSL_A_15_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1 (compatible; BoringSSL) */
/* OPENSSL_VERSION_NUMBER: 269488255 */
// ssl_st->version
#define SSL_ST_VERSION 0x10
// ssl_st->session
#define SSL_ST_SESSION 0x58
// ssl_st->rbio
#define SSL_ST_RBIO 0x... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/boringssl_a_16_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:11.391215 | #ifndef ECAPTURE_BORINGSSL_A_16_KERN_H
#define ECAPTURE_BORINGSSL_A_16_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1 (compatible; BoringSSL) */
/* OPENSSL_VERSION_NUMBER: 269488255 */
// ssl_st->session
#define SSL_ST_SESSION 0x58
// ssl_st->rbio
#define SSL_ST_RBIO 0x18
// ssl_st->wbio
#define SSL_ST_WBIO 0x20
//... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/bash_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:11.399680 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/boringssl_na_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:11.401163 | #ifndef ECAPTURE_BORINGSSL_NA_KERN_H
#define ECAPTURE_BORINGSSL_NA_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1 (compatible; BoringSSL) */
/* OPENSSL_VERSION_NUMBER: 269488255 */
// ssl_st->version
#define SSL_ST_VERSION 0x10
// ssl_st->session
#define SSL_ST_SESSION 0x58
// ssl_st->rbio
#define SSL_ST_RBIO 0x18
... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/boringssl_a_13_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:11.429482 | #ifndef ECAPTURE_BORINGSSL_A_13_KERN_H
#define ECAPTURE_BORINGSSL_A_13_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1 (compatible; BoringSSL) */
/* OPENSSL_VERSION_NUMBER: 269488255 */
// ssl_st->version
#define SSL_ST_VERSION 0x10
// ssl_st->session
#define SSL_ST_SESSION 0x58
// ssl_st->rbio
#define SSL_ST_RBIO 0x... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/ecapture.h | null | null | null | null | null | null | C | 2026-05-04T19:41:12.258720 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/core_fixes.bpf.h | null | null | null | null | null | null | C | 2026-05-04T19:41:12.261575 | /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
/* Copyright (c) 2021 Hengqi Chen */
#ifndef __CORE_FIXES_BPF_H
#define __CORE_FIXES_BPF_H
#include <vmlinux.h>
#include <bpf/bpf_core_read.h>
/**
* commit 2f064a59a1 ("sched: Change task_struct::state") changes
* the name of task_struct::state to task_stru... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/gnutls.h | null | null | null | null | null | null | C | 2026-05-04T19:41:12.262827 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/common.h | null | null | null | null | null | null | C | 2026-05-04T19:41:12.263883 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/bpf/bpf_endian.h | null | null | null | null | null | null | C | 2026-05-04T19:41:12.265390 | /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
#ifndef __BPF_ENDIAN__
#define __BPF_ENDIAN__
/*
* Isolate byte #n and put it into byte #m, for __u##b type.
* E.g., moving byte #6 (nnnnnnnn) into byte #1 (mmmmmmmm) for __u64:
* 1) xxxxxxxx nnnnnnnn xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx mmmmmmmm xxxxxxxx
* ... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/gnutls_3_6_12_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:12.265919 | #ifndef ECAPTURE_GNUTLS_3_6_12_KERN_H
#define ECAPTURE_GNUTLS_3_6_12_KERN_H
// version 3.6.12
// gnutls_session_int->security_parameters
#define GNUTLS_SESSION_INT_SECURITY_PARAMETERS 0x0
// gnutls_session_int->security_parameters.prf
#define GNUTLS_SESSION_INT_SECURITY_PARAMETERS_PRF 0x18
// mac_entry_st->id
#defi... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/gnutls_3_6_13_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:12.267604 | #ifndef ECAPTURE_GNUTLS_3_6_13_KERN_H
#define ECAPTURE_GNUTLS_3_6_13_KERN_H
// version 3.6.13, 3.6.14, 3.6.15, 3.6.16
// gnutls_session_int->security_parameters
#define GNUTLS_SESSION_INT_SECURITY_PARAMETERS 0x0
// gnutls_session_int->security_parameters.prf
#define GNUTLS_SESSION_INT_SECURITY_PARAMETERS_PRF 0x18
/... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/bpf/bpf_tracing.h | null | null | null | null | null | null | C | 2026-05-04T19:41:12.269323 | /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
#ifndef __BPF_TRACING_H__
#define __BPF_TRACING_H__
#include "bpf_helpers.h"
/* Scan the ARCH passed in from ARCH env variable (see Makefile) */
#if defined(__TARGET_ARCH_x86)
#define bpf_target_x86
#define bpf_target_defined
#elif defined(__TARGET_ARCH_s390... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/gnutls_3_7_3_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:12.861308 | #ifndef ECAPTURE_GNUTLS_3_7_3_KERN_H
#define ECAPTURE_GNUTLS_3_7_3_KERN_H
// version 3.7.3, 3.7.4, 3.7.5, 3.7.6
// gnutls_session_int->security_parameters
#define GNUTLS_SESSION_INT_SECURITY_PARAMETERS 0x0
// gnutls_session_int->security_parameters.prf
#define GNUTLS_SESSION_INT_SECURITY_PARAMETERS_PRF 0x18
// mac_... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/gnutls_masterkey.h | null | null | null | null | null | null | C | 2026-05-04T19:41:12.889362 | // Author: yuweizzz <yuwei764969238@gmail.com>.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law ... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/gnutls_3_7_0_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:12.905823 | #ifndef ECAPTURE_GNUTLS_3_7_0_KERN_H
#define ECAPTURE_GNUTLS_3_7_0_KERN_H
// version 3.7.0, 3.7.1, 3.7.2
// gnutls_session_int->security_parameters
#define GNUTLS_SESSION_INT_SECURITY_PARAMETERS 0x0
// gnutls_session_int->security_parameters.prf
#define GNUTLS_SESSION_INT_SECURITY_PARAMETERS_PRF 0x18
// mac_entry_s... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/gotls_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:12.907103 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/gnutls_3_8_7_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:12.927519 | #ifndef ECAPTURE_GNUTLS_3_8_7_KERN_H
#define ECAPTURE_GNUTLS_3_8_7_KERN_H
// version 3.8.7, 3.8.8, 3.8.9
// gnutls_session_int->security_parameters
#define GNUTLS_SESSION_INT_SECURITY_PARAMETERS 0x0
// gnutls_session_int->security_parameters.prf
#define GNUTLS_SESSION_INT_SECURITY_PARAMETERS_PRF 0x18
// mac_entry_s... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/gnutls_3_7_7_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:12.928582 | #ifndef ECAPTURE_GNUTLS_3_7_7_KERN_H
#define ECAPTURE_GNUTLS_3_7_7_KERN_H
// version 3.7.7, 3.7.8, 3.7.9, 3.7.10, 3.7.11
// version 3.8.0, 3.8.1, 3.8.2, 3.8.3
// gnutls_session_int->security_parameters
#define GNUTLS_SESSION_INT_SECURITY_PARAMETERS 0x0
// gnutls_session_int->security_parameters.prf
#define GNUTLS_SE... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/include/openssl_masterkey_common.h | null | null | null | null | null | null | C | 2026-05-04T19:41:12.939525 | // SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
// Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved.
//
// Common struct, BPF maps, and helpers shared by all OpenSSL masterkey probes
// (openssl_masterkey.h, openssl_masterkey_3.0.h, openssl_masterkey_3.2.h).
#pragma once
#include "tls_constants.h"
... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/gnutls_3_8_4_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:12.953588 | #ifndef ECAPTURE_GNUTLS_3_8_4_KERN_H
#define ECAPTURE_GNUTLS_3_8_4_KERN_H
// version 3.8.4, 3.8.5, 3.8.6
// gnutls_session_int->security_parameters
#define GNUTLS_SESSION_INT_SECURITY_PARAMETERS 0x0
// gnutls_session_int->security_parameters.prf
#define GNUTLS_SESSION_INT_SECURITY_PARAMETERS_PRF 0x18
// mac_entry_s... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/go_argument.h | null | null | null | null | null | null | C | 2026-05-04T19:41:13.001406 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/include/tls_constants.h | null | null | null | null | null | null | C | 2026-05-04T19:41:13.150777 | // SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
// Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved.
//
// Shared TLS constants used by OpenSSL / BoringSSL / GnuTLS masterkey probes.
#pragma once
/* TLS random and secret sizes */
#define SSL3_RANDOM_SIZE 32
#define MASTER_SECRET_MAX_LEN 48
#define E... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/mysqld_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:13.470575 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl.h | null | null | null | null | null | null | C | 2026-05-04T19:41:13.549468 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_1_0_2a_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:13.582581 | #ifndef ECAPTURE_OPENSSL_1_0_2_A_KERN_H
#define ECAPTURE_OPENSSL_1_0_2_A_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.0.2u 20 Dec 2019 */
/* OPENSSL_VERSION_NUMBER: 268443999 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x130
// ssl_st->s3
#define SSL_ST_S3 0x80
// ssl_s... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_1_1_1a_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:13.584340 | #ifndef ECAPTURE_OPENSSL_1_1_1_A_KERN_H
#define ECAPTURE_OPENSSL_1_1_1_A_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1a 20 Nov 2018 */
/* OPENSSL_VERSION_NUMBER: 269488159 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x510
// ssl_st->s3
#define SSL_ST_S3 0xa8
// ssl_s... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_1_1_1d_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:13.588660 | #ifndef ECAPTURE_OPENSSL_1_1_1_D_KERN_H
#define ECAPTURE_OPENSSL_1_1_1_D_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1i 8 Dec 2020 */
/* OPENSSL_VERSION_NUMBER: 269488287 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x510
// ssl_st->s3
#define SSL_ST_S3 0xa8
// ssl_st... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_1_1_1b_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:13.589611 | #ifndef ECAPTURE_OPENSSL_1_1_1_B_KERN_H
#define ECAPTURE_OPENSSL_1_1_1_B_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1c 28 May 2019 */
/* OPENSSL_VERSION_NUMBER: 269488191 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x508
// ssl_st->s3
#define SSL_ST_S3 0xa8
// ssl_s... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_1_1_0a_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:13.613786 | #ifndef ECAPTURE_OPENSSL_1_1_0_A_KERN_H
#define ECAPTURE_OPENSSL_1_1_0_A_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.0l 10 Sep 2019 */
/* OPENSSL_VERSION_NUMBER: 269484239 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x178
// ssl_st->s3
#define SSL_ST_S3 0x90
// ssl_s... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_1_1_1j_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:13.643594 | #ifndef ECAPTURE_OPENSSL_1_1_1_J_KERN_H
#define ECAPTURE_OPENSSL_1_1_1_J_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1w 11 Sep 2023 */
/* OPENSSL_VERSION_NUMBER: 269488511 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x510
// ssl_st->s3
#define SSL_ST_S3 0xa8
// ssl_s... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/nspr_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:13.679976 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_3_0_0_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:13.750035 | #ifndef ECAPTURE_OPENSSL_3_0_0_KERN_H
#define ECAPTURE_OPENSSL_3_0_0_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.0.9 30 May 2023 */
/* OPENSSL_VERSION_NUMBER: 805306512 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x918
// ssl_st->s3
#define SSL_ST_S3 0xa8
// ssl_st->rbi... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_3_0_12_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:14.086567 | #ifndef ECAPTURE_OPENSSL_3_0_12_KERN_H
#define ECAPTURE_OPENSSL_3_0_12_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.0.12 Oct 24, 2023 */
/* OPENSSL_VERSION_NUMBER: 805306575 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x938
// ssl_st->s3
#define SSL_ST_S3 0xa8
// ssl_st-... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_3_1_0_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:14.156657 | #ifndef ECAPTURE_OPENSSL_3_0_0_KERN_H
#define ECAPTURE_OPENSSL_3_0_0_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.1.8 11 Feb 2025 */
/* OPENSSL_VERSION_NUMBER: 806355072 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x918
// ssl_st->s3
#define SSL_ST_S3 0xa8
// ssl_st->rbi... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_3_3_0_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:14.167142 | #ifndef ECAPTURE_OPENSSL_3_3_0_KERN_H
#define ECAPTURE_OPENSSL_3_3_0_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.3.1 4 Jun 2024 */
/* OPENSSL_VERSION_NUMBER: 808452112 */
// ssl_st->type
#define SSL_ST_TYPE 0x0
// ssl_connection_st->version
#define SSL_CONNECTION_ST_VERSION 0x40
// ssl_connection_st->session
#define ... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_3_2_3_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:14.184435 | #ifndef ECAPTURE_OPENSSL_3_2_3_KERN_H
#define ECAPTURE_OPENSSL_3_2_3_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.2.3 3 Sep 2024 */
/* OPENSSL_VERSION_NUMBER: 807403568 */
// ssl_st->type
#define SSL_ST_TYPE 0x0
// ssl_connection_st->version
#define SSL_CONNECTION_ST_VERSION 0x40
// ssl_connection_st->session
#define ... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_3_2_4_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:14.185083 | #ifndef ECAPTURE_OPENSSL_3_2_4_KERN_H
#define ECAPTURE_OPENSSL_3_2_4_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.2.4 11 Feb 2025 */
/* OPENSSL_VERSION_NUMBER: 807403584 */
// ssl_st->type
#define SSL_ST_TYPE 0x0
// ssl_connection_st->version
#define SSL_CONNECTION_ST_VERSION 0x48
// ssl_connection_st->session
#define... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_3_3_3_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:14.246466 | #ifndef ECAPTURE_OPENSSL_3_3_3_KERN_H
#define ECAPTURE_OPENSSL_3_3_3_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.3.3 11 Feb 2025 */
/* OPENSSL_VERSION_NUMBER: 808452144 */
// ssl_st->type
#define SSL_ST_TYPE 0x0
// ssl_connection_st->version
#define SSL_CONNECTION_ST_VERSION 0x48
// ssl_connection_st->session
#define... |
gojue/ecapture | https://github.com/gojue/ecapture | null | null | null | null | 15,137 | null | null | apache-2.0 | null | null | null | null | null | null | null | kern/openssl_3_3_2_kern.c | null | null | null | null | null | null | C | 2026-05-04T19:41:14.269422 | #ifndef ECAPTURE_OPENSSL_3_3_2_KERN_H
#define ECAPTURE_OPENSSL_3_3_2_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.3.2 3 Sep 2024 */
/* OPENSSL_VERSION_NUMBER: 808452128 */
// ssl_st->type
#define SSL_ST_TYPE 0x0
// ssl_connection_st->version
#define SSL_CONNECTION_ST_VERSION 0x40
// ssl_connection_st->session
#define ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.