/arch/arm/probes/uprobes/ |
D | actions-arm.c | 23 u32 free = 0xffff; in uprobes_substitute_pc() local 30 free &= ~(1 << (insn & 0xf)); in uprobes_substitute_pc() 34 if (free & (1 << 15)) in uprobes_substitute_pc() 37 if (!free) in uprobes_substitute_pc() 44 freereg = free = fls(free) - 1; in uprobes_substitute_pc() 51 for (; regs; regs >>= 4, mask <<= 4, free <<= 4, temp >>= 4) { in uprobes_substitute_pc() 59 insn |= free & mask; in uprobes_substitute_pc()
|
/arch/nds32/mm/ |
D | mm-nds32.c | 53 goto free; in pgd_free() 57 goto free; in pgd_free() 66 free: in pgd_free()
|
/arch/powerpc/include/asm/ |
D | kvm_book3s_uvmem.h | 24 void kvmppc_uvmem_drop_pages(const struct kvm_memory_slot *free, 87 kvmppc_uvmem_drop_pages(const struct kvm_memory_slot *free, in kvmppc_uvmem_drop_pages() argument
|
/arch/parisc/boot/compressed/ |
D | misc.c | 23 #define free free_gzip macro 212 #undef free 213 void free(void *ptr) in free() function 278 free(phdrs); in parse_elf()
|
/arch/powerpc/boot/ |
D | ops.h | 29 void (*free)(void *ptr); member 222 static inline void free(void *ptr) in free() function 224 if (platform_ops.free) in free() 225 platform_ops.free(ptr); in free()
|
D | fixup-headers.sed | 3 # This program is free software; you can redistribute it and/or modify it
|
/arch/arm/boot/dts/ |
D | sun5i-r8.dtsi | 5 * Maxime Ripard <maxime.ripard@free-electrons.com> 12 * a) This file is free software; you can redistribute it and/or 24 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-388-rd.dts | 8 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
D | axp223.dtsi | 4 * Quentin Schulz <quentin.schulz@free-electrons.com> 11 * a) This file is free software; you can redistribute it and/or 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31-app4-evb1.dts | 4 * Boris Brezillon <boris.brezillon@free-electrons.com> 11 * a) This file is free software; you can redistribute it and/or 23 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-390.dtsi | 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
D | sun5i-a13.dtsi | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 11 * a) This library is free software; you can redistribute it and/or 23 * b) Permission is hereby granted, free of charge, to any person
|
D | dra71x.dtsi | 4 * This program is free software; you can redistribute it and/or modify
|
D | sun4i-a10-hackberry.dts | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 11 * a) This file is free software; you can redistribute it and/or 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a23-evb.dts | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 11 * a) This file is free software; you can redistribute it and/or 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-mini-xplus.dts | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 11 * a) This file is free software; you can redistribute it and/or 23 * b) Permission is hereby granted, free of charge, to any person
|
/arch/powerpc/platforms/pseries/ |
D | vio.c | 52 size_t free; member 158 excess_free = vio_cmo.excess.free; in vio_cmo_alloc() 167 vio_cmo.excess.free -= size; in vio_cmo_alloc() 258 vio_cmo.excess.free += excess_freed; in vio_cmo_dealloc() 300 vio_cmo.excess.free += delta; in vio_cmo_entitlement_update() 307 avail = vio_cmo.excess.free; in vio_cmo_entitlement_update() 329 tmp = min(vio_cmo.excess.free, delta); in vio_cmo_entitlement_update() 331 vio_cmo.excess.free -= tmp; in vio_cmo_entitlement_update() 460 cmo->excess.free = 0; in vio_cmo_balance() 474 cmo->excess.free = cmo->excess.size - need; in vio_cmo_balance() [all …]
|
/arch/um/os-Linux/ |
D | umid.c | 69 free(uml_dir); in make_uml_dir() 187 free(file); in is_umdir_used() 239 free(file); in create_pid_file() 406 free(dir); in remove_umid_dir()
|
D | mem.c | 136 free(tempname); in make_tempfile() 141 free(tempname); in make_tempfile()
|
/arch/arm/include/asm/mach/ |
D | dma.h | 16 void (*free)(unsigned int, dma_t *); /* optional */ member
|
/arch/arm/lib/ |
D | findbit.S | 34 3: mov r0, r1 @ no free bits 75 3: mov r0, r1 @ no free bits 113 3: mov r0, r1 @ no free bits 147 3: mov r0, r1 @ no free bits
|
/arch/arm64/boot/dts/marvell/ |
D | armada-371x.dtsi | 8 * Gregory CLEMENT <gregory.clement@free-electrons.com>
|
D | armada-3720-espressobin.dts | 6 * Romain Perier <romain.perier@free-electrons.com>
|
/arch/um/drivers/ |
D | pty.c | 150 .free = generic_free, 163 .free = generic_free,
|
D | null.c | 49 .free = null_free,
|