Searched refs:cur_ (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | perf-completion.sh | 62 local exclude cur_ words_ cword_ 68 cur_=${words_[cword_]} 72 cur=$cur_ 245 local cur_="${2-$cur}" 249 if [[ "$cur_" == *:* ]]; then 250 local colon_word=${cur_%"${cur_##*:}"}
|
/openbmc/linux/arch/arm64/mm/ |
H A D | proc.S | 207 add end_\type\()p, cur_\type\()p, #\num_entries * 8 209 ldr \type, [cur_\type\()p] // Load the entry 213 str \type, [cur_\type\()p] // Update the entry 218 add cur_\type\()p, cur_\type\()p, #8 219 cmp cur_\type\()p, end_\type\()p 236 phys_to_pte pte, cur_\type\()p 237 add cur_\type\()p, temp_pte, #PAGE_SIZE * (\level + 1)
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 1636 if (psb_intel_sdvo_connector->cur_##name == temp_value) return 0; \ in psb_intel_sdvo_set_property() 1639 psb_intel_sdvo_connector->cur_##name = temp_value; \ in psb_intel_sdvo_set_property() 2232 psb_intel_sdvo_connector->cur_##name = response; \ 2238 psb_intel_sdvo_connector->cur_##name); \
|