Home
last modified time | relevance | path

Searched refs:size (Results 21526 - 21550 of 53573) sorted by relevance

1...<<861862863864865866867868869870>>...2143

/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dpci_sun4v.h25 unsigned long size);
29 unsigned long size,
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dprocessor.h45 unsigned long *size) in arch_thread_struct_whitelist()
47 *offset = *size = 0; in arch_thread_struct_whitelist()
44 arch_thread_struct_whitelist(unsigned long *offset, unsigned long *size) arch_thread_struct_whitelist() argument
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dcmpxchg.h85 int size) in __xchg()
89 switch (size) { in __xchg()
84 __xchg(unsigned long val, volatile void *ptr, int size) __xchg() argument
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dproc-arm9tdmi.S53 .size __arm9tdmi_setup, . - __arm9tdmi_setup
87 .size __\name\()_proc_info, . - __\name\()_proc_info
/kernel/linux/linux-5.10/arch/x86/um/
H A Dsetjmp_64.S38 .size kernel_setjmp,.-kernel_setjmp
55 .size kernel_longjmp,.-kernel_longjmp
H A Dsetjmp_32.S39 .size kernel_setjmp,.-kernel_setjmp
59 .size kernel_longjmp,.-kernel_longjmp
/kernel/linux/linux-5.10/arch/ia64/mm/
H A Dnuma.c53 paddr < node_memblk[i].start_paddr + node_memblk[i].size) in paddr_to_nid()
78 esec = (node_memblk[i].start_paddr + node_memblk[i].size + in __early_pfn_to_nid()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.h33 /* CPT ucode signature size */
58 int size; member
91 u32 size; /* ucode image size */ member
/kernel/linux/linux-5.10/drivers/mtd/maps/
H A Dsolutionengine.c24 .size = 0x400000,
30 .size = 0x400000,
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A D8390.c74 struct net_device *__alloc_ei_netdev(int size) in __alloc_ei_netdev() argument
76 struct net_device *dev = ____alloc_ei_netdev(size); in __alloc_ei_netdev()
H A D8390p.c79 struct net_device *__alloc_eip_netdev(int size) in __alloc_eip_netdev() argument
81 struct net_device *dev = ____alloc_ei_netdev(size); in __alloc_eip_netdev()
/kernel/linux/linux-5.10/drivers/mtd/
H A Dmtdblock_ro.c45 dev->size = mtd->size >> 9; in mtdblock_add_mtd()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_osdep.h36 u32 size; member
45 u32 size; member
H A Di40e_txrx_common.h27 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() argument
33 ((u64)size << I40E_TXD_QW1_TX_BUF_SZ_SHIFT) | in build_ctob()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H A Diavf_osdep.h33 u32 size; member
42 u32 size; member
/kernel/linux/linux-6.6/arch/mips/include/asm/txx9/
H A Dgeneric.h19 unsigned long size);
62 void txx9_physmap_flash_init(int no, unsigned long addr, unsigned long size,
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dio.h48 #define ioremap_wc(addr, size) \
49 ioremap_prot((addr), (size), \
/kernel/linux/linux-6.6/arch/ia64/include/asm/sn/
H A Dsn_sal.h86 size : 32, member
101 size_blade.size = mq_size; in sn_mq_watchlist_alloc()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/nvhe/
H A Dmem_protect.h74 int host_stage2_idmap_locked(phys_addr_t addr, u64 size, enum kvm_pgtable_prot prot);
75 int host_stage2_set_owner_locked(phys_addr_t addr, u64 size, u8 owner_id);
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dbarrier.h64 * array_index_mask_nospec() - generate a ~0 mask when index < size, 0 otherwise
66 * @size: number of elements in array
69 * 0 - (@index < @size)
73 unsigned long size) in array_index_mask_nospec()
85 : "r" (index), "r" (size) in array_index_mask_nospec()
72 array_index_mask_nospec(unsigned long index, unsigned long size) array_index_mask_nospec() argument
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/
H A Dbootinfo.h36 __be16 size; /* size of record (in bytes) */ member
43 __be32 size; /* length of memory chunk (in bytes) */ member
61 #define BI_MEMCHUNK 0x0005 /* memory chunk address and size */
63 #define BI_RAMDISK 0x0006 /* ramdisk address and size */
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dkvm_pkvm.h29 unsigned long nr_pages = reg->size >> PAGE_SHIFT; in hyp_vmemmap_memblock_size()
77 res += __hyp_pgtable_max_pages(reg->size >> PAGE_SHIFT); in __hyp_pgtable_total_pages()
H A Defi.h75 * which is a 1 GB aligned region of size '1UL << (VA_BITS_MIN - 1)' that is
152 static inline void efi_capsule_flush_cache_range(void *addr, int size) in efi_capsule_flush_cache_range() argument
154 dcache_clean_inval_poc((unsigned long)addr, (unsigned long)addr + size); in efi_capsule_flush_cache_range()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dsmp_spin_table.c36 unsigned long size = sizeof(secondary_holding_pen_release); in write_pen_release() local
39 dcache_clean_inval_poc((unsigned long)start, (unsigned long)start + size); in write_pen_release()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H A Dhugetlb-8xx.h72 size_t size = 1UL << shift; in arch_make_huge_pte() local
74 if (size == SZ_16K) in arch_make_huge_pte()

Completed in 28 milliseconds

1...<<861862863864865866867868869870>>...2143