/kernel/linux/linux-5.10/arch/mips/mm/ |
D | uasm-mips.c | 32 #define M(a, b, c, d, e, f) \ macro 51 [insn_addiu] = {M(addiu_op, 0, 0, 0, 0, 0), RS | RT | SIMM}, 52 [insn_addu] = {M(spec_op, 0, 0, 0, 0, addu_op), RS | RT | RD}, 53 [insn_and] = {M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD}, 54 [insn_andi] = {M(andi_op, 0, 0, 0, 0, 0), RS | RT | UIMM}, 55 [insn_bbit0] = {M(lwc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM}, 56 [insn_bbit1] = {M(swc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM}, 57 [insn_beq] = {M(beq_op, 0, 0, 0, 0, 0), RS | RT | BIMM}, 58 [insn_beql] = {M(beql_op, 0, 0, 0, 0, 0), RS | RT | BIMM}, 59 [insn_bgez] = {M(bcond_op, 0, bgez_op, 0, 0, 0), RS | BIMM}, [all …]
|
D | uasm-micromips.c | 32 #define M(a, b, c, d, e, f) \ macro 43 [insn_addu] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_addu32_op), RT | RS | RD}, 44 [insn_addiu] = {M(mm_addiu32_op, 0, 0, 0, 0, 0), RT | RS | SIMM}, 45 [insn_and] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_and_op), RT | RS | RD}, 46 [insn_andi] = {M(mm_andi32_op, 0, 0, 0, 0, 0), RT | RS | UIMM}, 47 [insn_beq] = {M(mm_beq32_op, 0, 0, 0, 0, 0), RS | RT | BIMM}, 49 [insn_bgez] = {M(mm_pool32i_op, mm_bgez_op, 0, 0, 0, 0), RS | BIMM}, 51 [insn_bltz] = {M(mm_pool32i_op, mm_bltz_op, 0, 0, 0, 0), RS | BIMM}, 53 [insn_bne] = {M(mm_bne32_op, 0, 0, 0, 0, 0), RT | RS | BIMM}, 54 [insn_cache] = {M(mm_pool32b_op, 0, 0, mm_cache_func, 0, 0), RT | RS | SIMM}, [all …]
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | kmod-path.c | 47 #define M(path, c, e) \ macro 57 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse() 58 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_KERNEL, true); in test__kmod_path__parse() 59 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse() 67 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse() 68 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_KERNEL, true); in test__kmod_path__parse() 69 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse() 76 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse() 77 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_KERNEL, false); in test__kmod_path__parse() 78 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse() [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | poll.h | 131 #define M(X) __MAP(v, (__force __u16)EPOLL##X, POLL##X) in mangle_poll() macro 132 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in mangle_poll() 133 M(RDNORM) | M(RDBAND) | M(WRNORM) | M(WRBAND) | in mangle_poll() 134 M(HUP) | M(RDHUP) | M(MSG); in mangle_poll() 135 #undef M in mangle_poll() 140 #define M(X) (__force __poll_t)__MAP(val, POLL##X, (__force __u16)EPOLL##X) in demangle_poll() macro 141 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in demangle_poll() 142 M(RDNORM) | M(RDBAND) | M(WRNORM) | M(WRBAND) | in demangle_poll() 143 M(HUP) | M(RDHUP) | M(MSG); in demangle_poll() 144 #undef M in demangle_poll()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mbox.h | 126 M(READY, 0x001, ready, msg_req, ready_msg_rsp) \ 127 M(ATTACH_RESOURCES, 0x002, attach_resources, rsrc_attach, msg_rsp) \ 128 M(DETACH_RESOURCES, 0x003, detach_resources, rsrc_detach, msg_rsp) \ 129 M(MSIX_OFFSET, 0x005, msix_offset, msg_req, msix_offset_rsp) \ 130 M(VF_FLR, 0x006, vf_flr, msg_req, msg_rsp) \ 131 M(PTP_OP, 0x007, ptp_op, ptp_req, ptp_rsp) \ 132 M(GET_HW_CAP, 0x008, get_hw_cap, msg_req, get_hw_cap_rsp) \ 134 M(CGX_START_RXTX, 0x200, cgx_start_rxtx, msg_req, msg_rsp) \ 135 M(CGX_STOP_RXTX, 0x201, cgx_stop_rxtx, msg_req, msg_rsp) \ 136 M(CGX_STATS, 0x202, cgx_stats, msg_req, cgx_stats_rsp) \ [all …]
|
/kernel/linux/linux-5.10/scripts/package/ |
D | mkspec | 21 M= 23 M=DEL 70 $S$M %package devel 71 $S$M Summary: Development package for building kernel modules to match the $__KERNELRELEASE kernel 72 $S$M Group: System Environment/Kernel 73 $S$M AutoReqProv: no 74 $S$M %description -n kernel-devel 75 $S$M This package provides kernel headers and makefiles sufficient to build modules 76 $S$M against the $__KERNELRELEASE kernel package. 77 $S$M [all …]
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | traps_64.c | 1099 #define M 147 macro 1101 /*00*/NONE, C0, C1, M2, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M, 1102 /*01*/C4, M, M, 50, M2, 38, 25, M2, M2, 33, 24, M2, 11, M, M2, 16, 1103 /*02*/C5, M, M, 46, M2, 37, 19, M2, M, 31, 32, M, 7, M2, M2, 10, 1104 /*03*/M2, 40, 13, M2, 59, M, M2, 66, M, M2, M2, 0, M2, 67, 71, M, 1105 /*04*/C6, M, M, 43, M, 36, 18, M, M2, 49, 15, M, 63, M2, M2, 6, 1106 /*05*/M2, 44, 28, M2, M, M2, M2, 52, 68, M2, M2, 62, M2, M3, M3, M4, 1107 /*06*/M2, 26, 106, M2, 64, M, M2, 2, 120, M, M2, M3, M, M3, M3, M4, 1108 /*07*/116, M2, M2, M3, M2, M3, M, M4, M2, 58, 54, M2, M, M4, M4, M3, 1109 /*08*/C7, M2, M, 42, M, 35, 17, M2, M, 45, 14, M2, 21, M2, M2, 5, [all …]
|
/kernel/linux/linux-5.10/ |
D | MAINTAINERS | 83 M: *Mail* patches to: FullName <address@domain> 147 M: Steffen Klassert <klassert@kernel.org> 154 M: David Dillow <dave@thedillows.org> 160 M: Adam Radford <aradford@gmail.com> 167 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 173 M: Alexander Aring <alex.aring@gmail.com> 174 M: Jukka Rissanen <jukka.rissanen@linux.intel.com> 183 M: Andreas Koensgen <ajk@comnets.uni-bremen.de> 189 M: Johannes Berg <johannes@sipsolutions.net> 206 M: Realtek linux nic maintainers <nic_swsd@realtek.com> [all …]
|
/kernel/linux/linux-5.10/drivers/pinctrl/sunxi/ |
D | pinctrl-sun9i-a80-r.c | 74 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 0), 78 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 1), 82 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 2), 86 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 3), 90 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 4), 97 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 8), 102 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 9), 107 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 10), 112 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 11), 117 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 12), [all …]
|
D | pinctrl-sun6i-a31-r.c | 68 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 0), 72 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 1), 76 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 2), 81 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 3), 85 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 4), 89 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 5), 93 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 6), 97 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 7),
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | ste-nomadik-stn8815.dtsi | 198 mxtal: mxtal@19.2M { 210 timclk: timclk@2.4M { 248 clk216: clk216@216M { 255 clk108: clk108@108M { 262 clk72: clk72@72M { 270 clk48: clk48@48M { 278 clk27: clk27@27M { 287 ulpiclk: ulpiclk@60M { 298 hclkdma0: hclkdma0@48M { 304 hclksmc: hclksmc@48M { [all …]
|
D | ste-u300.dts | 42 pll13: pll13@13M { 48 slow_clk: slow_clk@13M { 55 uart0_clk: uart0_clk@13M { 62 gpio_clk: gpio_clk@13M { 69 rtc_clk: rtc_clk@13M { 76 apptimer_clk: app_tmr_clk@13M { 83 acc_tmr_clk@13M { 90 pll208: pll208@208M { 95 app208: app_208_clk@208M { 102 cpu_clk@208M { [all …]
|
/kernel/linux/linux-5.10/tools/perf/util/c++/ |
D | clang-test.cpp | 30 std::unique_ptr<llvm::Module> M = in __test__clang_to_IR() local 34 return M; in __test__clang_to_IR() 42 auto M = __test__clang_to_IR(); in test__clang_to_IR() local 43 if (!M) in test__clang_to_IR() 45 for (llvm::Function& F : *M) in test__clang_to_IR() 55 auto M = __test__clang_to_IR(); in test__clang_to_obj() local 56 if (!M) in test__clang_to_obj() 59 auto Buffer = perf::getBPFObjectFromModule(&*M); in test__clang_to_obj()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
D | stwotox.S | 31 | N = 64(M + M') + j, j = 0,1,2,...,63. 34 | 2**X = 2**(M') * 2**(M) * 2**(j/64) * exp(r). 44 | N = 64(M + M') + j, j = 0,1,2,...,63. 50 | 10**X = 2**(M') * 2**(M) * 2**(j/64) * exp(r). 57 | Fact1 := 2**(M) * Fact1 58 | Fact2 := 2**(M) * Fact2 59 | Thus Fact1 + Fact2 = 2**(M) * 2**(j/64). 64 | 4. Let AdjFact := 2**(M'). Return 243 asrl #1,%d0 | ...D0 IS M 244 subl %d0,%d2 | ...d2 IS M', N = 64(M+M') + J [all …]
|
/kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
D | ddk750_chip.c | 37 unsigned int M, N, OD, POD; in get_mxclk_freq() local 43 M = (pll_reg & PLL_CTRL_M_MASK) >> PLL_CTRL_M_SHIFT; in get_mxclk_freq() 48 return DEFAULT_INPUT_CLOCK * M / N / BIT(OD) / BIT(POD); in get_mxclk_freq() 319 int N, M, X, d; in sm750_calc_pll_value() local 360 M = quo * X; in sm750_calc_pll_value() 361 M += fl_quo * X / 10000; in sm750_calc_pll_value() 363 M += (fl_quo * X % 10000) > 5000 ? 1 : 0; in sm750_calc_pll_value() 364 if (M < 256 && M > 0) { in sm750_calc_pll_value() 367 tmp_clock = pll->input_freq * M / N / X; in sm750_calc_pll_value() 370 pll->M = M; in sm750_calc_pll_value() [all …]
|
/kernel/linux/linux-5.10/Documentation/arm/nwfpe/ |
D | netwinder-fpe.rst | 14 {P|M|Z} = {round to +infinity,round to -infinity,round to zero}, 51 FLT{cond}<S,D,E>{P,M,Z} Fn, Rd Convert integer to floating point 52 FIX{cond}{P,M,Z} Rd, Fn Convert floating point to integer 80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add 81 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract 82 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract 83 MUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - multiply 84 DVF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - divide 85 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide 89 FML{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast multiply [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
D | phy-mtk-ufs.txt | 1 MediaTek Universal Flash Storage (UFS) M-PHY binding 4 UFS M-PHY nodes are defined to describe on-chip UFS M-PHY hardware macro. 5 Each UFS M-PHY node should have its own node. 7 To bind UFS M-PHY with UFS host controller, the controller node should 8 contain a phandle reference to UFS M-PHY node. 10 Required properties for UFS M-PHY nodes: 14 - reg : Address and length of the UFS M-PHY register set. 21 "mp": M-PHY core control clock.
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
D | kprobes.c | 30 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator 32 { M, I, I }, /* 00 */ 33 { M, I, I }, /* 01 */ 34 { M, I, I }, /* 02 */ 35 { M, I, I }, /* 03 */ 36 { M, L, X }, /* 04 */ 37 { M, L, X }, /* 05 */ 40 { M, M, I }, /* 08 */ 41 { M, M, I }, /* 09 */ 42 { M, M, I }, /* 0A */ [all …]
|
/kernel/linux/linux-5.10/sound/pci/ |
D | Kconfig | 21 To compile this as a module, choose M here: the module 31 Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+ 33 To compile this driver as a module, choose M here: the module 47 To compile this driver as a module, choose M here: the module 61 To compile this driver as a module, choose M here: the module 73 To compile this driver as a module, choose M here: the module 84 To compile this driver as a module, choose M here: the module 94 To compile this driver as a module, choose M here: the module 108 To compile this driver as a module, choose M here: the module 121 To compile this driver as a module, choose M here: the module [all …]
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/arm64/ |
D | hugetlbpage.rst | 42 4K: 64K 2M 32M 1G 43 16K: 2M 32M 1G 44 64K: 2M 512M 16G
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/ |
D | imx-weim.txt | 38 05 128M 0M 0M 0M 39 033 64M 64M 0M 0M 40 0113 64M 32M 32M 0M 41 01111 32M 32M 32M 32M
|
/kernel/liteos_m/ |
D | README_zh.md | 1 # LiteOS-M内核<a name="ZH-CN_TOPIC_0000001096757661"></a> 12 OpenHarmony LiteOS-M内核是面向IoT领域构建的轻量级物联网操作系统内核,具有小体积、低功耗、高性能的特点,其代码结构简单,主要包括内核最小功能集、内核抽象层、可选组件以及工程目录… 14 **图 1** OpenHarmony LiteOS-M核内核架构图<a name="fig0865152210223"></a> 15 ![](figures/OpenHarmony-LiteOS-M核内核架构图.png "OpenHarmony-LiteOS-M核内核架构图") 76 LiteOS-M内核的编译构建系统是一个基于gn和ninja的组件化构建系统,支持按组件配置、裁剪和拼装,按需构建出定制化的产品。本文主要介绍如何基于gn和ninja编译LiteOS-M工程,GCC… 94 LiteOS-M内核移植的具体开发板的工程由社区开发者提供,可以访问社区开发者代码仓获取。如果您移植支持了更多开发板,可以提供链接给我们进行社区分享。 100 该仓包含OpenHarmony LiteOS-M内核基于STM32F103芯片架构构建的Keil工程,支持Keil MDK方式进行编译。 106 该仓包含OpenHarmony LiteOS-M内核移植支持`野火挑战者STM32F429IGTb`开发板的工程代码,支持Ninja、GCC、IAR等方式进行编译。 114 [Liteos-M 内核编码规范](https://gitee.com/openharmony/kernel_liteos_m/wikis/OpenHarmony%E8%BD%BB%E5%86%85… 116 如何基于Liteos-M内核贡献一款芯片:
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | mips-r2-to-r6-emul.h | 46 #define MIPS_R2_STATS(M) \ argument 52 __this_cpu_inc(mipsr2emustats.M); \ 56 __this_cpu_inc(mipsr2bdemustats.M); \ 61 #define MIPS_R2BR_STATS(M) \ argument 64 __this_cpu_inc(mipsr2bremustats.M); \ 70 #define MIPS_R2_STATS(M) do { } while (0) argument 71 #define MIPS_R2BR_STATS(M) do { } while (0) argument
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
D | Kconfig | 14 This driver uses the Video For Linux API. You must say Y or M to 17 To compile this driver as modules, choose M here: the 33 To compile this driver as a module, choose M here: the 42 To compile this driver as a module, choose M here: the 53 To compile this driver as a module, choose M here: the 63 To compile this driver as a module, choose M here: the 72 To compile this driver as a module, choose M here: the 81 To compile this driver as a module, choose M here: the 90 To compile this driver as a module, choose M here: the 100 To compile this driver as a module, choose M here: the [all …]
|
/kernel/linux/linux-5.10/drivers/staging/comedi/ |
D | Kconfig | 54 To compile this driver as a module, choose M here: the module will be 65 To compile this driver as a module, choose M here: the module will be 76 To compile this driver as a module, choose M here: the module will be 85 To compile this driver as a module, choose M here: the module will be 107 To compile this driver as a module, choose M here: the module will be 128 To compile this driver as a module, choose M here: the module will be 136 To compile this driver as a module, choose M here: the module will be 159 To compile this driver as a module, choose M here: the module will be 171 To compile this driver as a module, choose M here: the module will be 181 To compile this driver as a module, choose M here: the module will be [all …]
|