Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 25 of 41) sorted by relevance

12

/arch/arm/common/
Ddmabounce.c57 void *safe; member
138 buf->safe = dma_pool_alloc(pool->pool, GFP_ATOMIC, in alloc_safe_buffer()
141 buf->safe = dma_alloc_coherent(dev, size, &buf->safe_dma_addr, in alloc_safe_buffer()
145 if (buf->safe == NULL) { in alloc_safe_buffer()
199 dma_pool_free(buf->pool->pool, buf->safe, buf->safe_dma_addr); in free_safe_buffer()
201 dma_free_coherent(device_info->dev, buf->size, buf->safe, in free_safe_buffer()
262 buf->safe, buf->safe_dma_addr); in map_single()
266 __func__, ptr, buf->safe, size); in map_single()
267 memcpy(buf->safe, ptr, size); in map_single()
281 buf->safe, buf->safe_dma_addr); in unmap_single()
[all …]
/arch/um/
DKconfig.char40 It is safe to say 'Y' here.
50 It is safe to say 'Y' here.
59 It is safe to say 'Y' here.
67 It is safe to say 'Y' here.
81 It is safe to leave this unchanged.
91 It is safe to leave this unchanged, although you may wish to change
103 It is safe to leave this unchanged, although you may wish to change
113 It is safe to say 'Y' here.
DKconfig.um61 it is safe to say 'N' here.
78 It is safe to say 'Y' here.
/arch/powerpc/platforms/52xx/
DKconfig19 gpt nodes, then it is safe to use such gpt to reset the board,
56 It is safe to say 'Y' here
/arch/x86/kernel/
Dtrampoline_32.S47 cli # We should be safe anyway
Dtrampoline_64.S41 cli # We should be safe anyway
/arch/cris/arch-v32/mach-a3/
DKconfig62 stuff. If you don't know what to use, it is always safe to put all
82 stuff. If you don't know what to use, it is always safe to put all
102 stuff. If you don't know what to use, it is always safe to put all
/arch/cris/arch-v32/mach-fs/
DKconfig96 stuff. If you don't know what to use, it is always safe to put all
118 stuff. If you don't know what to use, it is always safe to put all
140 stuff. If you don't know what to use, it is always safe to put all
162 stuff. If you don't know what to use, it is always safe to put all
184 stuff. If you don't know what to use, it is always safe to put all
203 what to use, it is always safe to put all as inputs, although
/arch/s390/boot/compressed/
Dhead31.S31 # move the memory mover someplace safe
Dhead64.S30 # move the memory mover someplace safe
/arch/ia64/scripts/
Dtoolchain-flags23 please upgrade to a newer version (it is safe to use this linker, but
/arch/x86/um/
DKconfig44 N (on x86-64 it's automatically enabled, instead, as it's safe there).
/arch/cris/arch-v32/
DKconfig200 stuff. If you don't know what to use, it is always safe to put all
222 stuff. If you don't know what to use, it is always safe to put all
244 stuff. If you don't know what to use, it is always safe to put all
266 stuff. If you don't know what to use, it is always safe to put all
288 stuff. If you don't know what to use, it is always safe to put all
/arch/sparc/kernel/
Dwof.S110 wr %glob_tmp, 0x0, %wim ! set new %wim, this is safe now
147 wr %glob_tmp, 0x0, %wim ! Now it is safe to set new %wim
/arch/frv/include/asm/
Datomic.h22 #error not SMP safe
/arch/ia64/sn/kernel/
Dio_common.c369 struct list_head *list, *safe; in sn_bus_free_sysdata() local
371 list_for_each_safe(list, safe, &sn_sysdata_list) { in sn_bus_free_sysdata()
/arch/unicore32/
DKconfig170 configuration it is safe to say N, otherwise say Y.
/arch/arm/nwfpe/
DChangeLog70 completeness (better safe than sorry).
/arch/blackfin/
DKconfig.debug56 On production systems, it is safe (and a small optimization) to say N.
214 command line (bootargs). It is safe to say Y here in all cases, as
DKconfig914 interrupt latency issues, it is safe and OK to turn this off.
1026 cache is updated. This is a completely safe setting, but
1029 If you are unsure of the options and you want to be safe,
1043 cache is updated. This is a completely safe setting, but
1046 If you are unsure of the options and you want to be safe,
/arch/ia64/
DKconfig214 types of ia64 systems. If you have an SGI Altix system, it's safe
226 types of ia64 systems. If you have an SGI UV system, it's safe
252 This choice is safe for all IA-64 systems, but may not perform
/arch/cris/arch-v10/
DKconfig333 stuff. If you don't know what to use, it is always safe to put all
362 If you don't know what to use, it is always safe to put all as
/arch/arm/plat-omap/
DKconfig115 printed, it's safe to deselect OMAP_MUX for your product.
/arch/x86/boot/
Dheader.S342 # The highest safe address for
/arch/mips/
DKconfig1242 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1259 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1274 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
1293 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
1306 might be a safe bet. If the resulting kernel does not work,
2085 # where it's known to be safe. This will not offer highmem on a few systems
2087 # indexed CPUs but we're playing safe.
2331 and the task is only allowed to execute a few safe syscalls

12