Home
last modified time | relevance | path

Searched refs:tb_cache (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/ps3/
Dps3-lpm.c125 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()
1074 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache, in ps3_lpm_open() argument
1084 if (tb_type == PS3_LPM_TB_TYPE_NONE && tb_cache) in ps3_lpm_open()
1097 lpm_priv->tb_cache = NULL; in ps3_lpm_open()
1098 } else if (tb_cache) { in ps3_lpm_open()
1099 if (tb_cache != (void *)ALIGN((unsigned long)tb_cache, 128) in ps3_lpm_open()
[all …]
/linux-5.19.10/arch/powerpc/include/asm/
Dps3.h484 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache,