Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dhelper.h25 DEF_HELPER_2(commit_store, void, env, int)
H A Dop_helper.c97 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 Dregion.c249 static ssize_t commit_store(struct device *dev, struct device_attribute *attr, in commit_store() function