Home
last modified time | relevance | path

Searched refs:Node (Results 1 – 25 of 112) sorted by relevance

12345

/kernel/liteos_m/components/exchook/
Dlos_exchook.c39 struct Node { struct
41 struct Node *next; argument
44 STATIC struct Node g_excNodes[LOSCFG_BASE_EXC_HOOK_LIMIT];
45 STATIC struct Node *g_excHeads[EXC_TYPE_END + 1]; /* EXC_TYPE_END is used for the free list. */
47 STATIC VOID DoExcHookInRegOrder(EXC_TYPE excType, struct Node *node) in DoExcHookInRegOrder()
66 STATIC struct Node *GetFreeNode(VOID) in GetFreeNode()
68 struct Node *node = NULL; in GetFreeNode()
92 struct Node *node = NULL; in LOS_RegExcHook()
114 struct Node *node = NULL; in LOS_UnRegExcHook()
115 struct Node *preNode = NULL; in LOS_UnRegExcHook()
/kernel/linux/linux-5.10/fs/
Dbinfmt_misc.c63 } Node; typedef
90 static Node *check_file(struct linux_binprm *bprm) in check_file()
97 Node *e = list_entry(l, Node, list); in check_file()
134 Node *fmt; in load_misc_binary()
228 static char *check_special_flags(char *sfs, Node *e) in check_special_flags()
272 static Node *create_entry(const char __user *buffer, size_t count) in create_entry()
274 Node *e; in create_entry()
287 memsize = sizeof(Node) + count + 8; in create_entry()
292 p = buf = (char *)e + sizeof(Node); in create_entry()
294 memset(e, 0, sizeof(Node)); in create_entry()
[all …]
/kernel/liteos_a/drivers/mtd/multi_partition/include/
Dmtd_list.h43 typedef struct Node { struct
47 struct Node *next; argument
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dflamegraph.py25 class Node: class
44 self.stack = Node("root")
65 child = Node(name, libtype)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/
Dfsl-sec6.txt4 -SEC 6 Node
5 -Job Ring Node
9 SEC 6 Node
13 Node defines the base address of the SEC 6 block.
72 Job Ring (JR) Node
Dfsl-sec4.txt7 -SEC 4 Node
8 -Job Ring Node
9 -Run Time Integrity Check (RTIC) Node
10 -Run Time Integrity Check (RTIC) Memory Node
11 -Secure Non-Volatile Storage (SNVS) Node
12 -Secure Non-Volatile Storage (SNVS) Low Power (LP) RTC Node
42 SEC 4 Node
46 Node defines the base address of the SEC 4 block.
156 Job Ring (JR) Node
206 Run Time Integrity Check (RTIC) Node
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dzorro.h39 struct Node { struct
65 struct Node cd_Node; argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dzorro.h29 struct Node { struct
56 struct Node cd_Node; argument
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/opp/
Dqcom-opp.txt7 * OPP Table Node
13 * OPP Node
Dti-omap5-opp-supply.txt18 Required Properties for Device Node:
40 /* Device Node (CPU) */
/kernel/linux/linux-5.10/include/uapi/linux/
Dzorro.h66 struct Node { struct
99 struct Node cd_Node;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dcnxt,cx92755-pinctrl.txt7 === Pin Controller Node ===
34 === Pin Configuration Node ===
44 === Pin Group Node ===
56 Required Pin Group Node Properties:
Dfsl,imx7ulp-pinctrl.txt41 /* Pin Controller Node */
46 /* Pin Configuration Node */
/kernel/linux/linux-5.10/Documentation/arm64/
Dlegacy_instructions.rst49 :Node: /proc/sys/abi/swp
55 :Node: /proc/sys/abi/cp15_barrier
61 :Node: /proc/sys/abi/setend
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/rng/
Dsparc_sun_oracle_rng.txt16 Node 0xf029a4f4
24 Node 0xf028c08c
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/fsl/
Dbman.txt7 - BMan Node
8 - BMan Private Memory Node
11 BMan Node
65 BMan Private Memory Node
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dmaxim,max77686.txt48 Node of the MFD chip
73 Node of the MFD chip
99 Node of the MFD chip
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dfsl-fman.txt5 - FMan Node
6 - FMan Port Node
7 - FMan MURAM Node
8 - FMan dTSEC/XGEC/mEMAC Node
9 - FMan IEEE 1588 Node
10 - FMan MDIO Node
14 FMan Node
121 FMan MURAM Node
154 FMan Port Node
233 FMan dTSEC/XGEC/mEMAC Node
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/
Dmcm.txt6 Local Access Window (LAW) Node
35 MPX Coherency Module Node
Decm.txt6 Local Access Window (LAW) Node
35 E500 Coherency Module Node
Dinterlaken-lac.txt6 - Interlaken Look-Aside Controller (LAC) Node
7 - Example LAC Node
8 - Interlaken Look-Aside Controller (LAC) Software Portal Node
10 - Example LAC SWP Node with Child Nodes
13 Interlaken Look-Aside Controller (LAC) Node
89 Interlaken Look-Aside Controller (LAC) Software Portal Container Node
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dcavium-thunder.txt6 Root Node
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mailbox/
Dhisilicon,hi6220-mailbox.txt9 Mailbox Device Node:
59 Cells must match 'mbox-cells' (See Mailbox Device Node above).
Dxlnx,zynqmp-ipi-mailbox.txt30 Controller Device Node:
69 Client Device Node:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Daspeed-lpc.txt61 BMC Node
71 Host Node
112 BMC Node Children
116 Host Node Children

12345