Searched refs:tb_cache (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/ps3/ |
H A D | ps3-lpm.c | 102 * @tb_cache: Kernel buffer to receive the data from the lv1 trace buffer. 104 * @tb_cache_size: Size of the kernel @tb_cache buffer. Must be 128 byte 108 * NULL tb_cache argument. Otherwise unused. 125 void *tb_cache; member 924 if (!lpm_priv->tb_cache) in ps3_lpm_copy_tb() 948 memcpy(buf, lpm_priv->tb_cache, tmp); in ps3_lpm_copy_tb() 979 if (!lpm_priv->tb_cache) in ps3_lpm_copy_tb_to_user() 1002 result = copy_to_user(buf, lpm_priv->tb_cache, tmp); in ps3_lpm_copy_tb_to_user() 1067 * @tb_cache: Optional user supplied buffer to use as the trace buffer cache. 1070 * @tb_cache_size: The size in bytes of the user supplied @tb_cache buffe 1074 ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache, u64 tb_cache_size) ps3_lpm_open() argument [all...] |
/kernel/linux/linux-6.6/drivers/ps3/ |
H A D | ps3-lpm.c | 102 * @tb_cache: Kernel buffer to receive the data from the lv1 trace buffer. 104 * @tb_cache_size: Size of the kernel @tb_cache buffer. Must be 128 byte 108 * NULL tb_cache argument. Otherwise unused. 125 void *tb_cache; member 924 if (!lpm_priv->tb_cache) in ps3_lpm_copy_tb() 948 memcpy(buf, lpm_priv->tb_cache, tmp); in ps3_lpm_copy_tb() 979 if (!lpm_priv->tb_cache) in ps3_lpm_copy_tb_to_user() 1002 result = copy_to_user(buf, lpm_priv->tb_cache, tmp); in ps3_lpm_copy_tb_to_user() 1067 * @tb_cache: Optional user supplied buffer to use as the trace buffer cache. 1070 * @tb_cache_size: The size in bytes of the user supplied @tb_cache buffe 1074 ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache, u64 tb_cache_size) ps3_lpm_open() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ps3.h | 484 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ps3.h | 480 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache,
|
Completed in 6 milliseconds