Searched defs:max_size (Results 1 - 14 of 14) sorted by relevance

/arch/x86/power/
H A Dhibernate_64.c123 int arch_hibernation_header_save(void *addr, unsigned int max_size) argument
127 if (max_size < sizeof(struct restore_data_record))
/arch/s390/appldata/
H A Dappldata_os.c171 int rc, max_size; local
173 max_size = sizeof(struct appldata_os_data) +
175 if (max_size > APPLDATA_MAX_REC_SIZE) {
177 "record size %i\n", max_size, APPLDATA_MAX_REC_SIZE);
182 appldata_os_data = kzalloc(max_size, GFP_KERNEL | GFP_DMA);
/arch/x86/platform/efi/
H A Dquirks.c66 u64 storage_size, remaining_size, max_size; local
72 &remaining_size, &max_size);
116 &remaining_size, &max_size);
H A Defi_64.c578 unsigned long count, u64 *max_size,
577 efi_thunk_query_capsule_caps(efi_capsule_header_t **capsules, unsigned long count, u64 *max_size, int *reset_type) argument
/arch/powerpc/mm/
H A Dppc_mmu_32.c78 unsigned long max_size = (256<<20); local
90 for (bl = 128<<10; bl < max_size; bl <<= 1) {
100 for (bl = 128<<10; bl < max_size; bl <<= 1)
/arch/powerpc/platforms/embedded6xx/
H A Dwii.c102 unsigned long max_size = (256<<20); local
107 for (bl = 128<<10; bl < max_size; bl <<= 1) {
/arch/x86/kernel/cpu/microcode/
H A Damd.c151 u32 max_size; local
160 max_size = F14H_MPB_MAX_SIZE;
163 max_size = F15H_MPB_MAX_SIZE;
166 max_size = F16H_MPB_MAX_SIZE;
169 max_size = F1XH_MPB_MAX_SIZE;
173 if (patch_size > min_t(u32, size, max_size)) {
/arch/x86/kernel/
H A Dtboot.c367 u32 max_size; local
379 max_size = readl(log_base + LOG_MAX_SIZE_OFF);
380 if (*ppos >= max_size) {
385 if (*ppos + count > max_size)
386 count = max_size - *ppos;
/arch/cris/include/arch-v32/arch/hwregs/
H A Deth_defs.h155 unsigned int max_size : 16; member in struct:__anon476
/arch/parisc/include/asm/
H A Dpdc.h139 unsigned int max_size; /* maximum size of BTLB in pages */ member in struct:pdc_btlb_info
/arch/ia64/kernel/
H A Dmca.c388 u64 max_size = 0; local
394 max_size = ia64_sal_get_state_info_size(sal_info_type);
395 if (!max_size)
400 IA64_LOG_ALLOCATE(sal_info_type, max_size);
401 memset(IA64_LOG_CURR_BUFFER(sal_info_type), 0, max_size); local
402 memset(IA64_LOG_NEXT_BUFFER(sal_info_type), 0, max_size); local
/arch/sparc/mm/
H A Dsrmmu.c1015 unsigned long max_size = 0; local
1036 if (vac_cache_size > max_size)
1037 max_size = vac_cache_size;
1054 vac_cache_size = max_size;
/arch/tile/kernel/
H A Dsetup.c438 int max_size = maxnodemem_pfn[i]; local
439 if (max_size > 0) {
441 " %d pages\n", i, max_size);
442 range.size = PFN_PHYS(max_size);
449 int max_size = maxmem_pfn - physpages; local
450 if (max_size > 0) {
452 i, max_size);
453 range.size = PFN_PHYS(max_size);
/arch/x86/kvm/
H A Demulate.c646 unsigned *max_size, unsigned size,
658 *max_size = 0;
664 *max_size = min_t(u64, ~0u, (1ull << 48) - la);
665 if (size > *max_size)
686 *max_size = 0x10000 - la;
691 *max_size = min_t(u64, ~0u, (u64)lim + 1 - addr.ea);
699 *max_size = min_t(u64, ~0u, (u64)lim + 1 - addr.ea);
701 if (size > *max_size)
737 unsigned max_size; local
738 return __linearize(ctxt, addr, &max_size, siz
644 __linearize(struct x86_emulate_ctxt *ctxt, struct segmented_address addr, unsigned *max_size, unsigned size, bool write, bool fetch, ulong *linear) argument
763 unsigned size, max_size; local
[all...]

Completed in 1089 milliseconds