Searched refs:reserve (Results 1 - 25 of 126) sorted by path

123456

/linux-master/arch/m68k/fpsp040/
H A Dutil.S307 movel #0,-(%a7) |reserve a word on the stack
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.h65 u8 reserve:4; member in struct:rx_fwinfo_92c
/linux-master/fs/jffs2/
H A Dcompr_rubin.c34 unsigned int reserve; member in struct:pushpull
49 unsigned reserve)
54 pp->reserve = reserve;
59 if (pp->ofs >= pp->buflen - (use_reserved?0:pp->reserve))
47 init_pushpull(struct pushpull *pp, char *buf, unsigned buflen, unsigned ofs, unsigned reserve) argument
/linux-master/net/rose/
H A Drose_subr.c107 int reserve; local
109 reserve = AX25_BPQ_HEADER_LEN + AX25_MAX_HEADER_LEN + 1;
124 skb = alloc_skb(reserve + len + maxfaclen, GFP_ATOMIC);
131 skb_reserve(skb, reserve);
/linux-master/arch/arm/include/asm/mach/
H A Darch.h52 void (*reserve)(void);/* reserve mem blocks */ member in struct:machine_desc
/linux-master/arch/arm/mach-mvebu/
H A Dboard-v7.c162 .reserve = mvebu_memblock_reserve,
/linux-master/arch/arm/mach-omap2/
H A Dboard-generic.c56 .reserve = omap_reserve,
73 .reserve = omap_reserve,
119 .reserve = rx51_reserve,
137 .reserve = omap_reserve,
154 .reserve = omap_reserve,
171 .reserve = omap_reserve,
187 .reserve = omap_reserve,
206 .reserve = omap_reserve,
223 .reserve = omap_reserve,
241 .reserve
[all...]
/linux-master/arch/arm/mach-realtek/
H A Drtd1195.c37 .reserve = rtd1195_reserve,
/linux-master/arch/arm/mach-shmobile/
H A Dsetup-rcar-gen2.c180 /* reserve 256 MiB at the top of the physical legacy 32-bit space */
207 .reserve = rcar_gen2_reserve,
223 .reserve = rcar_gen2_reserve,
/linux-master/arch/arm/mach-versatile/
H A Dintegrator_ap.c191 .reserve = integrator_reserve,
H A Dintegrator_cp.c139 .reserve = integrator_reserve,
/linux-master/arch/arm/mach-zynq/
H A Dcommon.c199 .reserve = zynq_memory_init,
/linux-master/arch/arm/mm/
H A Dinit.c192 /* reserve any platform specific memblock areas */
193 if (mdesc->reserve)
194 mdesc->reserve();
198 /* reserve memory for DMA contiguous allocations */
/linux-master/arch/mips/pci/
H A Dpci-xtalk-bridge.c374 struct irq_data *irqd, bool reserve)
373 bridge_domain_activate(struct irq_domain *domain, struct irq_data *irqd, bool reserve) argument
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c706 alt_end = altmap->base_pfn + altmap->reserve + altmap->free;
/linux-master/arch/powerpc/mm/
H A Dinit_64.c330 alt_end = altmap->base_pfn + altmap->reserve + altmap->free;
/linux-master/arch/powerpc/platforms/pseries/
H A Dvio.c81 * @reserve: pool of memory from which devices reserve entitlement, incl. spare
94 struct vio_cmo_pool reserve; member in struct:vio_cmo
154 /* Determine the amount of free entitlement available in reserve */
184 * the reserve pool is used to reduce device entitlement, the excess
185 * pool is used to increase the reserve pool toward the desired entitlement
211 /* Spare is a subset of the reserve pool, replenish it first. */
215 * Replenish the spare in the reserve pool from the excess pool.
216 * This moves entitlement into the reserve pool.
221 vio_cmo.reserve
[all...]
/linux-master/arch/s390/include/uapi/asm/
H A Ddasd.h281 __u8 reserve:2; member in struct:dasd_snid_data::__anon33
307 /* Issue a reserve/release command, rsp. */
308 #define BIODASDRSRV _IO(DASD_IOCTL_LETTER,2) /* reserve */
/linux-master/arch/um/kernel/
H A Dphysmem.c82 unsigned long reserve = reserve_end - start; local
83 long map_size = len - reserve;
88 reserve, len);
94 err = os_map_memory((void *) reserve_end, physmem_fd, reserve,
112 memblock_reserve(__pa(start), reserve); local
/linux-master/arch/x86/events/intel/
H A Dp4.c827 * Clear bits we reserve to be managed by kernel itself
1279 goto reserve;
1315 reserve:
/linux-master/arch/x86/include/asm/
H A Dfixmap.h148 extern void reserve_top_address(unsigned long reserve);
H A Dirqdomain.h48 struct irq_data *irq_data, bool reserve);
/linux-master/arch/x86/include/asm/trace/
H A Dirq_vectors.h271 bool reserve),
273 TP_ARGS(irq, is_managed, can_reserve, reserve),
279 __field( bool, reserve )
286 __entry->reserve = reserve;
289 TP_printk("irq=%u is_managed=%d can_reserve=%d reserve=%d",
291 __entry->reserve)
297 bool can_reserve, bool reserve), \
298 TP_ARGS(irq, is_managed, can_reserve, reserve), NULL, NULL); \
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h95 __u8 reserve:7; member in struct:kvm_ioapic_state::__anon1::__anon2
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c3068 struct irq_data *irq_data, bool reserve)
3067 mp_irqdomain_activate(struct irq_domain *domain, struct irq_data *irq_data, bool reserve) argument

Completed in 298 milliseconds

123456