Home
last modified time | relevance | path

Searched refs:nodeindex (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/platforms/pseries/
H A Dhtmdump.c19 static u32 nodeindex; variable
102 rc = htm_hcall_wrapper(htmflags, nodeindex, nodalchipindex, coreindexonchip, in htmdump_read()
148 rc = htm_hcall_wrapper(htmflags, nodeindex, nodalchipindex, coreindexonchip, in htmconfigure_set()
156 rc = htm_hcall_wrapper(htmflags, nodeindex, nodalchipindex, coreindexonchip, in htmconfigure_set()
194 rc = htm_hcall_wrapper(htmflags, nodeindex, nodalchipindex, coreindexonchip, in htmstart_set()
203 rc = htm_hcall_wrapper(htmflags, nodeindex, nodalchipindex, coreindexonchip, in htmstart_set()
240 rc = htm_hcall_wrapper(htmflags, nodeindex, nodalchipindex, coreindexonchip, in htmstatus_read()
286 rc = htm_hcall_wrapper(htmflags, nodeindex, nodalchipindex, coreindexonchip, in htminfo_read()
321 rc = htm_hcall_wrapper(htmflags, nodeindex, nodalchipindex, coreindexonchip, in htmcaps_read()
359 rc = htm_hcall_wrapper(htmflags, nodeindex, nodalchipindex, coreindexonchip, in htmsetup_set()
[all …]
/linux/Documentation/arch/powerpc/
H A Dhtm.rst32 htmstart htmstatus htmtype nodalchipindex nodeindex trace
36 * nodeindex, nodalchipindex, coreindexonchip specifies which partition to configure the HTM for.
43 …ration details. This is needed to understand the appropriate values for nodeindex, nodalchipindex,…
55 To collect HTM traces for a partition represented by nodeindex as
70 # echo 0 > nodeindex
/linux/arch/powerpc/include/asm/
H A Dplpar_wrappers.h84 static inline long htm_hcall_wrapper(unsigned long flags, unsigned long nodeindex, in htm_hcall_wrapper() argument
90 H_HTM_TARGET_NODE_INDEX(nodeindex) | in htm_hcall_wrapper()