Searched refs:commit_store (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | helper.h | 25 DEF_HELPER_2(commit_store, void, env, int)
|
H A D | op_helper.c | 97 static void commit_store(CPUHexagonState *env, int slot_num, uintptr_t ra) in commit_store() function 120 void HELPER(commit_store)(CPUHexagonState *env, int slot_num) in HELPER() argument 123 commit_store(env, slot_num, ra); in HELPER() 585 commit_store(env, 1, ra); in check_noshuf()
|
/openbmc/linux/drivers/cxl/core/ |
H A D | region.c | 249 static ssize_t commit_store(struct device *dev, struct device_attribute *attr, in commit_store() function
|