Searched refs:aliases (Results 1 - 158 of 158) sorted by relevance

/linux-4.1.27/arch/ia64/include/asm/
H A Dshmparam.h7 * performance degradation when there are virtual aliases within 1MB.
/linux-4.1.27/arch/arm/include/asm/
H A Dshmparam.h6 * or page size, whichever is greater since the cache aliases
H A Dcachetype.h26 * - v7+ VIPT never aliases on D-side
/linux-4.1.27/arch/powerpc/sysdev/
H A Dmpic_msgr.c113 struct device_node *aliases; mpic_msgr_number_of_blocks() local
116 aliases = of_find_node_by_name(NULL, "aliases"); mpic_msgr_number_of_blocks()
118 if (aliases) { mpic_msgr_number_of_blocks()
123 if (!of_find_property(aliases, buf, NULL)) mpic_msgr_number_of_blocks()
140 struct device_node *aliases; mpic_msgr_block_number() local
145 aliases = of_find_node_by_name(NULL, "aliases"); mpic_msgr_block_number()
146 if (!aliases) mpic_msgr_block_number()
153 prop = of_find_property(aliases, buf, NULL); mpic_msgr_block_number()
/linux-4.1.27/arch/tile/include/uapi/asm/
H A Dptrace.h60 pt_reg_t tp; /* aliases regs[TREG_TP] */
61 pt_reg_t sp; /* aliases regs[TREG_SP] */
62 pt_reg_t lr; /* aliases regs[TREG_LR] */
/linux-4.1.27/arch/metag/include/asm/
H A Duser_gateway.h30 /* Avoid cache aliases on virtually tagged cache. */ set_gateway_tls()
/linux-4.1.27/tools/perf/util/
H A Dpmu.c303 * Reading the pmu event aliases definition, which should be located at:
443 LIST_HEAD(aliases); pmu_lookup()
454 if (pmu_aliases(name, &aliases)) pmu_lookup()
467 INIT_LIST_HEAD(&pmu->aliases); pmu_lookup()
469 list_splice(&aliases, &pmu->aliases); pmu_lookup()
707 list_for_each_entry(alias, &pmu->aliases, list) { pmu_find_alias()
781 * if no unit or scale foundin aliases, then
877 char **aliases; print_pmu_events() local
882 list_for_each_entry(alias, &pmu->aliases, list) print_pmu_events()
887 aliases = zalloc(sizeof(char *) * len); print_pmu_events()
888 if (!aliases) print_pmu_events()
893 list_for_each_entry(alias, &pmu->aliases, list) { print_pmu_events()
906 aliases[j] = strdup(name); print_pmu_events()
907 if (aliases[j] == NULL) print_pmu_events()
915 aliases[j] = s; print_pmu_events()
920 qsort(aliases, len, sizeof(char *), cmp_string); print_pmu_events()
923 printf("%s ", aliases[j]); print_pmu_events()
926 printf(" %-50s [Kernel PMU event]\n", aliases[j]); print_pmu_events()
933 zfree(&aliases[j]); print_pmu_events()
934 zfree(&aliases); print_pmu_events()
939 if (aliases) print_pmu_events()
952 list_for_each_entry(alias, &pmu->aliases, list) pmu_have_event()
H A Dhelp.c236 static struct cmdnames aliases; variable in typeref:struct:cmdnames
242 /* Also use aliases for command lookup */ perf_unknown_cmd_config()
244 add_cmdname(&aliases, var + 6, strlen(var + 6)); perf_unknown_cmd_config()
277 memset(&aliases, 0, sizeof(aliases)); help_unknown_cmd()
283 add_cmd_list(&main_cmds, &aliases); help_unknown_cmd()
H A Dpmu.h25 struct list_head aliases; /* HEAD struct perf_pmu_alias -> list */ member in struct:perf_pmu
H A Dparse-events.c915 if ((pmu == NULL) || list_empty(&pmu->aliases)) { perf_pmu__parse_init()
919 list_for_each_entry(alias, &pmu->aliases, list) { perf_pmu__parse_init()
930 list_for_each_entry(alias, &pmu->aliases, list) { perf_pmu__parse_init()
H A Dsymbol.c137 /* Avoid "SyS" kernel syscall aliases */ choose_best_symbol()
/linux-4.1.27/arch/mips/include/asm/mach-malta/
H A Dspaces.h21 * 0x80000000 - 0xffffffff: Physical memory aliases to 0x0 (2GB)
28 * which in turn aliases to 0x0. We do this in order to be able to use a flat
/linux-4.1.27/arch/mips/cavium-octeon/
H A Docteon-platform.c614 int aliases; octeon_prune_device_tree() local
620 aliases = fdt_path_offset(initial_boot_params, "/aliases"); octeon_prune_device_tree()
621 if (aliases < 0) { octeon_prune_device_tree()
622 pr_err("Error: No /aliases node in device tree."); octeon_prune_device_tree()
649 alias_prop = fdt_getprop(initial_boot_params, aliases, octeon_prune_device_tree()
658 fdt_nop_property(initial_boot_params, aliases, octeon_prune_device_tree()
668 pip_path = fdt_getprop(initial_boot_params, aliases, "pip", NULL); octeon_prune_device_tree()
689 alias_prop = fdt_getprop(initial_boot_params, aliases, octeon_prune_device_tree()
699 fdt_nop_property(initial_boot_params, aliases, octeon_prune_device_tree()
719 alias_prop = fdt_getprop(initial_boot_params, aliases, octeon_prune_device_tree()
729 fdt_nop_property(initial_boot_params, aliases, octeon_prune_device_tree()
746 alias_prop = fdt_getprop(initial_boot_params, aliases, octeon_prune_device_tree()
762 fdt_nop_property(initial_boot_params, aliases, octeon_prune_device_tree()
768 alias_prop = fdt_getprop(initial_boot_params, aliases, octeon_prune_device_tree()
870 alias_prop = fdt_getprop(initial_boot_params, aliases, octeon_prune_device_tree()
925 alias_prop = fdt_getprop(initial_boot_params, aliases, octeon_prune_device_tree()
934 fdt_nop_property(initial_boot_params, aliases, "uctl"); octeon_prune_device_tree()
943 alias_prop = fdt_getprop(initial_boot_params, aliases, octeon_prune_device_tree()
952 fdt_nop_property(initial_boot_params, aliases, "usbn"); octeon_prune_device_tree()
H A Dflash_setup.c90 * 0x1fc00000. This way the flash aliases to octeon_flash_probe()
/linux-4.1.27/arch/sh/mm/
H A Dcache-shx3.c25 * If we've got cache aliases, resolve them in hardware. shx3_cache_init()
H A Dcache-sh4.c180 * of flush_cache_mm for SH-4 is to get rid of aliases from the
274 * We need to flush for P1 too, which may contain aliases.
290 * If cache is only 4k-per-way, there are never any 'aliases'. Since sh4_flush_cache_range()
H A Dmmap.c22 * To avoid cache aliases, we map the shared page with same color.
H A Dcache-sh5.c142 available because there are no physical tags so aliases can't be sh64_icache_inv_user_page_range()
/linux-4.1.27/arch/sh/include/asm/
H A Dcache.h41 unsigned int n_aliases; /* Number of aliases */
/linux-4.1.27/arch/mips/lib/
H A Dstrlen_user.S48 /* Set aliases */
H A Dstrncpy_user.S70 /* Set aliases */
H A Dstrnlen_user.S68 /* Set aliases */
/linux-4.1.27/drivers/regulator/
H A Ddevres.c345 * multiple aliases
352 * @num_id: Number of aliases to register
357 * aliases in one operation, the aliases will be automatically
359 * aliases cannot be registered any aliases that were registered
395 * multiple aliases
399 * @num_id: Number of aliases to unregister
401 * Unregister aliases registered with
H A Dcore.c1659 * regulator_bulk_register_supply_alias - register multiple aliases
1666 * @num_id: Number of aliases to register
1671 * aliases in one operation. If any of the aliases cannot be
1672 * registered any aliases that were registered will be removed
1706 * regulator_bulk_unregister_supply_alias - unregister multiple aliases
1710 * @num_id: Number of aliases to unregister
1713 * aliases in one operation.
/linux-4.1.27/drivers/of/
H A Dof_private.h16 * struct alias_prop - Alias property in 'aliases' node
23 * The structure represents one alias property of 'aliases' node as
H A Dpdt.c243 /* Get pointer to "/chosen" and "/aliases" nodes for use everywhere */ of_pdt_build_devicetree()
H A Dunittest.c71 /* Test if trailing '/' works on aliases */ of_unittest_find_node_by_name()
926 of_aliases = of_find_node_by_path("/aliases"); unittest_data_add()
1938 of_aliases = of_find_node_by_path("/aliases"); of_unittest()
H A Dbase.c759 * start with '/', the name of a property of the /aliases
1888 * of_alias_scan - Scan all properties of the 'aliases' node
1890 * The function scans all the properties of the 'aliases' node and populates
1901 of_aliases = of_find_node_by_path("/aliases"); of_alias_scan()
1907 /* linux,stdout-path and /aliases/stdout are for legacy compatibility */ of_alias_scan()
H A Dfdt.c1083 /* Get pointer to "/chosen" and "/aliases" nodes for use everywhere */ unflatten_device_tree()
/linux-4.1.27/sound/
H A Dsound_core.c132 * requests modules using custom sound-slot/service-* module aliases.
134 * aliases instead of the standard char-major-* ones. This behavior
143 * preclaimed and the custom module aliases along with standard chrdev
146 * devices only the standard chrdev aliases are requested.
149 * sound-slot/service-* module aliases.
615 * sound-slot/service-* module aliases are scheduled soundcore_open()
617 * module aliases. For the time being, generate both soundcore_open()
618 * the legacy and standard module aliases to ease soundcore_open()
/linux-4.1.27/tools/vm/
H A Dslabinfo.c31 int aliases, align, cache_dma, cpu_slabs, destroy_by_rcu; member in struct:slabinfo
58 int aliases = 0; variable
108 "-a|--aliases Show aliases\n" usage()
314 for(a = aliasinfo;a < aliasinfo + aliases; a++) { find_one_alias()
508 s->name, s->aliases, s->order, s->objects); report()
571 if (s->aliases) slabcache()
922 slabs, aliases, alias_targets, used_slabs); totals()
1035 for (a1 = aliasinfo; a1 < aliasinfo + aliases; a1++) { sort_aliases()
1036 for (a2 = a1 + 1; a2 < aliasinfo + aliases; a2++) { sort_aliases()
1061 for (a = aliasinfo; a < aliasinfo + aliases; a++) { link_slabs()
1082 for(a = aliasinfo; a < aliasinfo + aliases; a++) { alias()
1172 slab->aliases = get_obj("aliases"); read_slab_dir()
1234 aliases = alias - aliasinfo; read_slab_dir()
1237 if (aliases > MAX_ALIASES) read_slab_dir()
1238 fatal("Too many aliases\n"); read_slab_dir()
1271 { "aliases", 0, NULL, 'a' },
/linux-4.1.27/arch/arc/mm/
H A Dmmap.c41 * We only need to do colour alignment if D cache aliases. arch_get_unmapped_area()
H A Dcache_arc700.c21 * when vaddr is available (agnostic of num of aliases)
26 * -Spotted a three year old bug when killing the 4 aliases, which needs
380 * fewer, based on the num-of-aliases possible.
H A Dtlb.c520 * in sync as well as INV - so any non-congruent aliases don't remain
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c475 symlist_t aliases; symtable_dump() local
492 SLIST_INIT(&aliases); symtable_dump()
520 symlist_add(&aliases, cursym, symtable_dump()
592 /* Add the aliases */
593 while (SLIST_FIRST(&aliases) != NULL) {
596 curnode = SLIST_FIRST(&aliases);
597 SLIST_REMOVE_HEAD(&aliases, links);
/linux-4.1.27/arch/sh/include/cpu-sh5/cpu/
H A Dregisters.h23 * Define some useful aliases for control registers.
/linux-4.1.27/arch/cris/kernel/
H A Dvmlinux.lds.S39 text_start = .; /* Lots of aliases. */
/linux-4.1.27/arch/arm/mm/
H A Dfault-armv.c139 int aliases = 0; make_coherent() local
160 aliases += adjust_pte(mpnt, mpnt->vm_start + offset, pfn); make_coherent()
163 if (aliases) make_coherent()
/linux-4.1.27/arch/mips/include/asm/
H A Dcpu-info.h36 #define MIPS_CACHE_ALIASES 0x00000004 /* Cache could have aliases */
/linux-4.1.27/arch/powerpc/platforms/8xx/
H A Dtqm8xx_setup.c103 dnode = of_find_node_by_name(NULL, "aliases"); init_ioports()
/linux-4.1.27/drivers/iommu/
H A Diommu.c539 * each function, we also need to look for aliases to or from other devices
568 * Look for aliases to or from the given device for exisiting groups. The
569 * dma_alias_devfn only supports aliases on the same bus, therefore the search
573 * multifunction devices could have aliases between them that would cause a
659 * due to aliases to the point where devices are protected from iommu_group_get_for_pci_dev()
678 * Look for existing groups on device aliases. If we alias another iommu_group_get_for_pci_dev()
679 * device or another device aliases us, use the same group. iommu_group_get_for_pci_dev()
687 * slot and aliases of those funcions, if any. No need to clear iommu_group_get_for_pci_dev()
H A Damd_iommu.c321 * The IVRS is fairly reliable in telling us about aliases, but it get_alias()
480 * had a chance to populate any IVRS defined aliases.
H A Darm-smmu.c64 * aliases of non-secure registers (e.g. nsCR0: 0x400, nsGFSR: 0x448,
/linux-4.1.27/arch/mips/mm/
H A Dc-r4k.c679 * Due to all possible segment mappings, there might cache aliases local_r4k_flush_icache_range()
909 * aliases. In this case it is better to treat the cache as always alias_74k_erratum()
910 * having aliases. Also disable the synonym tag update feature alias_74k_erratum()
1244 * virtually indexed so normally would suffer from aliases. So probe_pcache()
1245 * normally they'd suffer from aliases but magic in the hardware deals probe_pcache()
1283 * thus no virtual aliases. probe_pcache()
1323 "cache aliases" : "no aliases", probe_pcache()
1743 /* Cache aliases are handled in hardware; allow HIGHMEM */ r4k_cache_init()
H A Dc-octeon.c115 * dcache aliases don't need to do anything here octeon_flush_cache_mm()
H A Dinit.c52 * don't have to care about aliases on other CPUs.
/linux-4.1.27/drivers/media/pci/cx18/
H A Dcx18-cards.h57 /* V4L2 capability aliases */
H A Dcx18-av-core.h60 /* S-Video aliases for common luma/chroma combinations */
82 /* Component Video aliases for common combinations */
/linux-4.1.27/drivers/clk/shmobile/
H A Dclk-mstp.c223 * clock by name and register aliases for non-DT cpg_mstp_clocks_init()
/linux-4.1.27/arch/x86/include/asm/
H A Dcacheflush.h22 * - Making sure aliases of the memory behind the mapping don't violate
/linux-4.1.27/arch/mips/bcm47xx/
H A Dprom.c62 /* Figure out memory size by finding aliases. prom_init_mem()
/linux-4.1.27/include/media/
H A Dcx25840.h63 /* S-Video aliases for common luma/chroma combinations */
H A Dsaa7146.h283 /* register aliases */
/linux-4.1.27/arch/arm64/include/asm/
H A Dassembler.h119 * Register aliases.
/linux-4.1.27/arch/alpha/kernel/
H A Dmachvec_impl.h142 /* GCC actually has a syntax for defining aliases, but is under some
H A Dpci.c156 * address space (i.e., it aliases the ISA pcibios_align_resource()
H A Dsmc37c669.c821 ** the set of index aliases).
/linux-4.1.27/arch/s390/include/uapi/asm/
H A Ddasd.h30 unsigned int real_devno; /* for aliases */
94 unsigned int real_devno; /* for aliases */
/linux-4.1.27/fs/logfs/
H A Dgc.c464 * in a large number of aliases. Write the journal before __logfs_gc_pass()
496 * 2. The number of aliases is bounded. __logfs_gc_pass()
506 /* All aliases are still in btree */ __logfs_gc_pass()
H A Dlogfs_abi.h562 * struct logfs_seg_alias - list of segment aliases
572 * struct logfs_obj_alias - list of object aliases
609 * JE_SEG_ALIAS - aliases segments
H A Dlogfs.h286 * becomes dirty, is part of a transaction, contains aliases or is otherwise
333 mempool_t *s_alias_pool; /* aliases in segment.c */
H A Dreadwrite.c1321 * Object aliases can and often do change the size and occupied space of a
1324 * another two object aliases for the inode itself.
2187 * aliases, which are moved back. No write to the medium happens. logfs_evict_inode()
H A Djournal.c714 log_journal("logfs_write_obj_aliases: %d aliases to write\n", logfs_write_obj_aliases()
/linux-4.1.27/drivers/bluetooth/
H A Dbt3c_cs.c689 Two tries: without IO aliases, then with aliases */ bt3c_config()
H A Dbtuart_cs.c622 Two tries: without IO aliases, then with aliases */ btuart_config()
/linux-4.1.27/drivers/acpi/acpica/
H A Dexcreate.c81 * of aliases. With this code, we guarantee that an alias is acpi_ex_create_alias()
126 * Control method aliases need to be differentiated acpi_ex_create_alias()
H A Dexstoren.c135 * All aliases should have been resolved earlier, during the acpi_ex_resolve_object()
/linux-4.1.27/fs/ocfs2/
H A Ddcache.c165 * looking to unhash aliases, so we allow it to skip any that already
293 * There are no other aliases ocfs2_dentry_attach_lock()
H A Ddlmglue.c3751 * aliases. There's no need to do any more work. ocfs2_dentry_convert_worker()
/linux-4.1.27/include/sound/
H A Dvx_core.h409 /* aliases for VX board */
421 /* aliases for VXPOCKET board */
/linux-4.1.27/drivers/mtd/chips/
H A Dgen_probe.c124 * Now probe for other chips, checking sensibly for aliases while genprobe_ident_chips()
H A Dcfi_probe.c139 be aliases for the current one. */ cfi_probe_chip()
H A Djedec_probe.c2230 be aliases for the current one. */ jedec_probe_chip()
/linux-4.1.27/drivers/media/usb/gspca/
H A Dzc3xx-reg.h6 * The register aliases used here came from this driver:
/linux-4.1.27/drivers/clk/samsung/
H A Dclk-s3c2410-dclk.c322 dev_err(&pdev->dev, "failed to register aliases, %d\n", ret); s3c24xx_dclk_probe()
H A Dclk-s3c2410.c457 * Register common aliases at the end, as some of the aliased clocks s3c2410_common_clk_init()
H A Dclk.c99 /* register a list of aliases */ samsung_clk_register_alias()
H A Dclk-s5pv210.c748 * Clock aliases for legacy clkdev look-up.
/linux-4.1.27/arch/x86/mm/
H A Dpat_rbtree.c31 * different regions which overlap. All the aliases have the same
H A Dpageattr.c173 * flush the high aliases on 64bit as well. __cpa_flush_range()
276 * catches all aliases. static_protections()
/linux-4.1.27/arch/mips/include/asm/sn/sn0/
H A Daddrs.h129 * The following define the major position-independent aliases used
/linux-4.1.27/arch/nios2/mm/
H A Dcacheflush.c201 /* Flush this page if there are aliases. */ flush_dcache_page()
/linux-4.1.27/arch/powerpc/boot/
H A Dops.h173 void *devp = finddevice("/aliases"); find_node_by_alias()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dperf_event_server.h135 * Having a suffix allows us to have aliases in sysfs - eg: the generic
/linux-4.1.27/arch/powerpc/perf/
H A Dhv-gpci.c37 * are basically aliases for the starting_index. The specific alias
/linux-4.1.27/arch/ia64/lib/
H A Dstrlen.S86 .rotr v[2], w[2] // declares our 4 aliases
H A Dstrlen_user.S88 .rotr v[2], w[2] // declares our 4 aliases
/linux-4.1.27/arch/m68k/coldfire/
H A Dpci.c46 * use, ignore aliases and the like.
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_handler.S10 /* ppc-asm.h defines most of the reg aliases, but not r1/r2. */
/linux-4.1.27/arch/mips/alchemy/common/
H A Dclock.c82 /* aliases for a few on-chip sources which are either shared
1103 /* set up aliases drivers might look for */
/linux-4.1.27/drivers/mtd/devices/
H A Dm25p80.c261 * keep them available as module aliases for existing platforms.
/linux-4.1.27/drivers/mtd/maps/
H A Dsc520cdp.c42 ** the physical limits of the flash, the flash chip aliases over (to
/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-cards.h175 /* V4L2 capability aliases */
/linux-4.1.27/drivers/rtc/
H A Dclass.c180 dev_warn(dev, "/aliases ID %d not available\n", rtc_device_register()
/linux-4.1.27/arch/x86/crypto/
H A Dtwofish-i586-asm_32.S46 /* define a few register aliases to allow macro substitution */
H A Dtwofish-x86_64-asm_64.S40 /* define a few register aliases to allow macro substitution */
H A Dsha1_avx2_x86_64_asm.S184 /* Define register aliases */
/linux-4.1.27/fs/ufs/
H A Dialloc.c48 * HOWEVER: we must make sure that we get no aliases,
/linux-4.1.27/arch/parisc/include/asm/
H A Dprocessor.h343 * aliases with different data, whether clean or not) to operate */ parisc_requires_coherency()
/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c81 * if there are unmapped gaps or aliases (mirrors of flash devices). The MTD
/linux-4.1.27/drivers/pci/hotplug/
H A Dibmphp.h325 * | | VGA and their aliases, 11 - Avoid ISA
/linux-4.1.27/drivers/pci/
H A Dsearch.c20 * pci_for_each_dma_alias - Iterate over DMA aliases for a device
H A Dquirks.c3641 * quirk_fixed_dma_alias() uses this table to create fixed aliases, where
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
H A Dnvreg.h168 /* note: PCRTC_GPIO is not available on nv10, and in fact aliases 0x600810 */
/linux-4.1.27/drivers/tty/serial/8250/
H A D8250_dw.c348 /* get index of serial line, if found in DT aliases */ dw8250_probe_of()
H A Dserial_cs.c445 * Two tries: without IO aliases, then with aliases */ simple_config()
/linux-4.1.27/arch/mips/include/asm/sn/
H A Daddrs.h117 * The following define the major position-independent aliases used
/linux-4.1.27/fs/
H A Dchar_dev.c549 /* Make old-style 2.4 aliases work */ base_probe()
H A Ddcache.c49 * - i_dentry, d_u.d_alias, d_inode of aliases
1814 * Don't need alias->d_lock here, because aliases with __d_instantiate_unique()
1917 * If any aliases exist for the given inode, take and return a
1918 * reference for one of them. If no aliases exist, return %NULL.
2755 * we should error out: directories can't have multiple aliases.
H A Dblock_dev.c830 * aliases. Keep @bdev if partno is 0. This means claimer bd_start_claiming()
H A Dbuffer.c1596 * buffer-cache aliases starting from return from that function and
1712 * handle any aliases from the underlying blockdev's mapping. __block_write_full_page()
/linux-4.1.27/fs/exportfs/
H A Dexpfs.c38 * Check if the dentry or any of it's aliases is acceptable.
/linux-4.1.27/kernel/trace/
H A Dtrace_syscalls.c39 * syscall wrappers may have syscalls symbols aliases prefixed arch_syscall_match_sym_name()
/linux-4.1.27/scripts/dtc/libfdt/
H A Dfdt_ro.c345 aliasoffset = fdt_path_offset(fdt, "/aliases"); fdt_get_alias_namelen()
H A Dlibfdt.h582 * value of the property named 'name' in the node /aliases.
586 * NULL, if the given alias or the /aliases node does not exist
/linux-4.1.27/include/linux/
H A Dhil.h356 like locale.aliases strings do; maybe that isn't the right table to
H A Data.h211 ATA_REG_FEATURE = ATA_REG_ERR, /* and their aliases */
H A Dcrypto.h31 * unprefixed names, so retains those aliases as well.
H A Dfs.h1966 /* Alas, no aliases. Too much hassle with bringing module.h everywhere */
/linux-4.1.27/drivers/target/
H A Dtarget_core_tpg.c623 * userspace to emulate aliases or groups.
/linux-4.1.27/drivers/staging/octeon/
H A Dethernet.c632 pr_err("Error: No 'pip' in /aliases\n"); cvm_oct_probe()
/linux-4.1.27/arch/x86/kernel/
H A Damd_gart_64.c822 * so the CPU wont notice potential aliases and if the memory gart_iommu_init()
/linux-4.1.27/drivers/char/
H A Dmem.c242 * attribute aliases. uncached_access()
/linux-4.1.27/fs/ntfs/
H A Dnamei.c60 * dentry aliases that only differ in case in ->ntfs_lookup() while maintaining
H A Daops.c627 * buffers to disk addresses and handling any aliases from the ntfs_write_block()
/linux-4.1.27/fs/jffs2/
H A Ddir.c850 * For one thing, we can't afford dentry aliases for directories. jffs2_rename()
/linux-4.1.27/kernel/debug/
H A Ddebug_core.c165 * Weak aliases for breakpoint management,
/linux-4.1.27/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c86 * if there are unmapped gaps or aliases (mirrors of flash devices). The MTD
/linux-4.1.27/arch/arm/mach-omap1/
H A Dclock.c941 * Used for clock aliases that are needed on some OMAPs, but not others
/linux-4.1.27/fs/ext2/
H A Dialloc.c95 * HOWEVER: we must make sure that we get no aliases,
/linux-4.1.27/fs/ext3/
H A Dialloc.c71 * HOWEVER: we must make sure that we get no aliases,
/linux-4.1.27/kernel/
H A Dsoftirq.c765 * [ These __weak aliases are kept in a separate compilation unit, so that
/linux-4.1.27/arch/x86/xen/
H A Denlighten.c547 * We need to mark the all aliases of the LDT pages RO. We xen_alloc_ldt()
549 * only responsible for flushing aliases out the TLBs, not the xen_alloc_ldt()
/linux-4.1.27/drivers/scsi/
H A Dconstants.c109 {0xb, "Report aliases"},
121 {0xb, "Change aliases"},
/linux-4.1.27/drivers/crypto/vmx/
H A Daesp8-ppc.pl647 my ($tmp,$keyperm)=($in3,$in4); # aliases with "caller", redundant assignment
1350 my ($tmp,$keyperm)=($in3,$in4); # aliases with "caller", redundant assignment
/linux-4.1.27/sound/isa/wavefront/
H A Dwavefront_synth.c676 snd_printk ("%d samples used (%d real, %d aliases, %d multi), " wavefront_get_sample_status()
1607 "sample aliases still " wavefront_synth_control()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_p4.c579 * identical events may run simultaneously, we introduce event aliases,
/linux-4.1.27/drivers/tty/serial/
H A Dserial_txx9.c53 /* flag aliases */
H A Dsunsu.c1395 struct device_node *ap = of_find_node_by_path("/aliases"); su_get_type()
H A Datmel_serial.c2619 /* port id not found in platform data nor device-tree aliases: atmel_serial_probe()
H A Dsh-sci.c2568 /* Get the line number for the aliases node. */ sci_parse_dt()
/linux-4.1.27/include/uapi/linux/
H A Dinput.h797 /* We avoid low common keys in module aliases so they don't get huge. */
/linux-4.1.27/arch/powerpc/platforms/512x/
H A Dclock-commonclk.c665 * - in the absence of "aliases" for clocks we need to create mpc512x_clk_setup_mclk()
/linux-4.1.27/arch/arm/kernel/
H A Dsetup.c300 /* I-cache aliases will be handled by D-cache aliasing code */ cpu_has_aliasing_icache()
/linux-4.1.27/fs/ext4/
H A Dialloc.c220 * HOWEVER: we must make sure that we get no aliases,
/linux-4.1.27/sound/pci/hda/
H A Dpatch_cirrus.c66 /* aliases */
/linux-4.1.27/mm/
H A Dvmalloc.c1026 * vm_unmap_aliases - unmap outstanding lazy aliases in the vmap layer
1035 * be sure that none of the pages we have control over will have any aliases
H A Dslub.c4489 SLAB_ATTR_RO(aliases); variable
5233 * Need to buffer aliases during bootup until sysfs becomes
/linux-4.1.27/drivers/net/ethernet/3com/
H A D3c515.c270 /* Boomerang-style bus master control registers. Note ISA aliases! */
/linux-4.1.27/block/
H A Dgenhd.c894 /* Make old-style 2.4 aliases work */ base_probe()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dmce.c1581 * because it aliases to another special BIOS controlled __mcheck_cpu_apply_quirks()
/linux-4.1.27/drivers/ata/
H A Dahci.c78 /* aliases */
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c2427 * comparing to display names and aliases omapfb_find_default_display()
/linux-4.1.27/fs/ceph/
H A Dinode.c529 * dropping all its aliases. ceph_drop_inode()
H A Dcaps.c2439 * Invalidate unlinked inode's aliases, so we can drop the inode ASAP.
H A Dmds_client.c1349 * this indirectly: if a cap is unused, we prune its aliases, at which
/linux-4.1.27/fs/cifs/
H A Dinode.c914 * walk dentry list for an inode and report whether it has aliases that
/linux-4.1.27/drivers/atm/
H A Dhorizon.c1523 // I wonder if gcc would get rid of one of the pointer aliases setup_idle_tx_channel()

Completed in 3922 milliseconds