Home
last modified time | relevance | path

Searched refs:ksize (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/platforms/powernv/
A Dopal-secvar.c57 static int opal_get_variable(const char *key, u64 ksize, u8 *data, u64 *dsize) in opal_get_variable() argument
66 rc = opal_secvar_get(key, ksize, data, dsize); in opal_get_variable()
89 static int opal_set_variable(const char *key, u64 ksize, u8 *data, u64 dsize) in opal_set_variable() argument
96 rc = opal_secvar_enqueue_update(key, ksize, data, dsize); in opal_set_variable()
/arch/alpha/boot/
A Dmisc.c152 size_t ksize, in decompress_kernel() argument
160 free_mem_ptr = (ulg)output_start + ksize; in decompress_kernel()
161 free_mem_end_ptr = (ulg)output_start + ksize + 0x200000; in decompress_kernel()
A DMakefile46 $(obj)/main.o: $(obj)/ksize.h
47 $(obj)/bootp.o: $(obj)/ksize.h
50 $(obj)/ksize.h: $(obj)/vmlinux.nh FORCE
A Dbootpz.c49 size_t ksize, size_t kzsize);
/arch/microblaze/mm/
A Dinit.c169 unsigned int kstart, ksize; in mmu_init() local
200 ksize = PAGE_ALIGN(((u32)_end - (u32)CONFIG_KERNEL_START)); in mmu_init()
201 memblock_reserve(kstart, ksize); in mmu_init()
/arch/x86/kernel/fpu/
A Dxstate.c1580 static int fpstate_realloc(u64 xfeatures, unsigned int ksize, in fpstate_realloc() argument
1588 fpsize = ksize + ALIGN(offsetof(struct fpstate, regs), 64); in fpstate_realloc()
1593 newfps->size = ksize; in fpstate_realloc()
1678 unsigned int ksize, usize; in __xstate_request_perm() local
1693 ksize = xstate_calculate_size(mask, compacted); in __xstate_request_perm()
1711 perm->__state_size = ksize; in __xstate_request_perm()
1765 unsigned int ksize, usize; in __xfd_enable_feature() local
1785 ksize = perm->__state_size; in __xfd_enable_feature()
1800 if (fpstate_realloc(xfd_event, ksize, usize, guest_fpu)) in __xfd_enable_feature()
/arch/sparc/kernel/
A Dhead_64.S310 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4: roundup(ksize, 4MB)

Completed in 15 milliseconds