Home
last modified time | relevance | path

Searched defs:size (Results 1801 - 1825 of 14799) sorted by relevance

1...<<71727374757677787980>>...592

/kernel/linux/linux-5.10/arch/riscv/net/
H A Dbpf_jit_core.c183 void *bpf_jit_alloc_exec(unsigned long size) in bpf_jit_alloc_exec() argument
/kernel/linux/linux-5.10/arch/s390/appldata/
H A Dappldata.h39 unsigned int size; /* size of record */ member
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dmodule.c28 static void *module_map(unsigned long size) in module_map() argument
37 static void *module_map(unsigned long size) in module_map() argument
43 void *module_alloc(unsigned long size) in module_alloc() argument
H A Dauxio_64.c108 unsigned long size; in auxio_probe() local
/kernel/linux/linux-5.10/arch/x86/include/asm/e820/
H A Dtypes.h57 u64 size; member
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/
H A Dcentaur.c27 centaur_get_free_region(unsigned long base, unsigned long size, int replace_reg) in centaur_get_free_region() argument
58 centaur_get_mcr(unsigned int reg, unsigned long *base, unsigned long *size, mtrr_type * type) centaur_get_mcr() argument
74 centaur_set_mcr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) centaur_set_mcr() argument
100 centaur_validate_add_page(unsigned long base, unsigned long size, unsigned int type) centaur_validate_add_page() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Ddumpstack_64.c61 u16 size; member
H A Dstatic_call.c26 int size = CALL_INSN_SIZE; in __static_call_transform() local
H A Dcheck.c29 u64 size; member
75 unsigned size; in set_corruption_check_size() local
150 unsigned long size = scan_areas[i].size; in check_for_bios_corruption() local
[all...]
/kernel/linux/linux-5.10/arch/sh/drivers/pci/
H A Dops-sh7786.c89 sh7786_pcie_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) sh7786_pcie_read() argument
125 sh7786_pcie_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) sh7786_pcie_write() argument
[all...]
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dipl_report.c36 size_t size; in find_bootdata_space() local
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dcacheflush.h66 static inline void flush_kernel_vmap_range(void *addr, int size) in flush_kernel_vmap_range() argument
70 static inline void invalidate_kernel_vmap_range(void *addr, int size) in invalidate_kernel_vmap_range() argument
H A Dio_noioport.h38 static inline void __iomem *ioport_map(unsigned long port, unsigned int size) in ioport_map() argument
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A De820.h61 __u64 size; /* size of memory segment */ member
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dmem_detect.h72 get_mem_detect_reserved(unsigned long *start, unsigned long *size) get_mem_detect_reserved() argument
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dos_info.c30 int size = sizeof(*os_info) - offsetof(struct os_info, version_major); in os_info_csum() local
37 void os_info_crashkernel_add(unsigned long base, unsigned long size) in os_info_crashkernel_add() argument
47 void os_info_entry_add(int nr, void *ptr, u64 size) in os_info_entry_add() argument
78 unsigned long addr, size = 0; in os_info_old_alloc() local
160 os_info_old_entry(int nr, unsigned long *size) os_info_old_entry() argument
[all...]
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dtlb-debugfs.c27 const char *size; member
94 unsigned long vpn, ppn, asid, size; in tlb_seq_show() local
H A Dmmap.c161 int valid_mmap_phys_addr_range(unsigned long pfn, size_t size) in valid_mmap_phys_addr_range() argument
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dcacheinfo.c95 unsigned int size, sets, line_size; in fill_cacheinfo() local
67 ci_leaf_init(struct cacheinfo *this_leaf, enum cache_type type, unsigned int level, unsigned int size, unsigned int sets, unsigned int line_size) ci_leaf_init() argument
[all...]
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dmmapper_kern.c52 int size; in mmapper_mmap() local
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmem_encrypt.h82 early_set_memory_decrypted(unsigned long vaddr, unsigned long size) { return 0; } in early_set_memory_decrypted() argument
84 early_set_memory_encrypted(unsigned long vaddr, unsigned long size) { return 0; } in early_set_memory_encrypted() argument
63 sme_early_encrypt(resource_size_t paddr, unsigned long size) sme_early_encrypt() argument
65 sme_early_decrypt(resource_size_t paddr, unsigned long size) sme_early_decrypt() argument
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dmain.c187 void *__wrap_malloc(int size) in __wrap_malloc() argument
208 void *__wrap_calloc(int n, int size) in __wrap_calloc() argument
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Ddma-iommu.c21 static void *dma_iommu_alloc_coherent(struct device *dev, size_t size, in dma_iommu_alloc_coherent() argument
30 static void dma_iommu_free_coherent(struct device *dev, size_t size, in dma_iommu_free_coherent() argument
34 iommu_free_coherent(get_iommu_table_base(dev), size, vaddr, dma_handle); in dma_iommu_free_coherent() local
56 iommu_unmap_page(get_iommu_table_base(dev), dma_handle, size, direction, in dma_iommu_unmap_page() local
42 dma_iommu_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction direction, unsigned long attrs) dma_iommu_map_page() argument
52 dma_iommu_unmap_page(struct device *dev, dma_addr_t dma_handle, size_t size, enum dma_data_direction direction, unsigned long attrs) dma_iommu_unmap_page() argument
/kernel/linux/linux-5.10/arch/s390/hypfs/
H A Dhypfs_sprp.c49 static int hypfs_sprp_create(void **data_ptr, void **free_ptr, size_t *size) in hypfs_sprp_create() argument
/kernel/linux/linux-5.10/arch/arm/xen/
H A Dmm.c47 dma_cache_maint(struct device *dev, dma_addr_t handle, size_t size, u32 op) dma_cache_maint() argument
79 xen_dma_sync_for_cpu(struct device *dev, dma_addr_t handle, size_t size, enum dma_data_direction dir) xen_dma_sync_for_cpu() argument
86 xen_dma_sync_for_device(struct device *dev, dma_addr_t handle, size_t size, enum dma_data_direction dir) xen_dma_sync_for_device() argument
[all...]

Completed in 9 milliseconds

1...<<71727374757677787980>>...592