Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 25 of 38) sorted by relevance

12

/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
Dcpuset.c204 static inline struct cpuset *parent_cs(struct cpuset *cs) in parent_cs()
222 static inline bool is_cpuset_online(struct cpuset *cs) in is_cpuset_online()
227 static inline int is_cpu_exclusive(const struct cpuset *cs) in is_cpu_exclusive()
232 static inline int is_mem_exclusive(const struct cpuset *cs) in is_mem_exclusive()
237 static inline int is_mem_hardwall(const struct cpuset *cs) in is_mem_hardwall()
242 static inline int is_sched_load_balance(const struct cpuset *cs) in is_sched_load_balance()
247 static inline int is_memory_migrate(const struct cpuset *cs) in is_memory_migrate()
252 static inline int is_spread_page(const struct cpuset *cs) in is_spread_page()
257 static inline int is_spread_slab(const struct cpuset *cs) in is_spread_slab()
262 static inline int is_partition_root(const struct cpuset *cs) in is_partition_root()
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
Dload_crypto.c28 hi_u32 cs = (uintptr_t)content ^ content_len ^ 0x0 ^ content_len; in loader_clear_content() local
53 hi_u32 cs = (uintptr_t)salt_e ^ (hi_u32)sizeof(salt_e) ^ 0x0 ^ ROOT_SALT_LENGTH; in crypto_load_salt() local
97 hi_u32 cs; in crypto_prepare() local
133 hi_u32 cs; in crypto_decrypt_hash() local
188 …hi_u32 cs = (uintptr_t)(aes_ctrl.iv) ^ (hi_u32)sizeof(aes_ctrl.iv) ^ (uintptr_t)(key_content->iv_n… in crypto_encrypt_hash() local
226 hi_u32 cs = (uintptr_t)key_e ^ (hi_u32)sizeof(key_e) ^ 0x0 ^ KEY_BYTE_LENGTH; in crypto_load_key_content() local
266 hi_u32 cs; in crypto_save_work_key() local
308 hi_u32 cs; in crypto_is_need_gen_key() local
348 …hi_u32 cs = (uintptr_t)(ctrl.key) ^ (hi_u32)sizeof(ctrl.key) ^ (uintptr_t)kdf_key ^ (hi_u32)sizeof… in crypto_gen_key_content() local
384 hi_u32 cs = (uintptr_t)(aes_ctrl.key) ^ (hi_u32)sizeof(aes_ctrl.key) ^ in crypto_encrypt_data() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
Dcrypto.c98 hi_u32 cs = (uintptr_t)content ^ content_len ^ 0x0 ^ content_len; in crypto_clear_content() local
107 hi_u32 cs = (uintptr_t)salt_e ^ (hi_u32)sizeof(salt_e) ^ 0x0 ^ ROOT_SALT_LENGTH; in crypto_load_salt() local
147 hi_u32 cs; in crypto_prepare() local
214 …hi_u32 cs = (uintptr_t)(aes_ctrl.iv) ^ (hi_u32)sizeof(aes_ctrl.iv) ^ (uintptr_t)(key_content->iv_n… in crypto_encrypt_hash() local
251 hi_u32 cs; in crypto_decrypt_hash() local
297 hi_u32 cs; in crypto_save_work_key() local
343 hi_u32 cs = (uintptr_t)key_e ^ (hi_u32)sizeof(key_e) ^ 0x0 ^ KEY_BYTE_LENGTH; in crypto_load_key_content() local
401 …hi_u32 cs = (uintptr_t)(ctrl.key) ^ (hi_u32)sizeof(ctrl.key) ^ (uintptr_t)kdf_key ^ (hi_u32)sizeof… in crypto_gen_key_content() local
436 hi_u32 cs = (uintptr_t)(aes_ctrl.key) ^ (hi_u32)sizeof(aes_ctrl.key) ^ in crypto_encrypt_data() local
476 hi_u32 cs; in crypto_decrypt_kernel() local
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
Dboot_upg_check_secure.c95 hi_u32 cs = (uintptr_t)content ^ content_len ^ 0x0 ^ content_len; in upg_clear_content() local
121 hi_u32 cs = (uintptr_t)key_n ^ key_len ^ (uintptr_t)g_boot_ecc_key ^ ECC_256_LEN; in boot_upg_secure_get_key_part1() local
127 hi_u32 cs = (uintptr_t)key_n ^ key_len ^ (uintptr_t)g_boot_rsa_key ^ RSA_2048_LEN; in boot_upg_secure_get_key_part1() local
142 … hi_u32 cs = (uintptr_t)key_e ^ key_len ^ (uintptr_t)(g_boot_ecc_key + ECC_256_LEN) ^ ECC_256_LEN; in boot_upg_secure_get_key_part2() local
211 hi_u32 cs; in boot_upg_set_key() local
250 hi_u32 cs; in boot_upg_secure_verify_code() local
342 hi_u32 cs; in boot_upg_secure_verify_head() local
Dboot_upg_start_up.c26 hi_u32 cs = (uintptr_t)cfg ^ sizeof(hi_nv_ftm_startup_cfg) ^ 0 ^ sizeof(hi_nv_ftm_startup_cfg); in boot_upg_set_default_cfg() local
64 hi_u32 cs; in boot_upg_load_cfg_from_nv() local
Dboot_upg_tool.c65 hi_u32 cs; in kernel_comprss_flash_hash() local
156 hi_u32 cs; in boot_upg_hash_more_content() local
232 hi_u32 cs; in boot_upg_lzma_secure_verify_code() local
Dboot_upg_check.c165 hi_u32 cs = (uintptr_t)(&alg_param) ^ sizeof(sign_alg_param) ^ in boot_upg_check_alg_param() local
/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/hal/security_unified/crypto_osal/cfbb/
Dcrypto_security.c69 int memcmp_ss(const void *cs, const void *ct, unsigned int count, unsigned long check_word) in memcmp_ss()
102 int memcmp_enhance(const void *cs, const void *ct, unsigned int count) in memcmp_enhance()
117 int memcmp_enhance(const void *cs, const void *ct, unsigned int count) in memcmp_enhance()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_string.c26 int osal_strcmp(const char *cs, const char *ct) in osal_strcmp()
31 int osal_strncmp(const char *cs, const char *ct, int count) in osal_strncmp()
93 char *osal_strpbrk(const char *cs, const char *ct) in osal_strpbrk()
118 int osal_memcmp(const void *cs, const void *ct, int count) in osal_memcmp()
/device/soc/hisilicon/ws63v100/sdk/kernel/osal/src/liteos/
Dosal_string.c26 int osal_strcmp(const char *cs, const char *ct) in osal_strcmp()
105 char *osal_strpbrk(const char *cs, const char *ct) in osal_strpbrk()
125 int osal_memcmp(const void *cs, const void *ct, int count) in osal_memcmp()
/device/soc/hisilicon/ws63v100/sdk/bootloader/commonboot/libc/src/string/
Dmemcmp.c14 int memcmp(const void *cs, const void *ct, unsigned int count) in memcmp()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
Dcmd_loop.c249 hi_u32 cs = (uintptr_t)efuse_data ^ KERNEL_VER_LEN ^ 0 ^ KERNEL_VER_LEN; in get_efuse_code_ver() local
355 hi_u32 cs = (uintptr_t)g_upg_efuse_data_boot_ver ^ BOOT_VER_LEN ^ 0 ^ BOOT_VER_LEN; in set_efuse_boot_kernel_ver() local
364 hi_u32 cs = (uintptr_t)g_upg_efuse_data_kernel_ver ^ KERNEL_VER_LEN ^ 0 ^ KERNEL_VER_LEN; in set_efuse_boot_kernel_ver() local
653 hi_u32 cs = 0 ^ (uintptr_t)(hi_u8 *)&(ctx->packet) ^ (head->packet_size - CHECKSUM_SIZE); in loader_ack() local
665 hi_u32 cs; in loader_read_frame() local
Dtransfer.c33 hi_u32 file_length, remain, read_len, ret, cs; in loader_serial_ymodem() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/
Dhi_nvm.c145 hi_u32 ret, cs; in nv_init_index() local
207 hi_u32 cs = (uintptr_t)back ^ block_size ^ (uintptr_t)data ^ block_size; in nv_init_common() local
322 hi_u32 ret, crc, cs; in nv_common_write() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/nvm/
Dhi_nvm.c144 hi_u32 ret, cs; in nv_init_index() local
206 hi_u32 cs = (uintptr_t)back ^ block_size ^ (uintptr_t)data ^ block_size; in nv_init_common() local
319 hi_u32 ret, crc, cs; in nv_common_write() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/
Dhi_loaderboot_flash.c75 …hi_u32 cs = (uintptr_t)flash_info ^ sizeof(flash_vlt_sfc_info) ^ (uintptr_t)info ^ sizeof(flash_vl… in sfc_config_set_experience() local
359 hi_u32 cs; in flash_init_cfg() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/
Dhi_flashboot_flash.c75 …hi_u32 cs = (uintptr_t)flash_info ^ sizeof(flash_vlt_sfc_info) ^ (uintptr_t)info ^ sizeof(flash_vl… in sfc_config_set_experience() local
139 … hi_u32 cs = ((uintptr_t)&temp_data) ^ sizeof(temp_data) ^ (uintptr_t)data ^ (uintptr_t)data_len; in spi_flash_write_sr_reg() local
/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/hal/security_unified/hal_cipher/include/common_include/
Dcrypto_security.h104 #define memcmp_enhance_chk_return(ret, cs, ct, count) do { \ argument
116 #define memcmp_enhance_chk_goto(ret, cs, ct, count, label) do { \ argument
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
Ddevice.h39 Pinctrl cs; member
/device/soc/hisilicon/common/platform/spi/
Dspi_hi35xx.c123 static int32_t SpiCfgCs(struct Pl022 *pl022, uint32_t cs) in SpiCfgCs()
436 static int32_t Pl022SetCs(struct Pl022 *pl022, uint32_t cs, uint32_t flag) in Pl022SetCs()
449 static struct SpiDev *Pl022FindDeviceByCsNum(const struct Pl022 *pl022, uint32_t cs) in Pl022FindDeviceByCsNum()
/device/soc/hisilicon/common/platform/mtd/hifmc100/common/
Dhifmc100.c304 static int32_t HifmcCntlrReadId(struct HifmcCntlr *cntlr, uint8_t cs, uint8_t *id, size_t len) in HifmcCntlrReadId()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dsbchipc.h2326 #define CST4360_RSRC_INIT_MODE(cs) ((cs & CST4360_RSRC_INIT_MODE_MASK) >> \ argument
2331 #define CST4360_RSRC_INIT_MODE(cs) ((cs & CST4360_RSRC_INIT_MODE_MASK) >> \ argument
2527 #define CST4349_CHIPMODE_SDIOD(cs) (((cs) & (1 << 6)) != 0) /* SDIO */ argument
2528 #define CST4349_CHIPMODE_PCIE(cs) (((cs) & (1 << 7)) != 0) /* PCIE */ argument
2532 #define CST4373_CHIPMODE_USB20D(cs) (((cs) & (1 << 8)) != 0) /* USB */ argument
2533 #define CST4373_CHIPMODE_SDIOD(cs) (((cs) & (1 << 7)) != 0) /* SDIO */ argument
2534 #define CST4373_CHIPMODE_PCIE(cs) (((cs) & (1 << 6)) != 0) /* PCIE */ argument
2807 #define CST4364_CHIPMODE_SDIOD(cs) (((cs) & (1 << 6)) != 0) /* SDIO */ argument
2808 #define CST4364_CHIPMODE_PCIE(cs) (((cs) & (1 << 7)) != 0) /* PCIE */ argument
2918 #define CST4347_CHIPMODE_SDIOD(cs) (((cs) & (1 << 6)) != 0) /* SDIO */ argument
[all …]
/device/soc/hisilicon/common/platform/mtd/hifmc100/spi_nor/
Dhifmc100_spi_nor.c171 int32_t HifmcCntlrReadIdSpiNor(struct HifmcCntlr *cntlr, uint8_t cs, uint8_t *id, size_t len) in HifmcCntlrReadIdSpiNor()
/device/soc/hisilicon/ws63v100/sdk/open_source/7-zip-lzma-sdk/lzma_22.00/C/
DThreads.h129 #define Thread_Create_With_CpuSet(p, func, param, cs) \ argument
DLzFindMt.h30 CCriticalSection cs; member

12