Home
last modified time | relevance | path

Searched refs:nm (Results 1 – 25 of 61) sorted by relevance

123

/arch/powerpc/tools/
A Dftrace_check.sh21 nm="$1"
24 stext_addr=$($nm "$vmlinux" | grep -e " [TA] _stext$" | \
26 ftrace_caller_addr=$($nm "$vmlinux" | grep -e " T ftrace_caller$" | \
28 ftrace_tramp_addr=$($nm "$vmlinux" | grep -e " T ftrace_tramp_text$" | \
A Dunrel_branch_check.sh10 nm="$2"
15 end_intr=0x$($nm -p "$vmlinux" |
24 sim=0x$($nm -p "$vmlinux" |
A Dhead_check.sh45 nm="$1"
49 $nm "$vmlinux" | grep -e " [TA] _stext$" -e " t start_first_256B$" -e " a text_start$" -e " t start…
/arch/arc/kernel/
A Dtroubleshoot.c93 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()
/arch/arc/include/asm/
A Dlinkage.h36 .macro ARCFP_DATA nm
42 .global \nm
/arch/sparc/kernel/
A Dioport.c323 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()
/arch/arm64/boot/dts/apple/
A Ds8000.dtsi65 * nodes: Samsung made the S8000 (APL0898) on 14nm and TSMC made
66 * the S8003 (APL1022) on 16nm. There are some minor differences
A Ds8003.dtsi65 * nodes: Samsung made the S8000 (APL0898) on 14nm and TSMC made
66 * the S8003 (APL1022) on 16nm. There are some minor differences
A Ds800-0-3.dtsi189 * nodes: Samsung made the S8000 (APL0898) on 14nm and TSMC made
190 * the S8003 (APL1022) on 16nm. There are some minor differences
/arch/powerpc/boot/
A Dwrapper503 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
545 system_reset_overlay=0x`${CROSS}nm "$ofile" \
549 system_reset_kernel=0x`${CROSS}nm "$ofile" \
574 size=$(${CROSS}nm --no-sort --radix=d "$ofile" | grep -E ' _end$' | cut -d' ' -f1)
/arch/arm/mach-omap2/
A DKconfig167 V1 is the 65nm version used in OMAP3430.
168 V2 is the update for the 45nm version of the IP used in OMAP3630
/arch/arm64/boot/dts/qcom/
A Dsdm660.dtsi219 compatible = "qcom,dsi-phy-14nm-660";
A Dmsm8976.dtsi9 #include <dt-bindings/clock/qcom,dsi-phy-28nm.h>
486 compatible = "qcom,usb-hs-28nm-femtophy";
1121 compatible = "qcom,dsi-phy-28nm-hpm-fam-b";
1140 compatible = "qcom,dsi-phy-28nm-hpm-fam-b";
A Dmsm8917.dtsi3 #include <dt-bindings/clock/qcom,dsi-phy-28nm.h>
467 compatible = "qcom,usb-hs-28nm-femtophy";
1114 compatible = "qcom,dsi-phy-28nm-8937";
A Dsc8180x.dtsi8 #include <dt-bindings/clock/qcom,dsi-phy-28nm.h>
2480 "qcom,usb-snps-hs-7nm-phy";
2493 "qcom,usb-snps-hs-7nm-phy";
2506 "qcom,usb-snps-hs-7nm-phy";
2520 "qcom,usb-snps-hs-7nm-phy";
3144 compatible = "qcom,dsi-phy-7nm";
3211 compatible = "qcom,dsi-phy-7nm";
A Dqcs404.dtsi330 compatible = "qcom,usb-ss-28nm-phy";
344 compatible = "qcom,usb-hs-28nm-femtophy";
358 compatible = "qcom,usb-hs-28nm-femtophy";
A Dmsm8953.dtsi4 #include <dt-bindings/clock/qcom,dsi-phy-28nm.h>
1033 compatible = "qcom,dsi-phy-14nm-8953";
1100 compatible = "qcom,dsi-phy-14nm-8953";
/arch/mips/boot/dts/brcm/
A Dbcm7420.dtsi257 compatible = "brcm,65nm-ephy",
A Dbcm7358.dtsi285 compatible = "brcm,40nm-ephy",
A Dbcm7360.dtsi288 compatible = "brcm,40nm-ephy",
A Dbcm7362.dtsi284 compatible = "brcm,40nm-ephy",
A Dbcm7346.dtsi312 compatible = "brcm,40nm-ephy",
A Dbcm7425.dtsi311 compatible = "brcm,40nm-ephy",
/arch/sh/boards/
A DKconfig190 SH7786-65nm board.
/arch/microblaze/boot/dts/
A Dsystem.dts107 xlnx,use-ext-nm-brk = <0x1>;

Completed in 54 milliseconds

123