Home
last modified time | relevance | path

Searched defs:exclude (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py58 def git_commit_data(repo, data_dir, branch, message, exclude, notes, log): argument
165 …t_msg_body, branch_name, no_tag, tagname, tag_msg_subject, tag_msg_body, exclude, notes, push, key… argument
/openbmc/u-boot/tools/buildman/
H A Dboard.py240 def SelectBoards(self, args, exclude=[], boards=None): argument
/openbmc/phosphor-webui/
H A Dwebpack.config.js105 exclude: /icons\/.*\.svg$/, property in config.module.AnonymousClassb5afa9290301
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c40 static int choose_nonexcluded_tag(int tag, int offset, uint16_t exclude) in choose_nonexcluded_tag()
209 uint16_t exclude = extract32(rm | env->cp15.gcr_el1, 0, 16); in HELPER() local
259 uint16_t exclude = extract32(env->cp15.gcr_el1, 0, 16); in HELPER() local
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h906 #define KVM_PMU_ENCODE_MASKED_ENTRY(event_select, mask, match, exclude) \ argument