| /kernel/linux/linux-5.10/scripts/mod/ |
| D | file2alias.c | 1 /* Simple code to turn various tables in an ELF file into alias definitions. 59 int (*do_entry)(const char *filename, void *symval, char *alias); 62 /* Size of alias provided to do_entry functions */ 162 char alias[500]; in do_usb_entry() local 175 strcpy(alias, "usb:"); in do_usb_entry() 176 ADD(alias, "v", match_flags&USB_DEVICE_ID_MATCH_VENDOR, in do_usb_entry() 178 ADD(alias, "p", match_flags&USB_DEVICE_ID_MATCH_PRODUCT, in do_usb_entry() 181 strcat(alias, "d"); in do_usb_entry() 183 sprintf(alias + strlen(alias), "%0*X", in do_usb_entry() 186 sprintf(alias + strlen(alias), "%X", range_lo); in do_usb_entry() [all …]
|
| /kernel/linux/linux-4.19/scripts/mod/ |
| D | file2alias.c | 1 /* Simple code to turn various tables in an ELF file into alias definitions. 50 int (*do_entry)(const char *filename, void *symval, char *alias); 142 char alias[500]; in do_usb_entry() local 155 strcpy(alias, "usb:"); in do_usb_entry() 156 ADD(alias, "v", match_flags&USB_DEVICE_ID_MATCH_VENDOR, in do_usb_entry() 158 ADD(alias, "p", match_flags&USB_DEVICE_ID_MATCH_PRODUCT, in do_usb_entry() 161 strcat(alias, "d"); in do_usb_entry() 163 sprintf(alias + strlen(alias), "%0*X", in do_usb_entry() 166 sprintf(alias + strlen(alias), "%X", range_lo); in do_usb_entry() 169 sprintf(alias + strlen(alias), in do_usb_entry() [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/samsung/ |
| D | clk-s3c64xx.c | 311 ALIAS(FOUT_APLL, NULL, "fout_apll"), 312 ALIAS(FOUT_MPLL, NULL, "fout_mpll"), 313 ALIAS(FOUT_EPLL, NULL, "fout_epll"), 314 ALIAS(MOUT_EPLL, NULL, "mout_epll"), 315 ALIAS(DOUT_MPLL, NULL, "dout_mpll"), 316 ALIAS(HCLKX2, NULL, "hclk2"), 317 ALIAS(HCLK, NULL, "hclk"), 318 ALIAS(PCLK, NULL, "pclk"), 319 ALIAS(PCLK, NULL, "clk_uart_baud2"), 320 ALIAS(ARMCLK, NULL, "armclk"), [all …]
|
| D | clk-s3c2443.c | 146 ALIAS(MSYSCLK, NULL, "msysclk"), 147 ALIAS(ARMCLK, NULL, "armclk"), 148 ALIAS(MPLL, NULL, "mpll"), 149 ALIAS(EPLL, NULL, "epll"), 150 ALIAS(HCLK, NULL, "hclk"), 151 ALIAS(HCLK_SSMC, NULL, "nand"), 152 ALIAS(PCLK_UART0, "s3c2440-uart.0", "uart"), 153 ALIAS(PCLK_UART1, "s3c2440-uart.1", "uart"), 154 ALIAS(PCLK_UART2, "s3c2440-uart.2", "uart"), 155 ALIAS(PCLK_UART3, "s3c2440-uart.3", "uart"), [all …]
|
| D | clk-s3c2410.c | 97 ALIAS(PCLK_I2C, "s3c2410-i2c.0", "i2c"), 98 ALIAS(PCLK_ADC, NULL, "adc"), 99 ALIAS(PCLK_RTC, NULL, "rtc"), 100 ALIAS(PCLK_PWM, NULL, "timers"), 101 ALIAS(HCLK_LCD, NULL, "lcd"), 102 ALIAS(HCLK_USBD, NULL, "usb-device"), 103 ALIAS(HCLK_USBH, NULL, "usb-host"), 104 ALIAS(UCLK, NULL, "usb-bus-host"), 105 ALIAS(UCLK, NULL, "usb-bus-gadget"), 106 ALIAS(ARMCLK, NULL, "armclk"), [all …]
|
| D | clk-s3c2412.c | 137 ALIAS(PCLK_UART0, "s3c2412-uart.0", "uart"), 138 ALIAS(PCLK_UART1, "s3c2412-uart.1", "uart"), 139 ALIAS(PCLK_UART2, "s3c2412-uart.2", "uart"), 140 ALIAS(PCLK_UART0, "s3c2412-uart.0", "clk_uart_baud2"), 141 ALIAS(PCLK_UART1, "s3c2412-uart.1", "clk_uart_baud2"), 142 ALIAS(PCLK_UART2, "s3c2412-uart.2", "clk_uart_baud2"), 143 ALIAS(SCLK_UART, NULL, "clk_uart_baud3"), 144 ALIAS(PCLK_I2C, "s3c2410-i2c.0", "i2c"), 145 ALIAS(PCLK_ADC, NULL, "adc"), 146 ALIAS(PCLK_RTC, NULL, "rtc"), [all …]
|
| /kernel/linux/linux-4.19/drivers/clk/samsung/ |
| D | clk-s3c64xx.c | 372 ALIAS(FOUT_APLL, NULL, "fout_apll"), 373 ALIAS(FOUT_MPLL, NULL, "fout_mpll"), 374 ALIAS(FOUT_EPLL, NULL, "fout_epll"), 375 ALIAS(MOUT_EPLL, NULL, "mout_epll"), 376 ALIAS(DOUT_MPLL, NULL, "dout_mpll"), 377 ALIAS(HCLKX2, NULL, "hclk2"), 378 ALIAS(HCLK, NULL, "hclk"), 379 ALIAS(PCLK, NULL, "pclk"), 380 ALIAS(PCLK, NULL, "clk_uart_baud2"), 381 ALIAS(ARMCLK, NULL, "armclk"), [all …]
|
| D | clk-s3c2443.c | 187 ALIAS(MSYSCLK, NULL, "msysclk"), 188 ALIAS(ARMCLK, NULL, "armclk"), 189 ALIAS(MPLL, NULL, "mpll"), 190 ALIAS(EPLL, NULL, "epll"), 191 ALIAS(HCLK, NULL, "hclk"), 192 ALIAS(HCLK_SSMC, NULL, "nand"), 193 ALIAS(PCLK_UART0, "s3c2440-uart.0", "uart"), 194 ALIAS(PCLK_UART1, "s3c2440-uart.1", "uart"), 195 ALIAS(PCLK_UART2, "s3c2440-uart.2", "uart"), 196 ALIAS(PCLK_UART3, "s3c2440-uart.3", "uart"), [all …]
|
| D | clk-s3c2410.c | 139 ALIAS(PCLK_I2C, "s3c2410-i2c.0", "i2c"), 140 ALIAS(PCLK_ADC, NULL, "adc"), 141 ALIAS(PCLK_RTC, NULL, "rtc"), 142 ALIAS(PCLK_PWM, NULL, "timers"), 143 ALIAS(HCLK_LCD, NULL, "lcd"), 144 ALIAS(HCLK_USBD, NULL, "usb-device"), 145 ALIAS(HCLK_USBH, NULL, "usb-host"), 146 ALIAS(UCLK, NULL, "usb-bus-host"), 147 ALIAS(UCLK, NULL, "usb-bus-gadget"), 148 ALIAS(ARMCLK, NULL, "armclk"), [all …]
|
| D | clk-s3c2412.c | 178 ALIAS(PCLK_UART0, "s3c2412-uart.0", "uart"), 179 ALIAS(PCLK_UART1, "s3c2412-uart.1", "uart"), 180 ALIAS(PCLK_UART2, "s3c2412-uart.2", "uart"), 181 ALIAS(PCLK_UART0, "s3c2412-uart.0", "clk_uart_baud2"), 182 ALIAS(PCLK_UART1, "s3c2412-uart.1", "clk_uart_baud2"), 183 ALIAS(PCLK_UART2, "s3c2412-uart.2", "clk_uart_baud2"), 184 ALIAS(SCLK_UART, NULL, "clk_uart_baud3"), 185 ALIAS(PCLK_I2C, "s3c2410-i2c.0", "i2c"), 186 ALIAS(PCLK_ADC, NULL, "adc"), 187 ALIAS(PCLK_RTC, NULL, "rtc"), [all …]
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | pmu.c | 140 static int perf_pmu__parse_scale(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_scale() argument 166 ret = convert_scale(scale, NULL, &alias->scale); in perf_pmu__parse_scale() 172 static int perf_pmu__parse_unit(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_unit() argument 184 sret = read(fd, alias->unit, UNIT_MAX_LEN); in perf_pmu__parse_unit() 190 if (alias->unit[sret - 1] == '\n') in perf_pmu__parse_unit() 191 alias->unit[sret - 1] = '\0'; in perf_pmu__parse_unit() 193 alias->unit[sret] = '\0'; in perf_pmu__parse_unit() 198 alias->unit[0] = '\0'; in perf_pmu__parse_unit() 203 perf_pmu__parse_per_pkg(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_per_pkg() argument 216 alias->per_pkg = true; in perf_pmu__parse_per_pkg() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | pmu.c | 143 static int perf_pmu__parse_scale(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_scale() argument 169 ret = perf_pmu__convert_scale(scale, NULL, &alias->scale); in perf_pmu__parse_scale() 175 static int perf_pmu__parse_unit(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_unit() argument 187 sret = read(fd, alias->unit, UNIT_MAX_LEN); in perf_pmu__parse_unit() 193 if (alias->unit[sret - 1] == '\n') in perf_pmu__parse_unit() 194 alias->unit[sret - 1] = '\0'; in perf_pmu__parse_unit() 196 alias->unit[sret] = '\0'; in perf_pmu__parse_unit() 201 alias->unit[0] = '\0'; in perf_pmu__parse_unit() 206 perf_pmu__parse_per_pkg(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_per_pkg() argument 219 alias->per_pkg = true; in perf_pmu__parse_per_pkg() [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | alias.rst | 12 An alias is formed by adding a colon and a string when running ifconfig. 16 Alias creation 19 Alias creation is done by 'magic' interface naming: eg. to create a 20 200.1.1.1 alias for eth0 ... 24 ~~ -> request alias #0 creation (if not yet exists) for eth0 30 Alias deletion 33 The alias is removed by shutting the alias down:: 36 ~~~~~~~~~~ -> will delete alias 39 Alias (re-)configuring
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | alias.rst | 12 An alias is formed by adding a colon and a string when running ifconfig. 16 Alias creation 19 Alias creation is done by 'magic' interface naming: eg. to create a 20 200.1.1.1 alias for eth0 ... 24 ~~ -> request alias #0 creation (if not yet exists) for eth0 30 Alias deletion 33 The alias is removed by shutting the alias down:: 36 ~~~~~~~~~~ -> will delete alias 39 Alias (re-)configuring
|
| /kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
| D | vclock_gettime.c | 26 __attribute__((weak, alias("__vdso_gettimeofday"))); 33 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time"))); 47 __attribute__((weak, alias("__vdso_clock_gettime"))); 55 __attribute__((weak, alias("__vdso_clock_getres"))); 68 __attribute__((weak, alias("__vdso_clock_gettime"))); 76 __attribute__((weak, alias("__vdso_clock_gettime64"))); 84 __attribute__((weak, alias("__vdso_clock_getres")));
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | linkage.h | 11 #define SYSCALL_ALIAS(alias, name) \ argument 12 asm ("\t.globl " #alias "\n\t.set " #alias ", " #name "\n" \ 13 "\t.globl ." #alias "\n\t.set ." #alias ", ." #name)
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/ |
| D | linkage.h | 11 #define SYSCALL_ALIAS(alias, name) \ argument 12 asm ("\t.globl " #alias "\n\t.set " #alias ", " #name "\n" \ 13 "\t.globl ." #alias "\n\t.set ." #alias ", ." #name)
|
| /kernel/linux/linux-5.10/fs/afs/ |
| D | dir_silly.c | 239 struct dentry *alias; in afs_silly_iput() local 248 alias = d_alloc_parallel(dentry->d_parent, &dentry->d_name, &wq); in afs_silly_iput() 249 if (IS_ERR(alias)) { in afs_silly_iput() 254 if (!d_in_lookup(alias)) { in afs_silly_iput() 259 spin_lock(&alias->d_lock); in afs_silly_iput() 260 if (d_really_is_positive(alias) && in afs_silly_iput() 261 !(alias->d_flags & DCACHE_NFSFS_RENAMED)) { in afs_silly_iput() 262 alias->d_flags |= DCACHE_NFSFS_RENAMED; in afs_silly_iput() 265 spin_unlock(&alias->d_lock); in afs_silly_iput() 267 dput(alias); in afs_silly_iput() [all …]
|
| /kernel/linux/linux-4.19/drivers/of/ |
| D | of_private.h | 12 * struct alias_prop - Alias property in 'aliases' node 14 * @alias: Alias property name 15 * @np: Pointer to device_node that the alias stands for 16 * @id: Index value from end of alias name 17 * @stem: Alias string without the index 19 * The structure represents one alias property of 'aliases' node as 24 const char *alias; member
|
| /kernel/linux/linux-5.10/drivers/of/ |
| D | of_private.h | 12 * struct alias_prop - Alias property in 'aliases' node 14 * @alias: Alias property name 15 * @np: Pointer to device_node that the alias stands for 16 * @id: Index value from end of alias name 17 * @stem: Alias string without the index 19 * The structure represents one alias property of 'aliases' node as 24 const char *alias; member
|
| /kernel/linux/linux-4.19/arch/ia64/uv/kernel/ |
| D | setup.c | 32 unsigned long alias; member 45 union uvh_si_alias0_overlay_config_u alias; in get_lowmem_redirect() local 50 alias.v = uv_read_local_mmr(redir_addrs[i].alias); in get_lowmem_redirect() 51 if (alias.s.base == 0) { in get_lowmem_redirect() 52 *size = (1UL << alias.s.m_alias); in get_lowmem_redirect()
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | pmu-events.c | 25 * be set in the alias. 258 struct perf_pmu_alias *alias; in find_alias() local 260 list_for_each_entry(alias, aliases, list) in find_alias() 261 if (!strcmp(test_event, alias->name)) in find_alias() 262 return alias; in find_alias() 299 struct perf_pmu_alias *alias = find_alias(te->name, &aliases); in __test__pmu_event_aliases() local 301 if (!alias) { in __test__pmu_event_aliases() 306 pr_debug3("testing aliases PMU %s: skip matching alias %s\n", in __test__pmu_event_aliases() 311 pr_debug2("testing aliases PMU %s: no alias, alias_table->name=%s\n", in __test__pmu_event_aliases() 317 if (!is_same(alias->desc, te->desc)) { in __test__pmu_event_aliases() [all …]
|
| /kernel/linux/linux-5.10/arch/ia64/uv/kernel/ |
| D | setup.c | 27 unsigned long alias; member 40 union uvh_si_alias0_overlay_config_u alias; in get_lowmem_redirect() local 45 alias.v = uv_read_local_mmr(redir_addrs[i].alias); in get_lowmem_redirect() 46 if (alias.s.base == 0) { in get_lowmem_redirect() 47 *size = (1UL << alias.s.m_alias); in get_lowmem_redirect()
|
| /kernel/linux/linux-5.10/arch/xtensa/mm/ |
| D | cache.c | 148 unsigned long alias = !(DCACHE_ALIAS_EQ(temp, phys)); in flush_dcache_page() local 158 if (!alias && !mapping) in flush_dcache_page() 167 if (alias) in flush_dcache_page() 195 * alias versions of the cache flush functions. 201 /* Note that we have to use the 'alias' address to avoid multi-hit */ in local_flush_cache_page() 270 unsigned long alias = !(DCACHE_ALIAS_EQ(vaddr, phys)); in copy_to_user_page() local 274 if (alias) { in copy_to_user_page() 290 if (alias) { in copy_to_user_page() 310 unsigned long alias = !(DCACHE_ALIAS_EQ(vaddr, phys)); in copy_from_user_page() local 317 if (alias) { in copy_from_user_page()
|
| /kernel/linux/linux-4.19/arch/xtensa/mm/ |
| D | cache.c | 147 unsigned long alias = !(DCACHE_ALIAS_EQ(temp, phys)); in flush_dcache_page() local 157 if (!alias && !mapping) in flush_dcache_page() 165 if (alias) in flush_dcache_page() 192 * alias versions of the cache flush functions. 198 /* Note that we have to use the 'alias' address to avoid multi-hit */ in local_flush_cache_page() 263 unsigned long alias = !(DCACHE_ALIAS_EQ(vaddr, phys)); in copy_to_user_page() local 267 if (alias) { in copy_to_user_page() 281 if (alias) { in copy_to_user_page() 299 unsigned long alias = !(DCACHE_ALIAS_EQ(vaddr, phys)); in copy_from_user_page() local 306 if (alias) { in copy_from_user_page()
|