Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Dhtmdump.c21 static u32 coreindexonchip; 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.rst31 coreindexonchip htmcaps htmconfigure htmflags htminfo htmsetup
36 * nodeindex, nodalchipindex, coreindexonchip specifies which partition to configure the HTM for.
43 …This is needed to understand the appropriate values for nodeindex, nodalchipindex, coreindexonchip.
56 zero, nodalchipindex as 1 and coreindexonchip as 12
72 # echo 12 > coreindexonchip
/linux/arch/powerpc/include/asm/
H A Dplpar_wrappers.h85 unsigned long nodalchipindex, unsigned long coreindexonchip, in htm_hcall_wrapper() argument
92 H_HTM_TARGET_CORE_INDEX_ON_CHIP(coreindexonchip), in htm_hcall_wrapper()