Home
last modified time | relevance | path

Searched refs:entry (Results 2751 - 2775 of 7900) sorted by relevance

1...<<111112113114115116117118119120>>...316

/kernel/linux/linux-5.10/arch/ia64/hp/common/
H A Daml_nfw.c16 * storing the arguments and firmware entry point to specific offsets in the
64 ia64_sal_handler entry; in aml_nfw_execute() local
69 entry = (ia64_sal_handler) &virt_entry; in aml_nfw_execute()
71 IA64_FW_CALL(entry, c->ret, in aml_nfw_execute()
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/
H A Dmpc7448_hpc2.c168 const struct exception_table_entry *entry; in mpc7448_machine_check_exception() local
171 if ((entry = search_exception_tables(regs->nip)) != NULL) { in mpc7448_machine_check_exception()
174 regs->nip = extable_fixup(entry); in mpc7448_machine_check_exception()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dpgtsrmmu.h56 /* SRMMU swap entry encoding
139 register unsigned long entry; in srmmu_get_pte() local
142 "=r" (entry): in srmmu_get_pte()
144 return entry; in srmmu_get_pte()
/kernel/linux/linux-6.6/arch/ia64/hp/common/
H A Daml_nfw.c16 * storing the arguments and firmware entry point to specific offsets in the
64 ia64_sal_handler entry; in aml_nfw_execute() local
69 entry = (ia64_sal_handler) &virt_entry; in aml_nfw_execute()
71 IA64_FW_CALL(entry, c->ret, in aml_nfw_execute()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgtsrmmu.h56 /* SRMMU swap entry encoding */
131 register unsigned long entry; in srmmu_get_pte() local
134 "=r" (entry): in srmmu_get_pte()
136 return entry; in srmmu_get_pte()
/kernel/linux/linux-5.10/include/linux/netfilter_bridge/
H A Debtables.h27 bool (*checkentry)(const char *table, const void *entry,
44 bool (*checkentry)(const char *table, const void *entry,
62 bool (*checkentry)(const char *table, const void *entry,
75 struct ebt_entry *e; /* pointer to entry data */
76 unsigned int n; /* n'th entry */
/kernel/linux/linux-5.10/include/linux/
H A Dpldmfw.h20 struct list_head entry; member
59 struct list_head entry; member
92 struct list_head entry; member
123 /* Main entry point to the PLDM firmware update engine. Device drivers
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dflamegraph.py72 for entry in reversed(event['callchain']):
74 node, entry.get("sym", {}).get("name"), event.get("dso"))
77 node, entry.get("symbol"), event.get("dso"))
/kernel/linux/linux-5.10/mm/
H A Dpurgeable_ashmem_trigger.c128 struct proc_dir_entry *entry = NULL; in init_purgeable_ashmem_trigger() local
130 entry = proc_create_data("purgeable_ashmem_trigger", 0666, in init_purgeable_ashmem_trigger()
132 if (!entry) in init_purgeable_ashmem_trigger()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dnv50.c32 u16 entry; in nv50_gpio_reset() local
35 while ((entry = dcb_gpio_entry(bios, 0, ++ent, &ver, &len))) { in nv50_gpio_reset()
37 u32 data = nvbios_rd32(bios, entry); in nv50_gpio_reset()
/kernel/linux/linux-6.6/fs/ntfs3/lib/
H A Ddecompress_common.c42 * 'max_codeword_len' will have exactly one entry in this table, whereas
46 * of each such entry will contain the corresponding codeword as a prefix
75 * the length are both set if the entry is actually the root of a
208 u16 entry; in make_huffman_decode_table() local
212 entry = ((u32)codeword_len << 11) | sorted_syms[sym_idx]; in make_huffman_decode_table()
217 *p++ = entry; in make_huffman_decode_table()
274 * Note that the 'pointer' entry to the binary in make_huffman_decode_table()
283 * the entry from direct mapping and leaf node in make_huffman_decode_table()
309 * codeword, and we're now at the entry where in make_huffman_decode_table()
/kernel/linux/linux-6.6/include/linux/
H A Dpldmfw.h20 struct list_head entry; member
59 struct list_head entry; member
92 struct list_head entry; member
123 /* Main entry point to the PLDM firmware update engine. Device drivers
/kernel/linux/linux-6.6/include/linux/netfilter_bridge/
H A Debtables.h27 bool (*checkentry)(const char *table, const void *entry,
44 bool (*checkentry)(const char *table, const void *entry,
62 bool (*checkentry)(const char *table, const void *entry,
75 struct ebt_entry *e; /* pointer to entry data */
76 unsigned int n; /* n'th entry */
/kernel/linux/linux-6.6/drivers/base/power/
H A Dpower.h109 static inline struct device *to_device(struct list_head *entry) in to_device() argument
111 return container_of(entry, struct device, power.entry); in to_device()
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.h102 struct list_head entry; member
109 struct list_head entry; member
117 struct list_head entry; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dga102.c30 u16 entry; in ga102_gpio_reset() local
33 while ((entry = dcb_gpio_entry(bios, 0, ++ent, &ver, &len))) { in ga102_gpio_reset()
34 u32 data = nvbios_rd32(bios, entry); in ga102_gpio_reset()
H A Dnv50.c32 u16 entry; in nv50_gpio_reset() local
35 while ((entry = dcb_gpio_entry(bios, 0, ++ent, &ver, &len))) { in nv50_gpio_reset()
37 u32 data = nvbios_rd32(bios, entry); in nv50_gpio_reset()
/kernel/linux/linux-6.6/mm/
H A Dpurgeable_ashmem_trigger.c128 struct proc_dir_entry *entry = NULL; in init_purgeable_ashmem_trigger() local
130 entry = proc_create_data("purgeable_ashmem_trigger", 0660, in init_purgeable_ashmem_trigger()
132 if (!entry) in init_purgeable_ashmem_trigger()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h111 struct list_head entry; /**< Pointer to a doubly linked list of a work. */ member
178 INIT_LIST_HEAD(&((work)->entry)); \
186 INIT_LIST_HEAD(&((work)->entry)); \
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUServiceTestSample.java70 Entry entry = (Entry)iter.next(); in display()
71 String displayName = (String)entry.getKey(); in display()
72 HelloService service = HelloService.get((String)entry.getValue()); in display()
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
H A DNumericCodeData.java75 for (Entry<String, String> entry : getAlphaNumericCodeMap().entrySet()) { in printArray()
76 System.out.println(" {\"" + entry.getKey() + "\", \"" + entry.getValue() + "\"},"); in printArray()
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
H A DSample50_PopSort.java70 for(PopulationData.TerritoryEntry entry : territoryList) { in main()
71 infoArgs.put("territory", entry.territoryName()); in main()
72 infoArgs.put("population", entry.population()); in main()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DUnicodeKnownIssues.java123 for (Entry<String, List<String>> entry : knownIssues.entrySet()) { in printKnownIssues()
124 String ticketLink = entry.getKey(); in printKnownIssues()
131 List<String> entries = entry.getValue(); in printKnownIssues()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceTestSample.java67 Entry entry = (Entry)iter.next(); in display()
68 String displayName = (String)entry.getKey(); in display()
69 HelloService service = HelloService.get((String)entry.getValue()); in display()
/third_party/mesa3d/src/freedreno/decode/
H A Dio.c41 struct archive_entry *entry; member
104 ret = archive_read_next_header(io->a, &io->entry); in io_open()
128 ret = archive_read_next_header(io->a, &io->entry); in io_openfd()

Completed in 16 milliseconds

1...<<111112113114115116117118119120>>...316