| /linux/drivers/ntb/test/ |
| H A D | ntb_msi_test.c | 28 struct ntb_msit_ctx *nm; member 33 struct ntb_msit_ctx *nm; member 46 struct ntb_msit_ctx *nm = isr_ctx->nm; in ntb_msit_isr() local 48 dev_dbg(&nm->ntb->dev, "Interrupt Occurred: %d", in ntb_msit_isr() 58 struct ntb_msit_ctx *nm = container_of(work, struct ntb_msit_ctx, in ntb_msit_setup_work() local 65 ret = ntb_msi_setup_mws(nm->ntb); in ntb_msit_setup_work() 67 dev_err(&nm->ntb->dev, "Unable to setup MSI windows: %d\n", in ntb_msit_setup_work() 73 nm->isr_ctx[i].irq_idx = i; in ntb_msit_setup_work() 74 nm->isr_ctx[i].nm = nm; in ntb_msit_setup_work() 76 if (!nm->isr_ctx[i].irq_num) { in ntb_msit_setup_work() [all …]
|
| /linux/fs/ubifs/ |
| H A D | key.h | 148 const struct fscrypt_name *nm) in dent_key_init() argument 150 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init() 183 const struct fscrypt_name *nm) in dent_key_init_flash() argument 186 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init_flash() 217 const struct fscrypt_name *nm) in xent_key_init() argument 219 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in xent_key_init() 234 ino_t inum, const struct fscrypt_name *nm) in xent_key_init_flash() argument 237 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in xent_key_init_flash()
|
| /linux/security/selinux/ss/ |
| H A D | mls.c | 35 const char *nm; in mls_compute_context_len() local 56 nm = sym_name(p, SYM_CATS, prev); in mls_compute_context_len() 57 len += strlen(nm) + 1; in mls_compute_context_len() 59 nm = sym_name(p, SYM_CATS, i); in mls_compute_context_len() 60 len += strlen(nm) + 1; in mls_compute_context_len() 66 nm = sym_name(p, SYM_CATS, prev); in mls_compute_context_len() 67 len += strlen(nm) + 1; in mls_compute_context_len() 89 const char *nm; in mls_sid_to_context() local 121 nm = sym_name(p, SYM_CATS, prev); in mls_sid_to_context() 122 strcpy(scontextp, nm); in mls_sid_to_context() [all …]
|
| /linux/arch/powerpc/tools/ |
| H A D | unrel_branch_check.sh | 10 nm="$2" 15 end_intr=0x$($nm -p "$vmlinux" | 24 sim=0x$($nm -p "$vmlinux" |
|
| H A D | head_check.sh | 46 nm="$1" 50 $nm "$vmlinux" | grep -e " [TA] _stext$" -e " t start_first_256B$" -e " a text_start$" -e " t start…
|
| /linux/arch/arc/kernel/ |
| H A D | troubleshoot.c | 93 char *nm = "anon"; in show_faulting_vma() local 97 nm = d_path(file_user_path(vma->vm_file), buf, in show_faulting_vma() 99 if (IS_ERR(nm)) in show_faulting_vma() 100 nm = "?"; in show_faulting_vma() 105 nm, vma->vm_start, vma->vm_end); in show_faulting_vma()
|
| /linux/scripts/ |
| H A D | recordmcount.pl | 124 $ld, $nm, $rm, $mv, $is_module, $inputfile) = @ARGV; 155 $nm = 'nm' if (!$nm); 398 open (IN, "$nm $inputfile|") || die "error running $nm";
|
| H A D | relocs_check.sh | 9 nm="$2" 16 undef_weak_symbols=$($nm "$vmlinux" | awk '$1 ~ /w/ { print $2 }')
|
| H A D | generate_initcall_order.pl | 14 my $nm = $ENV{'NM'} || die "$0: ERROR: NM not set?"; 102 open(my $fh, "\"$nm\" --defined-only \"$file\" 2>/dev/null |") 103 or die "$0: ERROR: failed to execute \"$nm\": $!";
|
| H A D | bloat-o-meter | 30 nm = "nm" 32 nm = "{}nm".format(args.prefix) 34 with os.popen("{} --size-sort {}".format(nm, file)) as f:
|
| H A D | link-vmlinux.sh | 164 ${NM} -S ${1} > .tmp_vmlinux.nm-sort 165 ${objtree}/scripts/sorttable -s .tmp_vmlinux.nm-sort ${1} 171 rm -f .tmp_vmlinux.nm-sort
|
| H A D | check-function-names.sh | 16 bad_symbols=$(${NM:-nm} "$objfile" | awk '$2 ~ /^[TtWw]$/ {print $3}' | grep -E '^(startup|exit|spl…
|
| /linux/drivers/usb/host/ |
| H A D | xhci-debugfs.h | 73 #define dump_register(nm) \ argument 75 .name = __stringify(nm), \ 76 .offset = REG_ ##nm, \
|
| /linux/arch/sparc/kernel/ |
| H A D | ioport.c | 323 const char *nm; in sparc_io_proc_show() local 326 if ((nm = r->name) == NULL) nm = "???"; in sparc_io_proc_show() 329 (unsigned long long)r->end, nm); in sparc_io_proc_show()
|
| /linux/drivers/tee/optee/ |
| H A D | supp.c | 315 size_t nm; in supp_pop_req() local 326 nm = 1; in supp_pop_req() 329 nm = 0; in supp_pop_req() 340 if ((num_params - nm) != req->num_params) in supp_pop_req() 343 *num_meta = nm; in supp_pop_req()
|
| /linux/drivers/phy/marvell/ |
| H A D | Makefile | 13 obj-$(CONFIG_PHY_PXA_28NM_HSIC) += phy-pxa-28nm-hsic.o 14 obj-$(CONFIG_PHY_PXA_28NM_USB2) += phy-pxa-28nm-usb2.o
|
| /linux/arch/arc/include/asm/ |
| H A D | linkage.h | 36 .macro ARCFP_DATA nm 42 .global \nm
|
| /linux/arch/arm64/boot/dts/apple/ |
| H A D | s8000.dtsi | 65 * nodes: Samsung made the S8000 (APL0898) on 14nm and TSMC made 66 * the S8003 (APL1022) on 16nm. There are some minor differences
|
| H A D | s8003.dtsi | 65 * nodes: Samsung made the S8000 (APL0898) on 14nm and TSMC made 66 * the S8003 (APL1022) on 16nm. There are some minor differences
|
| /linux/drivers/memory/ |
| H A D | atmel-ebi.c | 74 #define ATMEL_SMC_SETUP_XLATE(nm, pos) \ argument 75 { .name = nm, .converter = atmel_smc_cs_conf_set_setup, .shift = pos} 77 #define ATMEL_SMC_PULSE_XLATE(nm, pos) \ argument 78 { .name = nm, .converter = atmel_smc_cs_conf_set_pulse, .shift = pos} 80 #define ATMEL_SMC_CYCLE_XLATE(nm, pos) \ argument 81 { .name = nm, .converter = atmel_smc_cs_conf_set_cycle, .shift = pos}
|
| /linux/drivers/md/ |
| H A D | md.h | 831 char nm[20]; in sysfs_link_rdev() local 835 sprintf(nm, "rd%d", rdev->raid_disk); in sysfs_link_rdev() 836 return sysfs_create_link(&mddev->kobj, &rdev->kobj, nm); in sysfs_link_rdev() 843 char nm[20]; in sysfs_unlink_rdev() local 847 sprintf(nm, "rd%d", rdev->raid_disk); in sysfs_unlink_rdev() 848 sysfs_remove_link(&mddev->kobj, nm); in sysfs_unlink_rdev()
|
| /linux/Documentation/hwmon/ |
| H A D | lm95234.rst | 33 beta compensation technology allows sensing of 90 nm or 65 nm process
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_debug.c | 397 #define AMKSTR(nm) #nm "_BE", #nm "_BK", #nm "_VI", #nm "_VO" argument
|
| /linux/Documentation/arch/arm/sti/ |
| H A D | stih407-overview.rst | 13 - ARM Cortex-A9 1.5 GHz dual core CPU (28nm)
|
| H A D | stih418-overview.rst | 13 - ARM Cortex-A9 1.5 GHz quad core CPU (28nm)
|