| /linux/include/linux/mtd/ |
| H A D | onenand.h | 37 * @dies: [INTERN][FLEX-ONENAND] number of dies on chip 38 * @boundary: [INTERN][FLEX-ONENAND] Boundary of the dies 39 * @diesize: [INTERN][FLEX-ONENAND] Size of the dies 85 unsigned dies; member
|
| /linux/Documentation/kbuild/ |
| H A D | gendwarfksyms.rst | 50 --dump-dies Dump DWARF DIE contents 108 DWARF format produced by **--dump-dies**, but with type references 182 (as shown in **--dump-dies** output). 209 (as shown in **--dump-dies** output) and the name of the 234 (as shown in **--dump-dies** output) and the name of the 270 (as shown in **--dump-dies** output). 306 (as shown in **--dump-dies** output) or symbol.
|
| /linux/drivers/ras/amd/atl/ |
| H A D | map.c | 578 u8 dies = 0; in get_num_intlv_dies() local 582 dies = FIELD_GET(DF2_INTLV_NUM_DIES, ctx->map.limit); in get_num_intlv_dies() 585 dies = FIELD_GET(DF3_INTLV_NUM_DIES, ctx->map.base); in get_num_intlv_dies() 588 dies = FIELD_GET(DF3p5_INTLV_NUM_DIES, ctx->map.base); in get_num_intlv_dies() 592 dies = FIELD_GET(DF4_INTLV_NUM_DIES, ctx->map.intlv); in get_num_intlv_dies() 599 /* Register value is log2, e.g. 0 -> 1 die, 1 -> 2 dies, etc. */ in get_num_intlv_dies() 600 return 1 << dies; in get_num_intlv_dies() 661 pr_debug("Invalid number of interleave dies: %u", ctx->map.num_intlv_dies); in map_bits_valid()
|
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | robust_list.c | 8 * that if the lock holder thread dies, the remaining threads that are waiting 15 * If such thread eventually dies, the kernel will walk this list, waking up one 143 * We didn't take the lock, wait until the owner wakes (or dies) in mutex_lock() 193 * futex_wait() before the child thread dies, otherwise it will miss the in child_fn_lock() 472 * the holder dies
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | hisi-pmu.rst | 10 The HiSilicon SoC encapsulates multiple CPU and IO dies. Each CPU cluster 100 4. Some HiSilicon SoCs encapsulate multiple CPU and IO dies. Each CPU die 101 contains several Compute Clusters (CCLs). The I/O dies are called Super I/O
|
| /linux/scripts/gendwarfksyms/ |
| H A D | gendwarfksyms.c | 39 " --dump-dies Dump DWARF DIE contents\n" in usage() 100 { "dump-dies", 0, &dump_dies, 1 }, in main()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | ta_xgmi_if.h | 43 /* Gets the total links between adjacent peer dies in hive */ 45 /* Gets the total links and connected port numbers between adjacent peer dies in hive */
|
| /linux/arch/powerpc/include/asm/ |
| H A D | head-64.h | 50 * - If the build dies with "Error: attempt to move .org backwards" at 54 * - If the build dies in linking, check arch/powerpc/tools/head_check.sh
|
| /linux/drivers/platform/x86/intel/uncore-frequency/ |
| H A D | uncore-frequency-tpmi.c | 409 * If the CPU doesn't enumerate dies, then use current cdie range in set_domain_id() 423 * number of IO dies = num_resources - cdie_range. Hence in set_domain_id() 424 * next partition io_die_index_next is set after IO dies in set_domain_id() 686 /* There are no dies like Cascade Lake */ in uncore_probe()
|
| /linux/arch/arm/boot/dts/socionext/ |
| H A D | uniphier-ld6b.dtsi | 9 * LD6b consists of two silicon dies: D-chip and A-chip.
|
| /linux/arch/um/kernel/skas/ |
| H A D | stub_exe.c | 37 /* Make sure this process dies if the kernel dies */ in real_init()
|
| /linux/tools/perf/tests/shell/ |
| H A D | header.sh | 37 "sibling (cores|dies|threads)"
|
| /linux/drivers/platform/x86/intel/speed_select_if/ |
| H A D | isst_tpmi_core.c | 279 * @cdie_mask: Mask of compute dies present in a partition from hardware. 281 * @io_dies: Number of IO dies in a partition. This will be 0 for TPMI 461 * is 111111b for a 4 compute and 2 IO dies system. This is presented as 466 * Compute dies are always present first in TPMI instances, as they have 471 * The same order needs to be preserved, even if those compute dies are 1637 * they are compute dies only. in tpmi_sst_dev_add() 1665 * populate dies. In this case MMIO will have 0xFFs. in tpmi_sst_dev_add() 1668 * other dies with valid data. in tpmi_sst_dev_add()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf.data-file-format.txt | 181 struct perf_header_string_list dies; /* Variable length */ 187 sibling dies : 0-3 188 sibling dies : 4-7
|
| /linux/tools/perf/pmu-events/arch/common/common/ |
| H A D | tool.json | 47 "BriefDescription": "Number of dies. Each die has 1 or more cores",
|
| /linux/samples/binderfs/ |
| H A D | binderfs_example.c | 80 /* Cleanup happens when the mount namespace dies. */ in main()
|
| /linux/lib/kunit/ |
| H A D | user_alloc.c | 46 /* Attach the mm. It will be cleaned up when the process dies. */ in kunit_attach_mm()
|
| /linux/drivers/tee/qcomtee/ |
| H A D | user_obj.c | 97 * If the thread that calls qcomtee_object_invoke() dies and the supplicant 253 * starts with supplicant dies first; otherwise, it stuck indefinitely. in qcomtee_user_object_dispatch() 598 * ureq while it is still in use, if client dies. in qcomtee_user_object_select()
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | fault_inject.c | 8 * server when it dies.
|
| /linux/arch/powerpc/tools/ |
| H A D | head_check.sh | 17 # If the build dies here, it's likely code in head_64.S/exception-64*.S or
|
| /linux/include/uapi/linux/ |
| H A D | cn_proc.h | 57 * before that is report only if process dies
|
| /linux/drivers/watchdog/ |
| H A D | ep93xx_wdt.c | 18 * daemon dies.
|
| /linux/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front.h | 61 * #. If guest domain dies then pages/grants received from the backend
|
| /linux/tools/perf/util/ |
| H A D | dwarf-aux.c | 147 * cu_walk_functions_at - Walk on function DIEs at given address 150 * @callback: A callback which called with found DIEs 153 * Walk on function DIEs at given @addr in @cu_die. Passed DIEs 1485 /* Only checks direct child DIEs in the given scope. */ in __die_find_var_reg_cb() 1582 /* Only checks direct child DIEs in the given scope */ 2030 * @scopes: the array of DIEs for scopes (result) in __die_find_member_offset_cb()
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | rpc-server-gss.rst | 86 /proc/net/rpc/use-gss-proxy. If gss-proxy dies, it must repeat both
|